I have a new Alienware laptop and am trying to set up dual booting for Windows 10 and Ubuntu. I followed steps I found online to run safeboot using 'bcdedit /set {current} safeboot minimal' , but after switching the SATA Mode Operation, every time I boot up my computer it boots up into SupportAssist and is unable to find a drive. What can I do to fix this and be able to dual boot? Thank you in advance for your help!
Asked
Active
Viewed 179 times
1 Answers
0
Have you tried boot-repair
from a live Ubuntu USB flash disk?
Full instructions here: https://help.ubuntu.com/community/Boot-Repair . Follow the 2nd option (install boot-repair
in Ubuntu).

wyphan
- 337
boot-repair
should be able to pick up the Windows installation too and fix the problem. Alternatively,boot-repair
can also install GRUB for you. – wyphan Jan 11 '21 at 19:54lspci -v
should tell you that. There should be[AHCI mode]
somewhere in the output. For example, mine says00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21) (prog-if 01 [AHCI 1.0])
. In contrast, on my desktop, which has AMD RAID enabled, it says01:00.1 RAID Bus controller: Advanced Micro Devices, Inc. [AMD] Device 43bd (rev 01) (prog-if 01)
– wyphan Jan 13 '21 at 21:08lsblk
would be the way to go. – wyphan Jan 13 '21 at 21:19