Ubuntu iso to usb image

Santanu Chatterjee thisissantanu at gmail.com
Thu Apr 29 17:17:47 UTC 2010


On Thu, Apr 29, 2010 at 9:03 PM, 箛絕 <bloody-guy at qq.com> wrote:
> open a terminal login as root and do as follow:
> 1.mkdir -p /mnt/iso
> /*
> mkdir a directory /mnt/iso
> */
> 2.cp xxx.iso /
> /*
> copy the iso image to / ,xxx.iso means the path of the iso image
> */
> 3.cd / && mount -o loop -t iso9660 xxx.iso /mnt/iso
> /*
> cd / ,and the mount the iso image to /mnt/iso ,xxx.iso means the path of
> ubuntu's iso image
> */
> 3.cd /mnt/iso/casper && cp vmlinuz initrd.lz /
> /*
> cd /mnt/iso/casper and copy the linux kernel and initd file to /
> */
> 4.modify the grub configure file ,gedit /boot/grub/menu.lst or vi
> /boot/grub/menu.lst
> append the follow text to end of the file
> title install Ubuntu
> find --set-root /xxx.iso
> kernel vmlinuz boot=casper iso-scan/filename=/xxx.iso ro quiet splash
> initrd initrd.lz
> Hope it can help you !

First of all, thanks for the detailed steps. I have already used this
process (and also a similar process using syslinux) before.
But as you can yourself see, this is not as simple as a one liner like
the dd command I mentioned earlier. That was the reason I asked if the
soon to be released Ubuntu 10.04 iso supports that feature (as already
done by openSUSE 11.2 and Fedora 12)

-Santanu




More information about the ubuntu-users mailing list