Network fails on compatibility test
-
This machine now boots directly into Windows after I hit enter on the Full Host Registration option.
-
Any option, actually.
-
I’m still confused.
Have you tried the latest kernel?
Is there any messages, could you possibly catch a video. It’s not typical to just boot to windows after selecting an option. If there was an error, the worst that would happen is it would bring you back to the menu, then wait for the PXE Timeout to boot to hard disk again.
-
Also, if you want, try the Kernel.TomElliott.3.10.1. I built it today so it should show up on the top of the unofficial kernel’s list.
-
Yes I just installed 3.15.0. I will try to catch a video to show you
-
[media=youtube]7RfHBmHeqlk[/media]
-
Based on what I’m seeing, it’s saying Could not boot, hosuch file or directory [url]http://ipxe.org/[/url]
This tells me your /tftpboot/default.ipxe file is not setup correctly.
What is the contents of this file on your system?
-
#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
params
param mac ${net0/mac}
param arch ${arch}
chain [url]http://172.16.0.35/fog/service/ipxe/boot.php##params[/url] -
Okay, as the video is kind of grainy please bare with me.
What is the value stored in FOG_PXE_BOOT_IMAGE from FOG Configuration->FOG Settings->TFTP Server
-
The value for FOG_PXE_BOOT_IMAGE is init
-
Set it to init.xz
-
Well, I’m back to square one now. The drives have been put in legacy mode, the kernel has been updated, and fog has been updated, but it still says it can’t register the host.
-
Have you tried my 3.10.one kernel
-
[LEFT]What I have now (sorry for the background music):[/LEFT]
[LEFT][media=youtube]OZcLLcZwDMI[/media][/LEFT] -
Looks like it’s still not detecting the nic properly I’ll try and build an older kernel when I get home
-
[quote=“Tom Elliott, post: 29906, member: 7271”]I’ll try and build an older kernel when I get home[/quote]
You’re a God among men, Mr. Elliott. Thank you kindly.
-
[quote=“Jordon Rapp, post: 29907, member: 24302”]You’re a God among men, Mr. Elliott. Thank you kindly.[/quote]
I’m no god. As a matter of fact, read this post: [url]http://fogproject.org/forum/threads/fog-community.6944/#post-16616[/url]
I think you’ll fully understand that I am still a human.
At any rate. Kernel.3.0.1.64 has been built and is available on the Unofficial Kernel’s page. If this get’s enough attention, I’ll post it to the Sourceforge site to make it “official”, after building the 32bit equivalent.
-
Thank you for all your help. Unfortunately, our 780s are 32 bit, so this does me no good ATM.
-
780’s are 32 bit?
When they load they’re loading the bzImage32 and init_32.xz?
-
Well they should be, they are 32 bit processors. But it does look as though they are loading init.xz
edit: and bzImage, but the OS shows that it is 32 bit.