Install in HD not in SSD

I installed Manjaro KDE, but the installation was not for the SSD. Now I can’t find the SSD disk anymore. Can I solve it?

recheck info

inxi -Mxa ( check for UEFI only , not UEFI[legacy] or Bios )
test -d /sys/firmware/efi && echo efi || echo bios

in your UEFI motherboard

disable secure boot
disable fastboot
disks on AHCI
no legacy
no CSM
UEFI only or others ( not windows )

you should see
UEFI < USB vendor name > < partition 1 > → boot in EFI

open a terminal and returns

inxi -Fza
sudo parted -l
1 Like