8

Apparently my installation of syslinux was incorrect and liveusb-creator installs it somewhat correctly. Now I am getting the error "chain.c32: not a COM32R image". How do I make a USB flash drive bootstrap like a CD? My BIOS is configured okay (Ubuntu boots from USB).

The problem is, I have an ISO image and if a burn it to CD it boots fine. When I "burn" it to the flash drive, it doesn't boot.

I am guessing the CD burner creates a sort of a boot sector automatically, which isn't done for the USB drive. Please do not refer me to Linux/Ubuntu bootable installers from USB, I am not asking to boot Linux. It's an arbitrary bootable ISO image.

The ISO contains an isolinux directory, inside is some stuff like boot.cat file, isolinux.bin, .img file, .krn file etc. Ring any bells? I am not familiar with this isolinux bootloading thing.

Can someone please explain how I can use these files? Do I need to reinstall syslinux on the USB?

Apparently my installation of syslinux was incorrect and liveusb-creator installs it somewhat correctly. Now I am getting the error:

"chain.c32: not a COM32R image"

6 Answers6

7

I've had succes with both Windows and Linux iso's using UNetBootin. There are also several tutorials out there on how to use it with a Windows ISO.

Pylsa
  • 31,383
R-D
  • 2,556
4

HP has a couple tools that can be used to make USBs bootable. I've had mixed success with them depending on what it is I'm putting on them. Their strength, apparently, is that they are supposed to work with anything.

The HP Drive Key Boot Utility is one: http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=MTX-UNITY-I23839

The HP USB Disk Storage Format Tool is another. It works best for creating MS-DOS style boot disks: http://files.extremeoverclocking.com/file.php?f=197

music2myear
  • 49,799
4

I use liveusb-creator. It was designed for Fedora, but it's worked with every other live ISO I've put on it.

SaintWacko
  • 1,584
2

There are several known issues with a unetbootin and several flavours of Linux. It can work but if like me you find it causing issues, I have had more luck with Rufus.

netniV
  • 271
0

A USB drive can be substituted for a CD most of the time when making accurate, error-free bootable media, and it also eliminates the risk of creating a badly burnt CD. There are many programs available for making Linux live USBs. Universal USB Installer is one of the best ones. Click the Supported Distros tab on the linked webpage to show the list of supported Linux distributions. Universal USB Installer is updated regularly, as the supported Linux distributions are updated, so it is best to download the latest version.

Rufus is another program for making Linux live USBs.

karel
  • 13,706
0

This answer was provided by the OP as an edit to the question.

Unetbootin worked for me in the end. Installed syslinux correctly, though I had to use an older version 494. The new version produced an error:

"menu.c32: not a COM32R image".

The problem was with syslinux installation on USB (syslinux is a lightweight bootloader). I've tried installing it from Linux terminal, didn't work.