> the following is content of my grub booting script: > --------------------------------------------------------------------------- > color cyan/blue white/blue > > title Debian GNU/Linux, kernel 2.6.7-1-386 > root (hd0,0)
according to your fstab, i think the root should be "root (hd0,2)" > kernel /vmlinuz-2.6.7-1-386 root=/dev/hda3 ro > initrd /initrd.img-2.6.7-1-386 > savedefault > boot > > title Kernel-2.6.9 > root (hd0,0) > kernel /kernel-2.6.9 root=/dev/hda3 ro > savedefault > boot > > title Debian GNU/Linux, kernel 2.6.7-1-386 (recovery mode) > root (hd0,0) > kernel /vmlinuz-2.6.7-1-386 root=/dev/hda3 ro single > initrd /initrd.img-2.6.7-1-386 > savedefault > boot > ------------------------------------------------------------------------- > > And second on the list is the kernel compiled by myself. It is correct > that I set "root=/dev/hda3" > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]