Intel NUC NUC6i5SYH
FOG v1.3.1-RC-7
NUC BIOS v57
Single M.2 256MB Intel NVMe drive
8GB RAM
LEGACY Win7 x64 SP1 = WORKS (Host BIOS Exit Type: SANBOOT)
UEFI Win10 x64 = WORKS (Host EFI Exit Type: rEFInd)
Single disk, multiple partition, not resizable.
Date Tested: 3 Feb 2017
Best posts made by AllFoggedOut
-
RE: Hardware Currently Working with FOG v1.x.x
-
RE: FOG menu boot loop after image deployment
So, for reasons I don’t quite fully understand, the problem appears to be resolved (it wasn’t working yesterday after I installed v57 BIOS…)
I was looking at BIOS options, hoping to find something along the lines of “Always show Boot Menu”, thinking this might be a hack to work around the problem. Following a reboot I discovered the NUC now boots from iPXE Boot Menu w/o issue.
I’m still a little confused as to how this is now working, after testing it yesterday and finding it wasn’t playing ball. Not sure if the act of disabling the SATA channel has somehow adjusted configuration somewhere (I re-enabled SATA to confirm if that was the cause, but it made no difference - everything still works fine).
I’ve just completed a Legacy Win7x64 SP1 image deployment + reboot - no issues at all.
Weird…but in a good way.
Latest posts made by AllFoggedOut
-
RE: Hardware Currently Working with FOG v1.x.x
Intel NUC NUC6i5SYH
FOG v1.3.1-RC-7
NUC BIOS v57
Single M.2 256MB Intel NVMe drive
8GB RAM
LEGACY Win7 x64 SP1 = WORKS (Host BIOS Exit Type: SANBOOT)
UEFI Win10 x64 = WORKS (Host EFI Exit Type: rEFInd)
Single disk, multiple partition, not resizable.
Date Tested: 3 Feb 2017 -
RE: FOG menu boot loop after image deployment
@george1421 Yeah, maybe that was it - just a cold boot after the BIOS update to 'bed things in". Like I said, I was stunned to see the NUC suddenly behaving, so I went back in to BIOS and undid my changes to confirm if that was the cause - still boots w/o issue.
I recall there being a Wiki page somewhere listing hardware that is known-to-work with FOG. Would be good to update that with this information. Not sure if this account has permissions to update…otherwise I’ll create a new one.
-
RE: FOG menu boot loop after image deployment
So, for reasons I don’t quite fully understand, the problem appears to be resolved (it wasn’t working yesterday after I installed v57 BIOS…)
I was looking at BIOS options, hoping to find something along the lines of “Always show Boot Menu”, thinking this might be a hack to work around the problem. Following a reboot I discovered the NUC now boots from iPXE Boot Menu w/o issue.
I’m still a little confused as to how this is now working, after testing it yesterday and finding it wasn’t playing ball. Not sure if the act of disabling the SATA channel has somehow adjusted configuration somewhere (I re-enabled SATA to confirm if that was the cause, but it made no difference - everything still works fine).
I’ve just completed a Legacy Win7x64 SP1 image deployment + reboot - no issues at all.
Weird…but in a good way.
-
RE: FOG menu boot loop after image deployment
Just a quick update: Intel are still investigating. They did release v57 BIOS asking me to test it
but it hasn’t resolved the issue.Will update if any/more progress is made.
Edit: see my update below.
-
RE: FOG menu boot loop after image deployment
Thanks to @TomElliott for clearing things up via Chat. Seems I dug myself a hole when changing storage paths.
I’ve posted about the F10 boot weirdness on the Intel Support forums. Will update based on what comes back.
-
RE: FOG menu boot loop after image deployment
Ok, I’ll try and explain this from a different angle.
I have an issue with iPXE Exit Mode loop that is affecting Win7x64/Legacy BIOS.
In the process of trying to diagnose this issue, I decided to install Windows 10/EFI to see if this also suffered from the same problem.
During the cloning of Windows 10 I realised I was running out of disk space in “/images” on the FOG server.
I aborted the clone, cancelled the imaging task and set about creating a folder for use by FOG to store images.
I moved everything under “/images” to “/stor/fog”. Via the FOG web interface, I went into Storage Management -> DefaultMember, and changed “Image Path” and “FTP Path” to the new folder.
I then recreated the imaging task which failed because I had the wrong permissions on my folder (my fault, not a bug).
When I then attempted to deploy the same image, it failed because the FOG script “fog.checkmount” still contained the OLD storage path. Why did this script still contain the old path? Shouldn’t it have been updated to the new path when I updated DefaultMember?
I also failed to copy “.mntcheck” from /images (my fault, not a bug).
I also deleted “/images” from the server. If I had left this folder in place, I’m guessing the “Checking Mounted File System” would have just continued to work, despite pointing to a defunct/no longer used location.
Now that I’m thinking about it, the NFS exports were also not updated. I had to manually edit /etc/exports, put the new folder in and run
exportfs -a
.My assumption was that updating DefaultMember would mean:
a) NFS exports is updated with the new folder
b) fog.checkmount is updated with the new folderPerhaps the preferred/supported approach is to simply add new storage areas, rather that editing the existing ones.
None of the above has any relation to my iPXE Boot Menu issue with Win7x64/Legacy. It is a coincidental observation that I thought I’d bring to your attention in case it’s a bug with updating Storage Management paths.
-
RE: FOG menu boot loop after image deployment
@Tom-Elliott said in FOG menu boot loop after image deployment:
It’s simpler just to reboot the machine (or machines as the case may be) to pick up the new data.
The script I’m referring to is/was on the server.
-
RE: FOG menu boot loop after image deployment
@Omar.rodriguez said in FOG menu boot loop after image deployment:
I understand I might be late to this thread… but we’ve ran into this issue here at the office I work at. Do you happen to have 2 hard drives on your computer?
The NUC contains a single M.2 SSD
When you get the FOG menu on the PC and you press the “Esc” key does it boot into the OS?
No, I get an error message about chainloading failed, and an auto reboot in 10 seconds. This is for Win7x64 using SANBOOT.
-
RE: FOG menu boot loop after image deployment
My “possible bug” comment related to the fact that, after changing “Image Path” and “FTP Path” in Storage Management -> DefaultMember, to a new path, the FOG script file “src/buildroot/package/fog/scripts/bin/fog.checkmount” still contained the old path, which caused image deployment to fail at the “Checking Mounted File System” stage. The reason it failed is because I deleted the old, defunct path from disk.
@george1421, yes, this is still an iPXE exit mode issue.
In summary, Win7x64 Legacy == iPXE Exit Mode loop. Win10x64 EFI == no issues.
-
RE: FOG menu boot loop after image deployment
Win10x64 unattended capture/deployment works fine using rEFInd (SANBOOT does not work - same issue as with Win7x64 above).
Initially I had rEFInd complaining about my
scanfor
line containing legacy BIOS options which were incompatible since my BIOS lacked the necessary Compatibility Support Module. Removinghdbios
from the list made the error message go away. Had a minor bit of confusion initially because I was editing the wrong refind.conf - correct path is ‘/var/www/html/fog/service/ipxe/refind.conf’.I might try rEFInd again for my Win7x64 issue (now that I know which file to edit), but I don’t think it’s going to help - the fact that I got a blank screen and flashing cursor vs a rEFInd menu + error message under EFI suggests it’s not happy.
During the course of testing I had to move my image storage directory owing to a lack of space. I moved all files under /images to another LVM volume group. I then updated the path in Storage Management. I then ran into an issue post-image capture (repeated “Database Update failed” messages) which was resolved by changing permissions on the new folder (and sub-folders to
fog:fog
and mode 775). Not sure if this is correct, but it worked. Apache error_log showed the FTP rename operation failing. I then had a 2nd issue during image deployment where “Checking Mounted File System” failed. Seems the script “src/buildroot/package/fog/scripts/bin/fog.checkmount” still contained the old storage path (possible bug?). I also must have missed the “.mntcheck” file when moving files around - had to recreate it.Anyway, that aside, Win10x64 clone/deploy is now working seamlessly.