Topic: Another GParted PXE boot thread
I'm trying to get GParted (0.9.0-7) to work with my PXE server. When booting, Gparted fails to accept the DHCP address offered up. Is there a particular DHCP setting that fixes this? I'm using Bind that comes with RHEL 5.7.. Below is my PXE entry for gparted.
LABEL GParted Live CD (Hard Drive Partition Tool)
KERNEL ../images/gparted/vmlinuz
APPEND initrd=../images/gparted/initrd.img boot=live config union=aufs noswap noprompt fetch=tftp://192.168.0.5/filesystem.squashfs nosplash
here is the /var/log/messages output for the dhcp request.
Aug 4 16:31:23 RHClus1 dhcpd: DHCPDISCOVER from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:23 RHClus1 dhcpd: DHCPOFFER on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:23 RHClus1 dhcpd: DHCPREQUEST for 192.168.0.18 (9.70.160.207) from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:23 RHClus1 dhcpd: DHCPACK on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:23 RHClus1 dhcpd: DHCPREQUEST for 192.168.0.18 (9.70.160.207) from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:23 RHClus1 dhcpd: DHCPACK on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:25 RHClus1 dhcpd: DHCPDISCOVER from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:25 RHClus1 dhcpd: DHCPOFFER on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:25 RHClus1 dhcpd: DHCPREQUEST for 192.168.0.18 (9.70.160.207) from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:25 RHClus1 dhcpd: DHCPACK on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:29 RHClus1 dhcpd: DHCPDISCOVER from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:29 RHClus1 dhcpd: DHCPOFFER on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:29 RHClus1 dhcpd: DHCPREQUEST for 192.168.0.18 (9.70.160.207) from 00:21:5e:f7:74:ae via eth0
Aug 4 16:31:29 RHClus1 dhcpd: DHCPACK on 192.168.0.18 to 00:21:5e:f7:74:ae via eth0