I recently bought an Acer Aspire 3 A315-56-323J. I tried to install Ubuntu Linux on the device through a USB device. Apparently, Linux isn't detecting my HDD controller for some weird reason.
I tried:
- Disabling secure boot.
- Disabling fast boot in BIOS.
- Changing the Optate without RAID mode to AHCI.
I only have 1TB 5400rpm HDD so it's the only option for me to install Linux.
Image of the Ubuntu live CD boot screen which I noticed.
A similar question I found (all the steps in those answers didn't work for me and I still ended up with the same issue): https://community.acer.com/en/discussion/589603/linux-live-usb-doesnt-detect-hdd-on-aspire-3-a315-56
sudo mdadm --detail-platform
and thensudo mdadm --zero-superblock /dev/sda
if drive is sda. – oldfred Aug 18 '20 at 16:02Also the image (link) I provided in the OP from booting live Ubuntu.
– ngrpthomas Aug 18 '20 at 17:04sudo apt install dmraid
. Then command will work. – oldfred Aug 18 '20 at 19:50lspci | grep SATA
it said I was in AHCI mode.When searching online for solutions, I encountered someone with the EXACT SAME problem here: Acer Community. A lot of commands were run on the terminal and they gave up midway during the discussion. – ngrpthomas Aug 19 '20 at 19:59I'm getting this weird error message when booting into Live USB though -- not sure if it helps identify the problem (https://imgur.com/dvuJCso)
– ngrpthomas Aug 28 '20 at 06:39This is exactly the problem I'm facing!
– ngrpthomas Sep 21 '20 at 11:17