hello,
i'm trying to get my autoinstall to boot only using the syslinux pxelinux.0 image and not have to rely on etherboot. i already have etherboot working fine i just want to see if i can get pxe working by itself. where i'm running into a problem is when the system tries to load initrd, it starts loading but i then get a "Boot failed, press any key to retry, or wait to reset...". any thoughts on what might be causing this?
i'm using linux and initrd from the suse9 pro cd /boot/loader.
dhcpd.conf for this host.
host host1 { filename "/pxelinux.0"; fixed-address 172.16.0.223; hardware ethernet 00:07:E9:5D:8C:7B; next-server 172.16.0.16; }
pxelinux.cfg/AC1000DF
default linux label linux kernel linux append load_ramdisk=1 initrd=initrd install=nfs://172.16.0.9/suse/ autoyast=nfs://172.16.0.16/export/configs/host1.xml
thanks
autoinstall@lists.opensuse.org