0

I tried to install Ubuntu onto a USB stick but it doesn't install all of the files. I don't see the Ubuntu logo appearing in my USB drive, only an ideogram of a sheet with a folded corner and it will be labeled Ubuntu. I've read to install LiLi USB Creator on a stick with either FAT or FAT32 partition which I read only worked on 4GB sticks and on 34bit computers with 2.0 USB ports. I tried it with exFAT and FAT32 partitions and the last time I tried downloading Ubuntu onto a stick it completed 99% of the download and then quit. What exactly do I need to do to get an Ubuntu system fully downloaded onto a thumb drive and loaded onto 64bit laptop?

Steve
  • 1
  • Are you trying to create an install disk? Or are you creating a machine on the hard drive? – Robby1212 Jan 30 '18 at 18:37
  • You will have to clarify your question more. as Robby said .. we cant tell if you are trying to create an Ubuntu install on the USB drive so you can install it on another PC ... or if you are trying to install Ubuntu onto a flash drive so you can plug it into a computer and boot to the USB drive and have ubuntu running "bypassing" the original PC's OS – John Orion Jan 30 '18 at 18:49
  • As you're a reputation 1 user: If an answer helped you, don't forget to click the grey ☑ to the left of the text, which means "yes, this is THE answer"! – Hannu Jan 30 '18 at 21:52
  • I want load Ubuntu as the computer's operating system – Steve Feb 03 '18 at 18:00

1 Answers1

0

Step number one:
a disk image (a *.iso for a Linux distro) is to be written with special software (disk image writer, USB boot disk creator, ...) that creates the disk by writing "blocks" from the disk image onto the stick.

Most notably

  • the USB stick does normally NOT need to be "formatted" before starting.
  • the image file is NOT to be "File copied" to the stick.
  • the result after writing is at least one partition with files.

Step number two:
After this process you will see a number of files on the stick - it may be necessary to remove (use "safe remove"!) and reinsert the stick into the computer though.

Step number three:
When done properly the stick will now be bootable, you might need to tell the computer to actually use the stick as a bootable device - often by pressing F11 or F12 as the computer BIOS starts - then selecting the USB stick in the menu that appears.

In this state the stick is your "Live (as in 'try') Ubuntu", "Last resort salvage disk" and "Installation media" in one package.

NOTE: A "Live" system like this has/does not (at least historically) have/had any writable area, in which case any files you create or download cannot be retained AFTER a reboot - unless you make sure to 'mount' any writable media; e.g. your live "/home", or what you intend to be that.

Hannu
  • 5,374
  • 1
  • 23
  • 40
  • Good to note here is that this is the live version of Ubuntu, which may or may not allow you to save and use files. – Robby1212 Jan 30 '18 at 19:03
  • I've been trying to download Ubuntu onto a USB stick to load onto a Toshiba laptop to use as my OS because it has no ROM drive. Would it be better to get a ROM drive to put in it and load it from a CD? – Steve Feb 03 '18 at 19:01
  • For a modern BIOS that indeed does boot from USB; no. It would be slower for starters. – Hannu Feb 04 '18 at 12:12