Booting vom SAN device 0x80 - systemboot stops after this message
-
Hello,
booting vom SAN device is an often discussed issue in the forum. I read a lot of threads but i cannot find my problem there.
Environment:
FOG Server 1.5.0 rc9 Revision 6080
Client: Aquado PC with a B360N WiFi Motherboard from Gigabyte
Boot Sequence: NIC - SSD - DVD RomThe registration process works fine. I see the client in the host section of the fog server.
And after that the boot process stops with prompting the “Booting from SAN device” message.
If I change the boot order now: SSD - NIC - DVD --> black screen with blinking cursors - system hangs.
I tried to change the bios exit types. But no one of them solved the problem.
I read that therer are bios vs UEFI issues, but i cannot see any switches in the BIOS to change.I hope these informations are enough to understand my problem.
If not i will deliver them.Thanks for the help in advance and sorry for my “good” english.
Greets
Jürgen -
Jiiiiihah… I solved it by myself :))
Steps:
Entering the Setup of the Mainboard (UEFI/BIOS)- CSM Support diabled
- network stack enabled
- leaving with saving and reentering the bios/uefing
- placing the right boot order in the boot menu (1. nic, 2. Windows10)
Preparing the DHCP Server with a new vendor class following these steps:
https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy
I took PXEClient:Arch:0007 with the ipxe.efi for the Option67.
I did not change the refind.conf as mentioned here:
https://forums.fogproject.org/topic/10773/fog-with-uefi-refind-error-failure-booting-legacy-bios-os/11FOG Server:
Entering the Hostmanagement:
Host Bios Exit Type: none
Host EFI Exit Type: Refind_EFIAnd now it works :)))
-
@BSZAdmin said in Booting vom SAN device 0x80 - systemboot stops after this message:
I took PXEClient:Arch:0007 with the ipxe.efi for the Option67.
I would also add the entry for Arch:0009 because you will find both system formats commonly used.
Other than that, well done!
-
edit:
after all i had to edit the refind.conf in /var/www/html/fpg/service/ipxe because the refind menu appears after network boot
i searched for the string scanfor
i edited the line to scanfor internal,hdbios
now it works (so far ;))
Greets
JT -
@george1421
Thx :))