Laszlo BERES <beres.laszlo <at> sys-admin.hu> writes:
- created a /dev/sda5 filesystem and copied the DVD ISO onto this
- extracted the images/install.img file onto /dev/sda5
- created a grub.conf:
title Install F10 kickstart root (hd0,0) 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
When I started the installer, it stopped almost with the same issue at https://bugzilla.redhat.com/show_bug.cgi?id=473351: anaconda can't find
I notice that in your kernel line you have ks=hd:sda1/ks.cfg there is a missing ":"
Should it not be: ks=hd:sda1:/ks.cfg
Mike