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
Subscribe to:
Post Comments (Atom)
Labels
- ahk (1)
- android (1)
- apache (1)
- cifs (1)
- cygwin (2)
- E17 (1)
- gOS (1)
- grldr (4)
- grub (4)
- linux (5)
- mp4 (4)
- mysql (2)
- mytv (5)
- mytv download (5)
- php (2)
- pidgin (1)
- pxe (1)
- rtmp (7)
- rtmpdump (1)
- rtmpe (5)
- samba (1)
- sed (5)
- ssed (4)
- tvb (1)
- tvb.com (6)
- tvb.com.hk (6)
- ubuntu (2)
- virtualbox (1)
- winflp (1)
- xargs (1)
1 comment:
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..
Post a Comment