AoE boot not working - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: AoE boot not working (/showthread.php?tid=7322) |
AoE boot not working - idunnowhattocallthisusername - 2014-05-11 21:52 I have a server running windows XP and I want to make a diskless server. I am also using XP as the diskless OS. I have vblade and tiny pxe server running. I have the boot filename set to undionly.kpxe and "filename if user-class=gpxe or ipxe". The contents of the script is: (sorry I cant find the code button) #!ipxe set keep-san 1 sanboot aoe:e0.0 (end of code) ntldr loads and gives that old menu if you hold down the power button. I press enter to start windows normally. I get the Windows splash screen for a very short amount of time, then bluescreens. The error codes I get are: ***STOP: 0x0000007b (0xC0000034, 0x00000000 0x00000000) Any help please? RE: AoE boot not working - mcb30 - 2014-05-14 13:07 (2014-05-11 21:52)idunnowhattocallthisusername Wrote: ntldr loads and gives that old menu if you hold down the power button. I press enter to start windows normally. I get the Windows splash screen for a very short amount of time, then bluescreens. The error codes I get are: ***STOP: 0x0000007b (0xC0000034, 0x00000000 0x00000000) Have you installed the WinAoE initiator and sanbootconf on the Windows XP image before copying it to the AoE target? Michael RE: AoE boot not working - robinsmidsrod - 2014-05-19 08:34 The error message **STOP: 0x0000007b is basically "boot device is not present", so try the tools mcb30 mentioned. RE: AoE boot not working - john9871 - 2016-02-11 20:21 actually i'm having the same problem with my computer. any new suggestion? because above once wont works for me. |