2

I'm trying my hand at getting my laptop to run Ubuntu.

My laptop is a Toshiba Satellite L755-S5153. It came preloaded with Windows 7. I upgraded the laptop to Windows 10.

I downloaded the Ubuntu 16.04.3 disk image (ISO) file to the laptop's hard drive.

UNetbootin was downloaded and run. The type was set to hard disk and Diskimage was set to where the ISO file was downloaded. I pressed OK, and UNetbootin proceeded without any problem.

When I try to boot from UNetbootin, I get a black screen with the this error:

Booting 'UNetbootin'

(hd0,1) Filesystem type is ntfs, partitiom type 0x7 kernel /unetbtin/ubnkern Error 13: Invalid or unsupported executable format

Press any key to continue..._

karel
  • 122,292
  • 133
  • 301
  • 332
Jun Dolor
  • 133

2 Answers2

0

Good morning -

i simply had to do following steps to get my usb-stick booting:

  • copy /backup all important files already placed upon usb stick (just in case)
  • gparted: device (=usb), new partition table, msdos,
  • then in windows (10/etc/rescue dvd) with usb stick plugged in: diskpart, list disk, select disk 1 (=> or 2 or 3, aka your usb stick according to SIZE of disk), attributes disk clear readonly (clears readonly feature), online disk, convert mbr (= fixes partition structure) (- format to fat32 or fat (if below 1GB) or exfat)
  • use unetbootin / rufus / ventoy again and try booting, please..

install linux :-)

0

The bootloader that is supposed to load the Ubuntu live USB that was created with UNetbootin is not loading correctly. I recommend scrapping the UNetbootin Ubuntu live USB and trying again with the Ubuntu USB creator application for your operating system that is recommended at the official Ubuntu website. See this question: What is the proper way of creating installation media from Ubuntu iso?.

If you are making the Ubuntu live USB on windows with Rufus, which is the recommended application, there are detailed step-by-step instructions accompanied by several screenshots at this answer.

karel
  • 122,292
  • 133
  • 301
  • 332