LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   PXE no client boot (https://www.linuxquestions.org/questions/linux-networking-3/pxe-no-client-boot-328815/)

ACID25 05-31-2005 05:36 AM

PXE no client boot
 
Hi
i want to install a lot of FedoraCore2 server with ks over the network booting with pxelinux...everything works fine during the installation rocess after the installation, the BIOS correctly picks up the new config and unloads the PXE stack and the i get these message
Code:

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]

and i dont know why the boot process stops there...maybe i have wrong kernel parameters. i hope anyone can help me to fix this problem its urgent;)

here is my pxelinux file
Code:

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

and my ks file
Code:

#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 --iscrypted $1$xD7RI0Ef$p8S0PTtHiv4dlkF2f28af0
#Reboot after installation
reboot
#Use text mode install
text
#Install OS instead of upgrade
install
#Use Web installation
url --url xxxp://220.168.200.88/
#System bootloader configuration
bootloader --location=mbr --append serial,9600n8                                           
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part /boot --fstype ext2 --size 100
part swap --size 4096
part / --fstype ext2 --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 xxxp://install.meinnetzwerk.net/cgi-bin/stopins.pl?file=01-00-30-48-82-d9-16

thx for help
greetz
ACID25


All times are GMT -5. The time now is 01:36 PM.