BV1AL
Group: Members
Posts: 4
Joined: Nov. 2005 |
|
Posted: Dec. 21 2005,17:35 |
|
grub also is a good choice for CDROM boot, it need only one file "stage2_eltorito", also "splash.xpm.gz" would make background look better, and put all these(and with "menu.lst") in /cdrom/boot/grub/
menu.lst for example:
default 0 timeout 20 splashimage=/boot/grub/splash.xpm.gz
title DSL BV1AL [system load to ramdisk, GUI mode] root (cd) kernel (cd)/boot/linux24 toram ....... initrd (cd)/boot/minirt24.gz
title DSL BV1AL [system load to ramdisk, text mode] root (cd) kernel (cd)/boot/linux24 toram 2 ....... initrd (cd)/boot/minirt24.gz
......etc.......
for making ISO image: mkisofs -l -R -J -V "DSL BV1AL" -v -b boot/grub/stage2_eltorito \ ......etc.......
|