FOG 1.0.1 and older NICs
-
[quote=“Tom Elliott, post: 28701, member: 7271”]
Weird that you’re having issues with HP DC6000’s as I’ve got about 250 of them and they all, from what I’ve found, work fine with 1.x.x.[/quote]Which pxe boot file are you using?
-
Right now I am using undionly.kkpxe from [url]https://mastacontrola.com/ipxe/latest-DEFAULT-TEST[/url] dated June 1, 2014 and it works with the PCs below. Its not working on a HP d530, endless boot loop.
[LIST]
[]HP dc4000
[]HP dc5700
[]HP dc5800
[]HP dc6000
[]HP dc7700
[]DakTek Discovery 61
[*]DakTek Discovery 81
[/LIST] -
please update to the latest version in the svn trunk. we believe we may have the issue finally fixed.
details: [url]http://fogproject.org/forum/threads/040ee119-error-on-boot.10493/page-3#post-28887[/url] -
[quote=“Junkhacker, post: 28914, member: 21583”]please update to the latest version in the svn trunk. we believe we may have the issue finally fixed.
details: [url]http://fogproject.org/forum/threads/040ee119-error-on-boot.10493/page-3#post-28887[/url][/quote]Doing so gives me an error about failed connecting to ipxe.com.
-
what is the exact error code? that file makes no attempt to connect to ipxe.com
-
Attached. Did this using both undionly.kpxe.INTEL and undionly.kpxe from code - Revision 1774.
[url=“/_imported_xf_attachments/0/880_error1 (800x534).jpg?:”]error1 (800x534).jpg[/url]
-
okay,
I’ll be willing to be you have a folder called:
[code]/var/lib/tftpboot[/code] and for whatever reason a fix for this would be:
[code]ln -s /tftpboot/default.ipxe /var/lib/tftpboot/default.ipxe[/code] -
[quote=“Tom Elliott, post: 29025, member: 7271”]okay,
I’ll be willing to be you have a folder called:
[code]/var/lib/tftpboot[/code] and for whatever reason a fix for this would be:
[code]ln -s /tftpboot/default.ipxe /var/lib/tftpboot/default.ipxe[/code][/quote]You were correct, but I still see the issue after performing the step listed. Same error.
-
[quote=“Scott B, post: 29026, member: 15315”]You were correct, but I still see the issue after performing the step listed. Same error.[/quote]
I’m seeing it on other machines now as well.
-
if you run
[FONT=Consolas]tftp x.x.x.x get default.ipxe[/FONT]
does it download the file? -
[quote=“Junkhacker, post: 29161, member: 21583”]if you run
[FONT=Consolas]tftp x.x.x.x get default.ipxe[/FONT]
does it download the file?[/quote]I see what I did. When updating the tftboot files I accidentally moved default.ipxe. Thanks!