[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
using GRUB
- From: Brian Peront <brian peront coat com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: using GRUB
- Date: Mon, 22 Jan 2007 14:02:10 -0500
To all,
We have been using lilo in redhat 9 and we did the following:
image=/kickstart/vmlinuz
label=Office-Install
initrd=/kickstart/initrd.img
append="ks=nfs:hostname:/free/redhat/kickstart/generic.ks.cfg"
For Grub:
I'm trying to do the following, and it starts to kickstart but doesn't
find the kick start file.
title Install
root (hd0,1)
kernel /vmlinuz ro root=LABEL=/kickstart1
initrd /initrd.img
append ksdevice=eth0 console=tty0 console=ttyS0,38400 \
ks=nfs:hostname:/free/FC6/kickstart/generic.ks.cfg
Does anyone know what I'm doing wrong, it starts to kickstart and
fails to find the kickstart file.
Thanks
-Brian Peront
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]