PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PXE Linux / Netzwerkinstallation



linuxbaby
30.05.05, 11:34
Hallo
ich habe folgendes Problem und zwar möchte ich mehrere Linux clients (FedoraCore2) übers netz installieren mit pxelinux ftftp etc....
das funktioniert soweit auch alles die clients holen sich die infomationen vom server und per kickstart file wird alles installiert.
Der client bzw. pxelinux bootet dann auch beim reboot local allerdings bleibt er beim laden hängen mit folgender meldung...


root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.5-1.358smp ro root=LABEL=/
[Linux-bzImage, setup=0x1400, size=0x137ae0]
initrd /initrd-2.6.5-1.358smp.img
[Linux-initrd @ 0x1fea0000, 0x2f617 bytes]

mein kickstart file sieht so aus


#Generated by Kickstart Configurator
#platform=x86, AMD64, or Intel EM64T
#System language
lang de_DE
#Language modules to install
langsupport de_DE
#System keyboard
keyboard de-latin1-nodeadkeys
#System mouse
mouse genericwheelps/2
#Sytem timezone
timezone Europe/Berlin
#Root password
rootpw emptypass
#Reboot after installation
reboot
#Use text mode install
text
#Install OS instead of upgrade
install
#Use Web installation
url --url http://217.171.200.88/
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part /boot --fstype ext3 --size 100
part swap --size 4096
part / --fstype ext3 --size 1 --grow
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=dhcp --device=eth0
#Firewall configuration
firewall --enabled
#Do not configure XWindows
skipx
#Package install information
%packages --resolvedeps
@ Web Server
@ Mail Server
@ FTP Server
@ SQL Database Server
%pre
/usr/bin/wget http://install.meinnetzwerk.net/cgi-bin/stopins.pl?file=01-00-30-48-82-d9-16


das config file von pxelinux so


default linux
prompt 1
timeout 10
label linux
kernel vmlinuz
append ksdevice=eth0 console=ttyS0,38400n8 vga=extended load_ramdisk=1 initrd=initrd.img network ks=http://192.168.1.1/01-00-30-48-82-d9-16.cfg


ich habe keine ahnung warum grub hängen bleibt :confused: muss ich evtl. grub andere kernelparameter mitgeben? wäre nett wenn mir jmd helfen könnte so das die clients booten können....

MFG
linuxbaby