![]() |
Creating custom kickstart for Centos 5 and change hard disk from hda to sda
Hello,
I have created a custom kickstart for my customized centos distribution. It works ok. Now the problem is: with a specific hardware, Centos is not able to understand which driver is needed for the hard disk, and so instead of use the hard disk as sda it uses hda. When installing, it takes more than one hour and half for formatting, and when then I see a lot of errors in writing on disk. I've found out the solution: hda=noprobe hda=none in grub.conf, and it works great. Now the issue is only while installing: I'm searching a way to put this commands in my ks, so I hope not to have to wait hours for formatting 250GB of hard disk... Using a normal centos distro, I could do "linux text hda=noprobe hda=none" and it works, but mine is not a normal distro, and I cannot understand where to put those commands in the ks, as in the documentation I don't find the right option to set Here is my ks (the most relevant part): Code:
text |
I've found the solution, and it was pretty easy.... Just put hda=noprobe hda=none in the isolinux.cfg
Code:
|
| All times are GMT -5. The time now is 12:29 AM. |