Link to home
Start Free TrialLog in
Avatar of kennys
kennys

asked on

RedHat install using ide=nodma

I was unable to install RedHat or Mandrake on my Toshiba Laptop as the setup would stall at partition check.
Laptop drive is a formatted single partition.
I managed to get Suse to install using the Safe Settings option.
I saw from this that it was entering ide=nodma so
went back to RedHat 8 and got it to install by entering linux ide=nodma and all went well.
However, every time I boot I have to re-enter ide=nodma.
Can anyone show a beginner where to add this to the boot sequence ?
Avatar of linxit
linxit

If you're using lilo, add this to /etc/lilo.conf under each label:

append="ide=nodma"

If you're using grub, in /boot/grub/grub.conf, add it to the kernel line, e.g.

kernel /boot/vmlinuz root=/dev/hda1 ide=nodma

ASKER CERTIFIED SOLUTION
Avatar of linxit
linxit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kennys

ASKER

Many thanks