1

I'm using the Ultimate Boot CD, and I've added a bunch of customized .iso's to it. I can boot into those .iso files fine, but most of them are mini-versions of Linux that are designed to run off of a CD. When they try to boot, they try to run off the CD (which obviously isn't there since they're on a USB drive) and then either freeze, or don't work in some other way.

Is there any way to edit the .iso files to tell them they're booting off of a USB drive? I'm assuming there'd be something somewhere in the boot configuration files to do this. Where would that be? I would think it'd be different for different ones, but are there some places that are standard for live CDs? What would I have to change?

EDIT: Just to make exactly what I'm asking clear...I know there's stuff all over the place on how to boot a .iso from USB. That's not the problem, I can already do that. What I'm wondering is how to make the OS stored in the .iso realize that it's booting from USB and not CD?

Mako
  • 171
  • 5

2 Answers2

1

UNetbootin can boot any live CD image off a USB stick. (I think it works by emulating a CD drive.)

Some other options are listed here.

If you wanted to include several bootable CDs on the same USB drive, see How can I keep multiple live/bootable ISO images on a single USB drive?.

Mechanical snail
  • 7,963
  • 5
  • 48
  • 67
0

I have previously tried similar things. Any live CD image can be easily booted from your USB. I have tried it using a Ubuntu flavor of Linux and worked successfully.

Follow these steps:

  1. Download the ISO Image file or Copy (which ever applicable)
  2. Insert the USB drive and I recommend putting all your previous data in one folder(note:this data will not be accessible once the Live CD using USB is running)
  3. Download Universal USB Installer.
  4. Select the specific ISO in the drop down box and also select the USB which you want to make bootable.
  5. Click next and set your options.
  6. USB drive is now bootable.
  7. To boot select boot from USB in startup of computer.
  8. Run the USB as LIVE CD or install Linux from it.

For more details kindly visit: Ubuntu Website. Go to Option 2 and select USB for details.

Gareth
  • 19,080
aibk01
  • 1,346