Using different Kernels for different machines
-
[quote=“TexasIT936, post: 38770, member: 26986”]The Path I used is :/var/www/html/fog/service/ipxe/nav14bzImage[/quote]
[quote=“TexasIT936, post: 38772, member: 26986”]root@ubuntuFOGserver:/var/www/fog/service/ipxe# ls -l
…
-rw-r–r-- 1 fog fog 4606848 Nov 4 16:54 nov14bzImage
…[/quote]if these are direct copy/pastes, then i think i see the issue
nav14bzImage
nov14bzImage -
[quote=“Junkhacker, post: 38775, member: 21583”]if these are direct copy/pastes, then i think i see the issue
nav14bzImage
nov14bzImage[/quote]Wow! You were right I was also using a lowercase “I” in Image! I guess I needed a fresh set of eyes! Now it loads but I get a kernel panic I guess I have to find another kernel
-
[quote="Junkhacker,[/quote]
One more thing where can I get the 3.0.1 Kernel that is suppose to support my optiplex 760 I cant seem to find it anywhere! Thanks in advance Ill keep hunting in the meantime.
-
You can try my kernels.
Any of them should support the Optiplex 760. I don’t know how you’re connecting things though.
bzImage is a 64 bit kernel that requires a 64 bit init. FOG 1.x.x bzImage and init.xz are the files in pair. It also detects the architecture of the system (64 bit or 32 bit) and uses the proper files. If the arch is not 64 bit, it assumes 32 bit and loads bzImage32/init_32.xz. Either one or the other should work even with kernel’s greater than 3.0.1. 3.17.2 should work perfectly for your needs.
-
[quote=“Tom Elliott, post: 38788, member: 7271”]You can try my kernels.
Any of them should support the Optiplex 760. I don’t know how you’re connecting things though.
bzImage is a 64 bit kernel that requires a 64 bit init. FOG 1.x.x bzImage and init.xz are the files in pair. It also detects the architecture of the system (64 bit or 32 bit) and uses the proper files. If the arch is not 64 bit, it assumes 32 bit and loads bzImage32/init_32.xz. Either one or the other should work even with kernel’s greater than 3.0.1. 3.17.2 should work perfectly for your needs.[/quote]
Thanks for your advice!
I tried Kernel - 3.14.2 this morning without success.
This is the message I get when pxe booting:
Configuring (net0 00:…etc)…ok
/default.ipxe…ok
[url]http://10.10.10.230/fog/service/ipxe/boot.php...ok[/url]
/nov14bzImage…ok
/init.xz…ok
esas2r: driver will not be loaded because no ATT0 esas2r devices were found
i2c-parport-light: adapter type unspecifiedThen right after it goes into the check process where it says:
Checking Operating System…Windows7
…etc
…etc (all checks come back as DONE no errors appear) then;Task is completed computer will now restart. #It shutsdown the machine and nothing else happens.
I have installed the latest BIOS A16 with no success either.
-
does a partition currently exist on the drive?
-
[quote=“Junkhacker, post: 38802, member: 21583”]does a partition currently exist on the drive?[/quote]
Yea I made sure to create one using a Windows 7 setup disk there is the 100mb OEM, 100mb system, 73GB ntfs
-
are you trying to upload or download?
-
[quote=“Junkhacker, post: 38805, member: 21583”]are you trying to upload or download?[/quote]
I am trying to download a Windows 7 image to the machine. -
Is it more likely your hdd has GPT info still on it, or that you’re using an image that started at sector 63?
-
[quote=“Tom Elliott, post: 38825, member: 7271”]Is it more likely your hdd has GPT info still on it, or that you’re using an image that started at sector 63?[/quote]
I will Check these settings once I get back in the office, Thanks again for all your great support/feedback!
-
If your images are starting at sector 63, you may look into updating to SVN as I’ve made fixes that should allow your systems to not only image, but also boot after they’re completed.