nfs and net boot problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Help!
Im trying to boot using the Red Hat net boot diskette (netboot.img) and get the
ks.cfg and packages from NFS. Everything works except for one thing: during the
boot process it prompts me for:
1. language during installation
2. type of keyboard
3. type of media containing the packages
4. dynamic or static ip
5. NFS server name and Red Hat dir

I don't want any prompts at all of course and i think everything is speced in
ks.cfg, syslinux.cfg and dhcpd.conf. Have i forgot some options not make the
installation interactive?
Here's (some of) my spec:

ks.cfg:
lang en_US
langsupport en_US
keyboard se-latin1
nfs --server 10.0.0.1 --dir /root/kickstart/RedHat
network --bootproto dhcp

syslinux.cfg:
default ks
prompt 0
label ks
  kernel vmlinuz
  append network text ks=nfs:10.0.0.1:/root/kickstart/ks.cfg initrd=initrd.img

dhcpd.conf:
server-name "10.0.0.1";
next-server 10.0.0.1;
group {
	use-host-decl-names on;
	filename "pxelinux.0";
	option dhcp-class-identifier "PXEClient";
	host node1 {
		hardware ethernet 00:C0:26:62:B4:AD;
		fixed-address 10.0.0.2;
		option dhcp-class-identifier "PXEClient";
		}
	}


Best regards,

Andreas Lindblom



-- 
Get your firstname@lastname email at http://Nameplanet.com/?su





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux