0

I want to install Ubuntu 22.10 on my computer. I went through this tutorial https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview, but I ended at step 4. Boot from USB flash drive.

My computer already has a dual boot for Windows and Ubuntu 16.04. I got stuck at this boot menu.

GNU Grub menu

Neither option leads to the OS installation menu. How can I proceed with installation?

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

The problem is your bios isn’t set to read the usb as a higher priority than grub on the hard drive / ssd. Grub won’t offer you boot from usb - it just lets you select from any of the installed OS’s.

You need to enter your computer’s bios settings and set usb to the first option.

Enter bios with the relevant key (it probably flashes briefly at the bottom of the screen after turning on); or check your hardware’s literature / search online. If you can’t find out which key to press, try Esc / f2 / f10 / f12 / Del in turn (holding each one down in turn during the power on process usually does the trick). Once there, how you tell the system what boot order to use depends on the hardware, but it’s usually quite intuitive.

Once you’ve done that, reboot and it should go to the usb and let you install.

Will
  • 2,483
  • 5
  • 20
  • 34