Extensa 215-21, linux installation file can't see ssd

sharkie1971
sharkie1971 Member Posts: 1 New User
Hello,
On new Acer Extensa 215-21 Windows are installed, and I have tried to made dual boot with Linux. Any Linux distribution can't see ssd in Laptop, only installation usb so it can't be installed. Sata=Ahci, Secure boot I can disable, but result is the same. Is it even possible to install Linux on this laptop

Answers

  • Leostat
    Leostat ACE Posts: 3,043 Pathfinder
    Other thing which sometimes helps is setting a supervisor password, no idea why but its worked in the past.  Failing this, could you post the output of the below to see if there is anything which stands out as odd. The first command lists the boot log, next is what PCI devices are attached (im assuming its a nvme), next checks for raid, then the last checks for NVME drives


    If you are using Ubuntu 20 Could you post the results of
    dmesg | egrep -i (ahci|nvm|intel|drive)
    lspci
    sudo apt install mdadm;   sudo mdadm -E; IMSM_NO_PLATFORM=1 sudo mdadm --assemble --scan --verbose
    sudo apt install nvme-cli; nvme list