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

Bug#695500: debian-installer-7.0-netboot-kfreebsd-amd64: does not boot from pxe - still reproduceable



Hi,

On 21/02/13 06:39, Martin Zobel-Helas wrote:
> for tftpd-hpa it is even worse:

> | CLIENT MAC ADDR: 00 00 24 CE 6E B8                                             
> | CLIENT IP: 10.24.0.10  MASK: 255.255.255.0  DHCP IP: 10.24.0.1                 
> | TFTP.                                                                          
> | PXE-M0F: Exiting Intel Boot Agent.
> | 
> | No Boot device available, enter monitor.

That looks more like a problem with the configuration of tftpd-hpa, or
the DHCP response?  Since there is no mention of grub2pxe at all.


I've tried kfreebsd-i386 d-i rc1 on a few thin client systems, which
have Intel UNDI PXE-2.0, with Realtek RTL 8139 or Via Rhine II onboard
NICs, and all were able to netboot the GRUB menu.

My test setup is detailed below.

/etc/dhcp3/dhcpd.conf :
> allow booting;
> allow bootp;
> 
> host kfreebsd-i386 {
>     # Client MAC / IP
>     hardware ethernet xx:xx:xx:xx:xx:xx;
>     fixed-address 192.0.2.2;
>     # TFTP server / boot filename
>     next-server 192.0.2.1;
>     filename "grub2pxe";
> }

/etc/default/tftpd-hpa :
> TFTP_OPTIONS="--secure --refuse utimeout"
> TFTP_USERNAME="tftp"
> TFTP_DIRECTORY="/var/lib/tftpboot"
> TFTP_ADDRESS="0.0.0.0:69"

# ps ax | grep tftpd
23480 ?        Ss     0:00 /usr/sbin/in.tftpd --listen --user tftp
--address 0.0.0.0:69 --secure --refuse utimeout /var/lib/tftpboot

/var/lib/tftpboot/ :
> lrwxrwxrwx 1 root root 39 Feb 27 20:11 grub2pxe -> debian-installer/kfreebsd-i386/grub2pxe

/var/lib/tftpboot/debian-installer/kfreebsd-i386/ :
> -rw-r--r-- 1 root root    4987 Feb 11 23:59 font.pf2~
> -rw-r--r-- 1 root root  130587 Feb 11 23:59 grub2pxe
> -rw-r--r-- 1 root root    1153 Feb 27 20:46 grub.cfg
> -rw-r--r-- 1 root root 4875366 Feb 11 23:59 initrd.gz
> -rw-r--r-- 1 root root 5123957 Feb 11 23:59 kfreebsd-9.gz
> -rw-r--r-- 1 root root   75511 Feb 11 23:59 splash.png

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org


Reply to: