[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Unable to install F10 with kickstart
- From: Mike <mike cloaked gmail com>
- To: fedora-list redhat com
- Subject: Re: Unable to install F10 with kickstart
- Date: Mon, 1 Dec 2008 13:37:48 +0000 (UTC)
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]