bootnote:

modprobe -r ata_piix
modprobe -r ahci
modprobe libata
modprobe ahci

This works to get rescue up and running.  if ata_piix is loaded the
system will not see the drive.

another note, I followed the ballance of
http://ubuntuforums.org/showthread.php?t=519229 changing the script as
follows:

#!/bin/sh

PREREQ=””

prereqs()
{
echo “$PREREQ”
}

case $1 in
# get pre-requisites
preregs)
preregs
exit 0
;;
esac

modprobe –r ata_piix
modprobe -r ahci
modprobe libata
modprobe ahci

Then I rebooted and the system hangs.  Where do I go from here?

-- 
SATA ICH6M drivers not supported Ubuntu 7.10
https://bugs.launchpad.net/bugs/155859
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to