Mike Cloaked wrote:
> 
> 
>>         kernel /vmlinuz ks=hd:sda1/ks.cfg repo=hd:/dev/sda5:/iso
>>         initrd /initrd.img
>> 
>> - in the kickstart I defined the hd path:
>> 
>> harddrive --partition=/dev/sda5 --dir=/iso
> 
> 

I just noticed something else - 

Your line:
kernel /vmlinuz ks=hd:sda1/ks.cfg repo=hd:/dev/sda5:/iso
seems to not have the standard definition for the device for the ks file...

Should it be:
kernel /vmlinuz ks=hd:/dev/sda1/ks.cfg repo=hd:/dev/sda5:/iso
                             ====

presuming that the ks.cfg file is in the root directory for the /dev/sda1
partition?

Did you copy the images directory to the "iso" directory?
-- 
View this message in context: 
http://www.nabble.com/Unable-to-install-F10-with-kickstart-tp20769506p20773269.html
Sent from the Fedora List mailing list archive at Nabble.com.

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to