Turns out that with SATA drives, you need to give the module option atapi_enabled=1 to make it work. To get this option into the initrd, I had to create a file named /etc/modprobe.d/local as follows:
options libata atapi_enabled=1
and then recreate the initrd with:
mkinitrd.yaird -o /boot/initrd.img-2.6.15-rc5-686 2.6.15-rc5-686
update-grub
and now I'm watching Kill Bill 2.
0 comments:
Post a Comment