NBP Downloaded Successfully
-
Recently installed FOG server and Updated my Kernal on the Website, But when I boot into my Vostro 15 5501 IPV4 boot with PXE I get " Downloaded NBP file successfully" then goes to a white screen “no boot device found”. Secure boot is enabled, unsure if theres a service I need to turn on in fog.
-
In the firmware (bios) configuration change the disk mode from Raid-on to AHCI mode.What do you have configured for dhcp option 67 ? Also disable secure boot because the FOG iPXE boot loader is not signed by microsoft.
-
This post is deleted! -
@george1421 I will go disable it now but it happened either way, right now its
fog-option-67 . #=67 value=s’undionly.kpxe’ raw=756e64696f6e6c792e6b707865
I updated from 1.5.0 to 1.5.7 I am not sure during the update that it wiped certain settings or I haven’t enabled something on my FOG.
-
@Detoss OK I see the issue.
“NBP” means the target is in uefi mode, but you are sending undionly.kpxe which is a bios boot loader. Change dhcp option 67 to ipxe.efi and the system will boot. You still need secure boot disabled for imaging. You can turn it on after imaging if you want.
-
@george1421 Yes sir, Testing that now!
-
@george1421 I was able to get to the Next step but having issues creating an image. Once I select that option I was thrown two errors,
ACPI error: Cannot realease Mutex [ECMX], not acquired (20180810/exmutex-359)
ACPI Error: Method parse/execution failed _SB.PC10.LPCB.ECDV._Q66. AE_AML_MUTEX_NOT_ACQUIRED (20180810/psparse-Then it gives the message after FOG logo that “An error has been detected” Cannot find disk on system (getHardDisk)
-
@Detoss Did you correct the disk controller to AHCI mode. The mutex message has me a bit confused, but lets look at the common things first.
-
@george1421 Your right I was messing with settings and yea Vostros were set on RAID by default thanks again for the speedy response. Would you happen to know where I can read up on how to multicast?
-
@Detoss Multicasting can be easy and hard at the same time. Here is a wiki page you can review: https://wiki.fogproject.org/wiki/index.php/Multicasting
I can tell you if your fog server and client computers on the same subnet and you enable igmp snooping on your switches it will be easy. If you are trying to multicast across subnets you just hit hard straight on, but not impossible.