0

I wanted to upgrade from Ubuntu 16.04 to 17.04.

I created a bootable usb stick in Ubuntu 16.04 using Startup Disk Creator selecting the downloaded 17.04 iso.

I'm using a Kingston 8GB usb stick.

I can select the stick in the BIOS and boot menu, but the system keeps starting up as usual via the main start up disk. Ignoring the usb stick.

I'm reading similar posts about the matter, but I don't find a suitable answer.

Yaron
  • 13,173
Leon
  • 1
  • PD. I formatted the stick as ext4 and fat32 just to see if it would make a difference but it doesn't. – Leon Apr 27 '17 at 09:34
  • 1
    You don't need a USB if you just want to upgrade. Have you tried sudo apt update and then sudo apt dist-upgrade? – Katu Apr 27 '17 at 10:16
  • Hi Katu- I tried your suggestion but it doesn't work. At first it seemed to work but then at the end i got an error message. Now, when repeating the commands it tells me everything is up-to-date. – Leon Apr 28 '17 at 10:58
  • But i'm just surprised i cannot boot from usb, when i created the bootable usb in Ubuntu.. – Leon Apr 28 '17 at 10:59
  • lsb_release -a will tell you your Ubuntu version. If you need to solve this or other problems, people will be able to help you better with more information in your question. Here they have information to consider before asking https://askubuntu.com/help/how-to-ask – Katu Apr 28 '17 at 11:24
  • SDC does not always work one Ubuntu release to the next, try a different installer such as mkusb. – C.S.Cameron Apr 29 '17 at 17:33

1 Answers1

0

I'm not sure, but I think the USB may not actually be formatted or created correctly. You may have to write it to the USB again, using a different burning utility like gnome-disks, because you may see the USB in the BIOS, but that does not necessarily mean it is bootable. I recommend reformatting and burning the USB with the stated tool.

jack0da
  • 248
  • You mean gnome-disks, right? – wjandrea May 21 '17 at 05:12
  • Welcome to Ask Ubuntu! I recommend to [edit] this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.) – David Foerster May 21 '17 at 11:49
  • I decided to change the OS to CentOS because i want to learn more about the RedHat environment.

    Creating a bootable usb stick was succesful using a command found on this website as follows:

    sudo umount /dev/sdX sudo dd if=/path/to/ubuntu.iso of=/dev/sdX bs=4M && sync

    – Leon May 24 '17 at 10:24
  • PD: i used a 32 GB Sandisk usb stick because the .iso was 8,4 GB. – Leon May 24 '17 at 10:30