|
I have 1 hard drive
only 1 patition for debian
Contents of grub: (without comments)
_____________________________________________________
title Debian GNU/Linux, kernel 2.6.8.030320
root (hd0,0)
kernel /boot/vmlinuz-2.6.8.030320 root=/dev/hda1 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8.030320 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.8.030320 root=/dev/hda1 ro single
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.8-2-686
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-686 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.8-2-686
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-2-386
root (hd0,0)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
___________________________________________________________
I complied the "Debian GNU/Linux, kernel 2.6.8.030320" (date is wrong) and the one i am useing now that im using now that works is "Debian GNU/Linux, kernel 2.6.8-2-686"
Last edited by donaldtalbert; 06-19-2005 at 06:55 AM.
|