2

I put a spare SSD in my Windows 10 PC and I'd like to install Ubuntu 18.04 on it.

I can boot from the USB, and try the Live Ubuntu, but when I click on Install it hangs on the third screen (where you choose if you want to install normal/minimal and if you want to download updates and third party drivers). When I click Continue, the cursor changes to the spinning circle, and nothing happens after that.

I've installed Ubuntu before and it's supposed to just go to the next screen instantly. I've waited 10-20 minutes and tried 3 versions (Ubuntu 18.04, Ubuntu Budgie 18.04 and Xubuntu 16.04. All x64 AMD ISOs, USBs created with UnetBootin. All three had this issue, all 3 reported No Errors after I ran the check on installation media).

I can also still change all the options in that setup screen, but the Back and Continue buttons remain grayed out.

I've tried several set up options from only minimal checked, to normal and the other 2 also checked. No go.

Setup is seeing the SSD I put in fine, it's seeing the Win10 disk(s) fine too.

I was able to mount and unmount the blank SSD (formatted ext4 for "internal use with only Ubuntu on it). And if it's mounted the setup will ask if I want to unmount before I continue.

Here are some screenshots, mainly of my BIOS settings since I guess something's up with those. Motherboard is B75M-D3P Gigabyte.

I have checked and fast boot is disabled in BIOS (as well as in Win 10). I don't know what else I have to change to get this to work.

David Foerster
  • 36,264
  • 56
  • 94
  • 147
  • 1
    I believe the SATA Mode Selection should be set to AHCI and not IDE. – Terrance Jun 27 '18 at 13:06
  • Changed SATA mode from IDE to AHCI and booted from USB.. it's hanging again :( – user1692094 Jun 27 '18 at 13:25
  • Enabled EHCI and stuck the USB in the back of the PC instead of the front. Victory! Setup continued and finished. PC booted straight into Windows though, so now I have to figure out how to fix that.. – user1692094 Jun 27 '18 at 14:00
  • 1
    I am not familiar with what EHCI is, but that is good. If you get it working, you should write an answer here of what you have done step-by-step to help others that could experience the same thing. – Terrance Jun 27 '18 at 14:02
  • 1
    If Windows pre-installed then it is UEFI. And UEFI will have two options to boot Ubuntu installer one UEFI and one BIOS. If you installed in UEFI mode, it should have moved Ubuntu as first in UEFI boot order. But if you installed in BIOS boot mode, you may have to turn off UEFI boot of hard drives or change other settings to boot in both UEFI & BIOS modes only selecting from UEFI menu. Grub will only boot other systems installed in same boot mode and only working Windows, or Windows fast start up must be off. – oldfred Jun 27 '18 at 14:54
  • 1
    From windows, held down shift key and select restart with mouse to reboot into Windows 10 bootloader, select other devices and you will see the option of booting Ubuntu. Cheers. – Bernard Wei Jun 27 '18 at 17:46
  • @DavidFoerster Thanks! I was wondering where that went. I've added the solution as an "answer your own question". Everything is working well. – user1692094 Jun 27 '18 at 18:51
  • @BernardWei Thanks! I can hit F12 to select a boot device, if I don it boots straight to Windows. Unintentionally works really well for me (I suspect that if I change the boot order in Bios and set the SSD Ubuntu is done as before the Win disk, it will boot into the Ubuntu screen where I can select which OS I want to boot). – user1692094 Jun 27 '18 at 18:51
  • @oldfred I definitely booted in UEFI mode all the time (BIOS settings and also one of the *Ubuntu versions who told me what mode it was in) – user1692094 Jun 27 '18 at 18:51

1 Answers1

1

I've got it to work.

BIOS settings: Changed SATA mode from IDE to AHCI. Didn't seem to do anything but I did not change it back. Enabled EHCI mode (XHCI mode was already enabled, I read something about USB3 and XCHI on a different forum, and the USB front port I was using was USB3 so I figured it was worth a shot.)

Then I remembered that sometimes with "Windows boot from USB" it matters if I plug the USB directly into the motherboard or the front panel. So I stuck the USB in the back of the PC instead of the front.

And one of those things worked, because setup continued (after a few minute pause in the same place) and finished.

PC boots straight into Windows 10 unless I hit F12 (for my BIOS - choose boot device), probably because I chose "Something else" and not "Boot alongside Windows" - because I've installed Ubuntu on a separate harddisk.

  • 1
    You should be able to change boot order in UEFI, or using efibootmgr. see man efibootmgr and: http://askubuntu.com/questions/485261/change-boot-order-using-efibootmgr – oldfred Jun 27 '18 at 19:07