I think you need to make an initrd. Check to see if you have one first. Make sure that the version is the same as the one on your boot disk... sudo mkinitrd -o /boot/initrd.img-$(uname -r) sudo ln -s /boot/initrd.img$(uname -r) /initrd.img -- azz