.
Meine root und boot Ordner sind auf HDA6 drauf.
Also es stand auch das ich lilo ausführen sollte.Ich habe es nach dem kernel kompilierung getan,aber debian hat gesagt das so was nicht gibt,
Hab dann einfach rebootet und mit grub 2.6.8 gewählt
Danach kam dieses FEHLER:
Code: Alles auswählen
VFS=Cannot open root device "hda6" or unknown_block(0,0)
Please append a correct "root=" boot option
KERNEL PANIC: VFS:Unable to mount root from unknown_block(0,0)
ls -l /boot/vm* /boot/initrd* /vm* /initrd*
Code: Alles auswählen
-rw-r--r-- 1 root root 3878912 2005-01-17 22:01 /boot/initrd.img-2.4.27-1-386
-rw-r--r-- 1 root root 816054 2004-12-01 13:28 /boot/vmlinuz-2.4.27-1-386
-rw-r--r-- 1 root root 1114416 2005-01-24 17:55 /boot/vmlinuz-2.6.8
lrwxrwxrwx 1 root root 28 2005-01-17 22:01 /initrd.img.old -> boot/initrd.img-2.4.27-1-386
lrwxrwxrwx 1 root root 18 2005-01-24 17:58 /vmlinuz -> boot/vmlinuz-2.6.8
lrwxrwxrwx 1 root root 25 2005-01-17 22:01 /vmlinuz.old -> boot/vmlinuz-2.4.27-1-386
/initrd:
insgesamt 0
Code: Alles auswählen
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5
# Pretty colours
color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda6 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,5)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.8
root (hd0,5)
kernel /boot/vmlinuz-2.6.8 root=/dev/hda6 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.8 root=/dev/hda6 ro single
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-386
root (hd0,5)
kernel /boot/vmlinuz-2.4.27-1-386 root=/dev/hda6 ro
initrd /boot/initrd.img-2.4.27-1-386
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-386 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.4.27-1-386 root=/dev/hda6 ro single
initrd /boot/initrd.img-2.4.27-1-386
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Home Edition
root (hd0,0)
savedefault
makeactive
chainloader +1
Was ich habe ich falsch gemacht?