0

I've got Ubuntu 16.04 LTS 64-bit installed on my computer. I would like to re-do the installation.

I've created a bootable USB in a different (non-Ubuntu) computer. I try to it plug in: nothing happens.

I restart the computer: still nothing happens, Ubuntu starts just as normal.

How can I make the computer open from the USB disk in order to start the installation?

3 Answers3

1

To boot from the USB stick you usually have to go into your BIOS or boot order.

Do this by pressing one of the F keys (F9, F10, etc.) right when your computer starts (shutdown your computer first). From there you can select to boot from USB.

Also make sure you actually formated your USB to be bootable (with "Startup Disk Creator" on Ubuntu).

staad
  • 361
0

use the disk image creater or writer on ubuntu os's to make your usb this is what i do all the time. never fails for me.

make sure you check the box saying disk image and find folder and download which ever os your using to usb, find program that says disks to check to see if the usb is boot-able if not boot-able re-download from internet.

if not use rufus for windows

if all fails search online for usb boot loaders. if this helps your welcome. i have most ubuntu flavors myself on one computer. good luck to you.

Don't change my message mint/peppermimt editions at's called the usb/disk image creater or writer are called on these two os's. so don't change my messages i run all ubuntu os's plus the all flavour's.if you don't believe me download all editions yourself of ubuntu's. only been modding my pc's and laptop's since I was 12 now 30.

  • Please clarify the second paragraph. What are you supposed to download to the USB? What are you supposed to re-download? Please add more details to the third paragraph, because right now it's vague and not very helpful. – wjandrea Jan 14 '17 at 00:28
0

I think you had made the USB bootable using Rufus or LiveUSB Creator. If so, your USB is bootable.

Your USB is not booting when you are restarting the computer because the USB drive will be below your hard drive in the boot order. So your, hard drive actually gets booted first and you are not able to boot from USB.

So when your computer is getting on, actually on the first boot screen, press (F8, F10, F12,...). One of these keys will land you in the boot menu page and select your USB drive using arrow keys and then press enter.

You could change the boot order permanently by pressing the key required for landing you to the BIOS options. It might be F2.

For getting the key regarding boot menu, you could search your hardware (Motherboard) page on the web.

Levi
  • 22