Hidde
27th January 2007, 01:09
Yesterday I compiled my own kernel, by using the instructions from this howto (http://www.howtoforge.com/kernel_compilation_debian_p2) by falko.
The compilation and installation went fine, but for some reason I can't boot into it. It probably has something to do with the fact that my sata disk are seen as scsi disk by linux, because before I get a kernel panic, the kernel is waiting for sda and sda2 (root) to show up. I wish I could post te complete error, but I can't seem to find it in the /var/log files.
Ofcourse I already tried google, but there are only a few hits, and they are all about virtualization with Xen. I hope someone can point my in the good direction, because I'm out of ideas.
Maybe you'd like some more info about my hardware: I've got only one sata disk that is connected to a motherboard with some RAID functions, but as far as i know it just works as JBOD (Just a Bunch Of Disks). It probably isn't even connected to a RAID supporting connector.
Edit:
This is my menu.lst :
title Debian GNU/Linux, kernel 2.6.20-rc6-default3
root (hd0,2)
kernel /vmlinuz-2.6.20-rc6-default3 root=/dev/sda2 ro
initrd /initrd.img-2.6.20-rc6-default3
savedefault
title Debian GNU/Linux, kernel 2.6.20-rc6-default3 (single-user mode)
root (hd0,2)
kernel /vmlinuz-2.6.20-rc6-default3 root=/dev/sda2 ro single
initrd /intird.img-2.6.20-rc6-default3
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-amd64
root (hd0,2)
kernel /vmlinuz-2.6.18-3-amd64 root=/dev/sda2 ro
initrd /initrd.img-2.6.18-3-amd64
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-amd64 (single-user mode)
root (hd0,2)
kernel /vmlinuz-2.6.18-3-amd64 root=/dev/sda2 ro single
initrd /initrd.img-2.6.18-3-amd64
savedefault
The compilation and installation went fine, but for some reason I can't boot into it. It probably has something to do with the fact that my sata disk are seen as scsi disk by linux, because before I get a kernel panic, the kernel is waiting for sda and sda2 (root) to show up. I wish I could post te complete error, but I can't seem to find it in the /var/log files.
Ofcourse I already tried google, but there are only a few hits, and they are all about virtualization with Xen. I hope someone can point my in the good direction, because I'm out of ideas.
Maybe you'd like some more info about my hardware: I've got only one sata disk that is connected to a motherboard with some RAID functions, but as far as i know it just works as JBOD (Just a Bunch Of Disks). It probably isn't even connected to a RAID supporting connector.
Edit:
This is my menu.lst :
title Debian GNU/Linux, kernel 2.6.20-rc6-default3
root (hd0,2)
kernel /vmlinuz-2.6.20-rc6-default3 root=/dev/sda2 ro
initrd /initrd.img-2.6.20-rc6-default3
savedefault
title Debian GNU/Linux, kernel 2.6.20-rc6-default3 (single-user mode)
root (hd0,2)
kernel /vmlinuz-2.6.20-rc6-default3 root=/dev/sda2 ro single
initrd /intird.img-2.6.20-rc6-default3
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-amd64
root (hd0,2)
kernel /vmlinuz-2.6.18-3-amd64 root=/dev/sda2 ro
initrd /initrd.img-2.6.18-3-amd64
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-amd64 (single-user mode)
root (hd0,2)
kernel /vmlinuz-2.6.18-3-amd64 root=/dev/sda2 ro single
initrd /initrd.img-2.6.18-3-amd64
savedefault