illegal opcode
EAX=00007CFE EBX=00007C00
ECX=00000007 EDX=00000180
EBP=0000FBFA ESI=000007BE EDI=00000800
DS=0000 ES=0000
FS=0000 GS=0004
CS:EIP=0000:0000835A SS:ESP=1000:0000B000
EFLAGS=0000213
i can't think of anything other than BIOS update or storage controller
update, and these are actually up to date.
HP support guys weren't of so much help, so if anyone anything that
could help and i really mean anything
suggestions,guidance,thoughts... it would really save my day or better
to say my week since it's been 3 days i'm battling with the issue !
Steven,
Did you ever find a resolution to the illegal opcode red screen error?
One of our servers got the same error recently after our last patch
cycle in January. I opened an HP case, and they only came back with
update BIOS and controller firmware.
Thanks for any help.
I had the same thing occur tonight... which freaked me out a bit.
I managed to fix the problem though (this was on a HP Proliant DL385
G2).
It seems like it arises from the server trying to boot from its HDD -
and when it looks to the address where the bootable code should be (i.e.
grub/initrd whatevr). And it gets something which isn't bootable - so it
replies 'illegal opcode' and hangs.
So I booted into Ubuntu using a 7.04 live CD (taking note to use a
64bit one), and from there I used grub to regenerate an appropriate
MBR.
grub> device (hd0) /dev/cciss/c0d0
grub> root(hd0)
grub> setup ( hd0,0)
Once that was done the server stopped ecountering the 'illegal opcodes'
which were the result of it looking at the corrupted MBR/whatever, and
seeing something other than a properly configured bootable image.
So then instead of getting a red-screen of death, I got the grub menu.
Sorry I wrote this the other night and then fell asleep at my desk
before hitting send.