<div dir="ltr">Hi List<br><br>This is my First mail on this List and I dont know wither I should ask this question on this list or not, if not then Please Redirect me.<br><br>I am making a live CD of my Currently Running Ubuntu (10.04) using this Guide<br>
<br><a href="http://ubuntuforums.org/showthread.php?t=688872">http://ubuntuforums.org/showthread.php?t=688872</a><br><br>but the Grub Portion is for Grub 1, Any help how would I convert them to Grub 2, Below are my Changes that I made but they Didn't worked<br>
<br>menuentry 'Start Linux in Graphical Mode' --class ubuntu --class gnu-linux --class gnu --class os {<br> recordfail<br> insmod ext2<br> set root='(hd0,1)'<br> search --no-floppy --fs-uuid --set cf27fe07-50e5-4178-9bd9-c04bc4993be3<br>
linux /boot/vmlinuz-2.6.32-24-generic-pae BOOT=casper boot=casper nopersistent rw quiet splash<br> initrd /boot/initrd.img-2.6.32-24-generic-pae<br>}<br>menuentry 'Start Linux in Safe Graphical Mode' --class ubuntu --class gnu-linux --class gnu --class os {<br>
recordfail<br> insmod ext2<br> set root='(hd0,1)'<br> search --no-floppy --fs-uuid --set cf27fe07-50e5-4178-9bd9-c04bc4993be3<br> echo 'Loading Linux 2.6.32-24-generic-pae ...'<br> linux /boot/vmlinuz-2.6.32-24-generic-pae BOOT=casper boot=casper xforcevesa rw quiet splash<br>
echo 'Loading initial ramdisk ...'<br> initrd /boot/initrd.img-2.6.32-24-generic-pae<br>}<br><br>menuentry 'Start Presistent Live CD' --class ubuntu --class gnu-linux --class gnu --class os {<br>
recordfail<br> insmod ext2<br> set root='(hd0,1)'<br> search --no-floppy --fs-uuid --set cf27fe07-50e5-4178-9bd9-c04bc4993be3<br> linux /boot/vmlinuz-2.6.32-24-generic-pae BOOT=casper boot=casper persistent rw quiet splash<br>
initrd /boot/initrd.img-2.6.32-24-generic-pae<br>}<br><br>menuentry 'Start Linux Graphical Mode from RAM' --class ubuntu --class gnu-linux --class gnu --class os {<br> recordfail<br> insmod ext2<br> set root='(hd0,1)'<br>
search --no-floppy --fs-uuid --set cf27fe07-50e5-4178-9bd9-c04bc4993be3<br> linux /boot/vmlinuz-2.6.32-24-generic-pae BOOT=casper boot=casper toram nopersistent rw quiet splash<br> initrd /boot/initrd.img-2.6.32-24-generic-pae<br>
}<br><br>### END /etc/grub.d/10_linux ###<br><br>### BEGIN /etc/grub.d/20_memtest86+ ###<br>menuentry "Memory test (memtest86+)" {<br> insmod ext2<br> set root='(hd0,1)'<br> search --no-floppy --fs-uuid --set cf27fe07-50e5-4178-9bd9-c04bc4993be3<br>
linux16 /boot/memtest86+.bin<br>}<br>menuentry "Memory test (memtest86+, serial console 115200)" {<br> insmod ext2<br> set root='(hd0,1)'<br> search --no-floppy --fs-uuid --set cf27fe07-50e5-4178-9bd9-c04bc4993be3<br>
linux16 /boot/memtest86+.bin console=ttyS0,115200n8<br>}<br><br clear="all"><br>Any kind of Help would be appreciated<br><br>Thanx in Advance<br> <br>-- <br>Waqar Afridi<br>
</div>