HP Elitebook 840 G1
-
Im having problems booting to FOG with this a HP Elitebook 840 G1 (first one im trying),
i can register it as a new host, but when deploying the image it fails with:
e1000e 0000:00:19.0 eth0: Detected Hardware Unit Hang:
…
e1000e 0000:00:19.0 eth0: Reset adaptor.I tryed a new kernel from:
cd /tftpboot/fog/kernel
mv bzImage bzImage.orig.2014APR02
wget --no-check-certificate [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url]and then all my machines i try and deploy get this:
“esas2r: Driver will not be loaded because no ATTO esas2r devices were found”might be something im doing wrong with adding the new kernal but i cant see what…
-
That error message is for a scsi adaptor that your system doesn’t actually have. It’s not an error in the kernel and is basically expected, unless you have a esas2r device on that particular system. The system should continue to boot perfectly fine from that point on though.
-
should of taken a screenshot of the whole error message then, as it doesn’t boot
-
My guess is you’re using FOG v. 0.32?
Instead of the bzImage from [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url] (it’s 64 bit kernel)
Try copying:
[url]https://mastacontrola.com/fogboot/kernel/bzImage32[/url] as bzImage on your fog server.
[code]cd /tftpboot/fog/kernel
mv bzImage bzImage.orig.2014APR02
wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32[/code] -
using 0.32 yes, i do now remember reading that 0.33 was 64bit and 0.32 was 32bit just never clicked till now.
Anyway that solved the problem with this model, and a Dell Optiplex 760!