Saturday 1 September 2012

Can't find out where CDLinux is installed - CDLinux


http://www.cdlinux.info/wiki/doku.php/doc/faq/bootiso not work

so,

title GNU/CDlinux
#extract bzImage and initrd to somewhere first
#no leading / or trailing / for CDL_DIR
#add  root (hd0,0) in first line to skip (hd0,0) in kernel and initrd lines
kernel (hd0,0)/path/to/bzImage quiet CDL_DIR=path/to CDL_IMG=CDlinux-0.9.7.1.iso CDL_LOOP=yes
initrd (hd0,0)/path/to/initrd
boot

 - or -

title GNU/CDlinux
#assume iso , kernel , initrd are on same partition
#no leading / or trailing / for CDL_DIR
find  --set-root  /path/to/CDlinux-0.9.7.1.iso
kernel /path/to/bzImage quiet CDL_DIR=path/to CDL_IMG=CDlinux-0.9.7.1.iso CDL_LOOP=yes
initrd /path/to/initrd
boot


1 comment:

Unknown said...

hi..

thanx for this codes..

the 2nd one works perfectly..

can i ask u for a help..

that codes is for .iso files..

n i read that.. if we boot from iso.. the changes we made won't be saved..

so is there's a way to boot from extracted contend of the cdlinux.iso with grub4dos?

thanx..

Labels

Search This Blog