Thursday, August 8, 2013

booting from iso using grub2

http://superuser.com/questions/154133/grub-boot-from-is

this fixes the problem with not being able to find live disk media: http://askubuntu.com/questions/47076/usb-boot-problems

Remove this:

file=/cdrom/preseed/ubuntu.seed

Add these:

live-media-path=/casper/ ignore_uuid

Full sample:

append boot=casper initrd=/casper/initrd.lz live-media-path=/casper/ quiet splash ignore_uuid -- If you don't want to edit every time you boot from USB, you can edit this file in USB: /syslinux/text.cfg"

No comments:

Post a Comment