Pages

Thursday, June 5, 2014

Menu.lst To Boot Ubuntu Live ISO

Here are the code used in menu.lst to boot Live version of Ubuntu from ISO directly:

title 2-Ubuntu Live Desktop V13.04
find --set-root /images/ubuntu-13.04-desktop-i386.iso
map /images/ubuntu-13.04-desktop-i386.iso (0xff) || map --mem /images/ubuntu-13.04-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed noprompt boot=casper persistent iso-scan/filename=/images/ubuntu-13.04-desktop-i386.iso quiet splash --
initrd /casper/initrd.lz

No comments:

Post a Comment