Hello there! I try to set up a fully automated installation for SuSE 8.1. So far my autoinstallation works really good! The dhcp-Server works... the client recieves its image... the automated installation works(linux installation)... the installation is completed and the client boots the first time... now this is displayed: ... (booting) ... loading screenmap trivial done setting up console ttys done starting hardware scan on boot done master resource control: runlevel 3 has been reached skipped services in runlevel 3 splash Welcometo SuSE Linux 8.1 (i386) - Kernel 2.4.19-4GB (tty1). linux login: Welcometo SuSE Linux 8.1 (i386) - Kernel 2.4.19-4GB (tty0). linux login: What is wrong? -Why does it use two different ttys????? These are my kernel parameters: ---netboot---- default linux serial 0,9600n8 label linux kernel linux append console=tty0 load_ramdisk=1 initrd=initrd autoyast=nfs://10.10.200.140/profiles/profile5.xml install=nfs://10.10.200.140/install insmod=e100 ---localboot--- default linux label linux append console=tty0 localboot 0 ----This is my dhcpd.conf------ ddns-update-style none; allow booting; allow bootp; subnet 10.10.200.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option broadcast-address 10.10.200.255; option root-path "/install"; option routers 10.10.200.1; } group { use-host-decl-names on; next-server 10.10.200.140; host linux056 { hardware ethernet 00:30:05:19:46:45; fixed-address 10.10.200.56; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/pxelinux.0"; } } host linux055 { hardware ethernet 00:30:05:2B:5A:04; fixed-address 10.10.200.55; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/pxelinux.0"; } } host linux011 { hardware ethernet 00:10:5A:55:DF:A8; fixed-address 10.10.200.11; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/pxelinux.0"; } } } PLEASE, PLEASE,.......... help me! Thanks in advance Ulrike -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
Hi This is certainly something related to the console keyword. Are you on a serial console? What happens if you remove the console keyword? Anas Ulrike Settele wrote:
Hello there!
I try to set up a fully automated installation for SuSE 8.1. So far my autoinstallation works really good! The dhcp-Server works... the client recieves its image... the automated installation works(linux installation)... the installation is completed and the client boots the first time...
now this is displayed: ... (booting) ... loading screenmap trivial done setting up console ttys done starting hardware scan on boot done master resource control: runlevel 3 has been reached skipped services in runlevel 3 splash
Welcometo SuSE Linux 8.1 (i386) - Kernel 2.4.19-4GB (tty1). linux login:
Welcometo SuSE Linux 8.1 (i386) - Kernel 2.4.19-4GB (tty0). linux login:
What is wrong? -Why does it use two different ttys?????
These are my kernel parameters: ---netboot---- default linux serial 0,9600n8 label linux kernel linux append console=tty0 load_ramdisk=1 initrd=initrd autoyast=nfs://10.10.200.140/profiles/profile5.xml install=nfs://10.10.200.140/install insmod=e100
---localboot--- default linux label linux append console=tty0 localboot 0
----This is my dhcpd.conf------
ddns-update-style none; allow booting; allow bootp;
subnet 10.10.200.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option broadcast-address 10.10.200.255; option root-path "/install"; option routers 10.10.200.1; }
group { use-host-decl-names on; next-server 10.10.200.140;
host linux056 { hardware ethernet 00:30:05:19:46:45; fixed-address 10.10.200.56; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/pxelinux.0"; } }
host linux055 { hardware ethernet 00:30:05:2B:5A:04; fixed-address 10.10.200.55; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/pxelinux.0"; } }
host linux011 { hardware ethernet 00:10:5A:55:DF:A8; fixed-address 10.10.200.11; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/pxelinux.0"; } } }
PLEASE, PLEASE,.......... help me! Thanks in advance Ulrike
participants (2)
-
Anas Nashif
-
Ulrike Settele