Pages

Thursday, June 5, 2014

Menu.lst to boot Redo Backup ISO

 Here is the code to add into menu.lst in order to boot Redo Backup ISO directly:

title 5-REDO Backup
find --set-root /images/redobackup-livecd-1.0.4.iso
map /images/redobackup-livecd-1.0.4.iso (0xff) || map --mem /images/redobackup-livecd-1.0.4.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed noprompt boot=casper persistent iso-scan/filename=/images/redobackup-livecd-1.0.4.iso quiet splash --
initrd /casper/initrd.lz

No comments:

Post a Comment