
When you’re attempting to install Ubuntu on your Dell XPS 13 9350, you may encounter a common issue where the installer fails to detect the hard drive. This problem typically arises when the system is in IDE mode instead of AHCI mode. In this article, we’ll guide you through several solutions to overcome this issue.
Solution 1: Switch to AHCI mode in BIOS settings
The simplest solution is to change the SATA Operation mode in your BIOS settings.
- Restart your computer and press the F2 key during startup to enter the BIOS setup.
- Navigate to the System Configuration option, then select SATA Operation.
- Change the mode from RAID On to AHCI.
- Save the changes and exit the BIOS.
After restarting your computer, the Ubuntu installer should now be able to detect the SSD.
Solution 2: Perform a Clean Installation of Windows
If the first solution doesn’t work, you might need to perform a clean installation of Windows.
- Create a system backup of your current Windows installation. This will allow you to restore your system if anything goes wrong.
- Boot from a GParted Live media and format the Windows partition. GParted is a free partition editor for graphically managing disk partitions.
- Change the BIOS settings to AHCI/SATA mode as explained in Solution 1.
- Reinstall Windows on the newly formatted partition.
- Disable Hibernation and Fast startup in Windows. These features can interfere with the Ubuntu installer’s ability to detect the hard drive. You can disable them by navigating to Control Panel > Hardware and Sound > Power Options > System Settings.
- Reinstall GRUB using the Ubuntu installation media. GRUB is a boot loader package that supports multiple operating systems on a computer. During the Ubuntu installation, select “Something else” when asked about installation type. Then, select the partition you want to install Ubuntu on and click on “Install Now”.
- Finally, set Ubuntu as the default operating system in BIOS. This will make your computer boot into Ubuntu by default.
Solution 3: Enable AHCI mode in Windows
If you don’t want to reinstall Windows, you can try enabling AHCI mode directly in Windows.
- Press Win + X and choose Command Prompt (Admin) or Windows PowerShell (Admin).
- Type the following command and press enter:
bcdedit /set {current} safeboot minimal
This command will set your computer to boot in safe mode.
- Restart your computer and enter BIOS to change SATA Operation mode to AHCI.
- Save changes and exit BIOS. Your computer will boot in safe mode.
- After booting, open Command Prompt or Windows PowerShell as admin again and type the following command:
bcdedit /deletevalue {current} safeboot
This command will delete the safe boot option, allowing your computer to boot normally.
- Restart your computer again. Windows will now use AHCI drivers.
After following these steps, try installing Ubuntu again. The installer should now be able to detect your hard drive.
Conclusion
In this article, we’ve covered three potential solutions to the issue of the Ubuntu installer not detecting the hard drive on a Dell XPS 13 9350. Remember to always back up your data before making any significant changes to your system. If you’re still encountering issues, it might be worth reaching out to the Ubuntu community or Dell support for further assistance.
Changing the SATA Operation mode to AHCI allows the Ubuntu installer to properly detect the hard drive on the Dell XPS 13 9350. AHCI (Advanced Host Controller Interface) is a mode that enables advanced features and performance for SATA devices.
It is generally recommended to keep the SATA Operation mode set to AHCI even after installing Ubuntu. Switching back to RAID On mode may cause compatibility issues and could potentially result in the hard drive not being detected by the operating system.
It is not necessary to reinstall Windows if you want to install Ubuntu. However, if the Ubuntu installer is not detecting the hard drive, performing a clean installation of Windows and changing the BIOS settings to AHCI mode can help resolve the issue.
Disabling Hibernation and Fast startup in Windows is necessary to prevent any interference with the Ubuntu installer’s ability to detect the hard drive. These features can cause conflicts and prevent proper detection of the hard drive during the installation process.
Yes, it is possible to enable AHCI mode in Windows without reinstalling the operating system. By following the steps provided in Solution 3, you can switch to AHCI mode directly in Windows. However, it is recommended to back up your data before making any changes to your system.