live usb straight to desktop

Goh Lip g.lip at gmx.com
Tue May 3 08:56:29 UTC 2011


On 05/03/2011 03:56 PM, Goh Lip wrote:
> To boot this up, just have an entry in your grub2.cfg .
>
> menuentry "Iso - casper" {
> search --set=root -f /isotope/livelive.iso
> loopback loop /isotope/livelive.iso
> linux (loop)/casper/vmlinuz boot=casper
> iso-scan/filename=/isotope/livelive.iso noeject noprompt quiet splash
> initrd (loop)/casper/initrd.lz
> }



For grub2 version 1.98 and lower,
"--set=root" should be "--set"
meaning the former is for Natty grub and the latter for Maverick and older.

menuentry "Iso - casper" {
search --set -f /isotope/livelive.iso
loopback loop /isotope/livelive.iso
linux (loop)/casper/vmlinuz boot=casper 
iso-scan/filename=/isotope/livelive.iso noeject noprompt quiet splash
initrd (loop)/casper/initrd.lz
}

Regards - Goh Lip

-- 
Life is a sexually transmitted disease with a 100% mortality rate.




More information about the ubuntu-users mailing list