Code Sample |
title Damn Small Linux, kernel 2.4.26 root (hd1,10) kernel /boot/vmlinuz-2.4.26 root=/dev/hdb11 ro ramdisk_size=100000 initrd /boot/initrd-img savedefault boot title Damn Small Linux root (hd1,10)kernel 2.4.26 initrd /mnt/hd/boot/grub/device.map savedefault boot |
Quote (mikshaw @ Jan. 22 2007,23:01) |
Are you using a custom kernel and initrd? The kernel in DSL is linux24, and the initrd is minirt24.gz These are both located in /boot/isolinux if you downloaded the standard ISO. |
Code Sample |
## ## End Default Options ## title Beatrix, kernel root (hd1,6) kernel /boot/vmlinuz root=/dev/hdb7 ro ramdisk_size=100000 lang=de apm$initrd initrd /boot/initrd.img-2.6.7 savedefault boot title Beatrix, kernel 2.6.7 root (hd1,6) kernel /boot/vmlinuz-2.6.7 root=/dev/hdb7 ro ramdisk_size=100000 lang=$initrd initrd /boot/initrd.img-2.6.7 savedefault boot ### END DEBIAN AUTOMAGIC KERNELS LIST title DSL root (hd1,10) kernel /boot/linux24 root=/dev/hda11 makeactive boottitle Damn Small Linux, kernel 2.4.26 title DSL root (hd1,10) kernel /boot/isolinux/linux24 root=/dev/hda11 initrd /boot/isolinux/minirt24.gz makeactive boot #This entry automatically added by the Debian installer for a non-linux OS # on /dev/hda1 title PC-BSD 1.2 root (hd0,0) savedefault makeactive chainloader +1 |