Quote |
# Begin /boot/grub/menu.lst # By default boot the first menu entry. default 0 # Allow 30 seconds before booting the default. timeout 30 # Use prettier colors. color green/black light-green/black # The first entry is for LFS. title LFS 6.3 root (hd0,1) kernel /boot/lfskernel-2.6.22.5 root=/dev/sda2 # The second entry is for dsl-n title dsl-n root (hd2,0) kernel /linux root=/dev/sdc1 dsl base norestore noacpi toram initrd /minirt.gz makeactive boot # the third entry is for dsl-3.x title dsl-3.x root (hd1,2) kernel /boot/linux24 root=/dev/sdb3 lang=us apm=power-off nomce nodma quiet frugal restore=sdb4 toram alsa syslog mydsl=sdb4 initrd /boot/minirt24.gz makeactive boot |
Quote |
About (hd2,0), you sure it's that? Did you see it in grub when typing hd( and tab? |
Quote |
kernel /boot/linux24 root=/dev/sdb3 lang=us apm=power-off nomce nodma quiet frugal restore=sdb4 toram alsa syslog mydsl=sdb4 |