Experiencing red screen of death on boot - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: iVentoy General Use —— iVentoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=7) +--- Forum: iVentoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=8) +--- Thread: Experiencing red screen of death on boot (/showthread.php?tid=2560) |
Experiencing red screen of death on boot - bootsie123 - 07-16-2023 Hi! I'm trying to PXE boot into iVentoy from an HPE DL360 G6 and I keep on getting the red screen of death. As far as I can tell, everything is working correctly (meaning the server is getting an IP through DHCP from iVentoy and is able to communicate with it) until iVentoy serves the boot file which shows the list of bootable ISOs. I'm not really sure where to begin debugging this so if anyone has any suggestions that would be great! Thanks! iVentoy Logs: Code: 2023/07/16 01:22:39.721 [DHCP] Proc DHCP DISCOVER pkt from client 1cc1-de6f-fa68 RSOD: [attachment=776] RE: Experiencing red screen of death on boot - longpanda - 07-17-2023 The bootloader used for legacy BIOS mode actually was built with x86_64 acrh. So maybe the CPU in DL360 G6 doesn't support x86_64 (AMD64) ? RE: Experiencing red screen of death on boot - bootsie123 - 07-17-2023 Good thought! The CPU I have in there now is an Intel Xeon E5506 which according to the spec sheet is a 64-bit CPU (unless I'm missing something) RE: Experiencing red screen of death on boot - longpanda - 07-17-2023 There are two different 64bit arch (Intel IA64 and AMD64). So I don't know which one is it. RE: Experiencing red screen of death on boot - longpanda - 07-17-2023 Besides, from the red screen, it print the register EAX/EBX/... which is 32bit arch (for AMD64 it should be RAX/RBX ...) RE: Experiencing red screen of death on boot - bootsie123 - 07-17-2023 Gotcha. I'm actually planning on moving two CPUs (Xeon X5660) from another system to this one so it's possible that may do the trick. Thanks for your help so far with this! I'll let you know how it goes |