find where is "extlinux.conf."
$ find / -name extlinux.conf
then
sudo su
# editor extlinux.conf
Add to the grub line:
all_generic_ide pci=nommconf
Add to the kernel line:
ide=nodma acpi=off
save and reboot to test
$ find / -name extlinux.conf
then
sudo su
# editor extlinux.conf
Add to the grub line:
all_generic_ide pci=nommconf
Add to the kernel line:
ide=nodma acpi=off
save and reboot to test
No comments:
Post a Comment