FOG 1.5.0 -> 1.5.2 fixed the exit type (bug?) loop I was seeing (yaay!) but now I’m seeing a hard crash when registering or doing a compatibility check within Parallels VMs (drat!). The exact same configs and hosts worked fine on 1.5.0 earlier this AM. I’ve read about the ACPI disable methods but those seem to only be valid for registered hosts. My hosts don’t make it that far. I’ve tried multiple kernels and the behavior is the same with both 14.16.6 x64 or an older one like 14.10.10. Advice?
Posts made by BardWood
-
Upgraded to FOG 1.5.2. Now, Parallels 13 VMs hard crash with ACPI (blah blah) 176 errors.
-
RE: MacBook(s) and FOG:
@sebastian-roth 0_1525813248279_bootup-no-ipv6-no-filter.pcap
I disabled IPv6 on the server and re-ran a full cap\no port filters
-
RE: MacBook(s) and FOG:
@sebastian-roth 0_1525808908051_bootup-no-port-filter.pcap
This is a capture with no port filter. The client and FOG server are the only 2 devices on this private subnet. It does have other communications, mainly with FOG’s ‘bandwidth.php’ and is a much bigger file in general.
-
RE: MacBook(s) and FOG:
@bardwood @Sebastian-Roth Just saw this… Disregard prior message.
-
RE: MacBook(s) and FOG:
@Sebastian-Roth @Wayne-Workman
Guys, any progress here? I’m really chalking this up to High Sierra but would be good if you guys could verify that FOG doesn’t work with High Sierra on MacBook PRO and APFS. If it does work for you and not me, I would be thrilled to troubleshoot and resolve as this would mean I don’t have to switch to a different process\package.
-
RE: MacBook(s) and FOG:
Doing more research, I see that all major paid solutions are also struggling with High Sierra. The JAMF forums have many related threads, same with Deploy Studio. Apple’s official guidance is that they don’t want you to use monolithic imaging solutions. They want you to script deploys ala SCCM. High Sierra also included a firmware update which may explain the odd BSDP behavior.
Although FOG worked great with pre-HS Macs and I have used FOG with Sierra, has anyone from the FOG dev team actually gotten it to work with HS? If so, consider yourselves market leaders since it seems no one else has been able to consistently do this. There’s posts I’ve seen on the JAMF forums where a combo of AutoDMG, scripts, and an image repo were able to image an HS Mac but it doesn’t seem to work every time.
Also, APFS requires new images to be created regardless of imaging software used. An additional annoyance is that any Mac with an SSD is automatically converted to APFS upon HS boot.
-
RE: MacBook(s) and FOG:
My isolated switch test made no difference. If it matters, all of our MacbookPROs are running ‘High Sierra’. This has caused them to also be incompatible with existing Deploy Studio images. Don’t know much about High Sierra but am reading that it introduces a new filesystem called APFS in lieu of HFS+. I’m not sure how much that matters for the EFI\pre-boot image environment but am also unsure what else to try.
-
RE: MacBook(s) and FOG:
@sebastian-roth said in MacBook(s) and FOG::
No, it’s not that new. MBP 11,4. Whatever the cause of BOOTP not doing proper discovery, it’s unlikely to be the hardware because I’ve tried multiple MBPs and they all behave the same way. Perhaps I’m missing some options on the DHCP config or perhaps the switch is misconfigured (possible?). The managed switch is ‘owned’ by several groups internally which means there’s no owner acting as a goalie for other groups. I’ll just plug in a workgroup switch with only the FOG server and a client if you think this would be a useful test.
I’ve seen that afp548.com link when I was troubleshooting last week and generally have a good overview of how BSDP functions but am still rather novice when it comes down to nuts and bolts of BSDP.
First question, is my ISC-DHCP config sane? I only made a few changes from the FOG installer’s version of the config but the only reason I made any changes was because it wasn’t working (but works fine on Windows, definitely seems BSDP\BOOTP related.
I’ll report back with my results from my workgroup switch test.
-
RE: MacBook(s) and FOG:
pcap file uploaded here. There’s nothing identifiable in here (re:security) and it’s small. Dropbox wanted me to enter your email address for sharing so I figured this was a better option.
-
RE: MacBook(s) and FOG:
It’s mostly the stock FOG-supplied ISC conf file that comes with FOG’s installer but I’ve added the ‘authoritative’ directive. Working on the other piece you asked for re:tcpdump
-
RE: MacBook(s) and FOG:
[root@sffog dhcp]# cat dhcpd.conf # DHCP Server Configuration file\n#see /usr/share/doc/dhcp*/dhcpd.conf.sample # This file was created by FOG #Definition of PXE-specific options # Code 1: Multicast IP Address of bootfile # Code 2: UDP Port that client should monitor for MTFTP Responses # Code 3: UDP Port that MTFTP servers are using to listen for MTFTP requests # Code 4: Number of seconds a client must listen for activity before trying # to start a new MTFTP transfer # Code 5: Number of seconds a client must listen before trying to restart # a MTFTP transfer option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; option arch code 93 = unsigned integer 16; use-host-decl-names on; ddns-update-style interim; ignore client-updates; # Specify subnet of ether device you do NOT want service. # For systems with two or more ethernet devices. # subnet 136.165.0.0 netmask 255.255.0.0 {} subnet 10.0.0.0 netmask 255.255.255.0{ option subnet-mask 255.255.255.0; authoritative; range dynamic-bootp 10.0.0.10 10.0.0.254; default-lease-time 21600; max-lease-time 43200; #option routers 0.0.0.0 option domain-name-servers 127.0.0.1; next-server 10.0.0.2; class "Legacy" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000"; filename "undionly.kkpxe"; } class "UEFI-32-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002"; filename "i386-efi/ipxe.efi"; } class "UEFI-32-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006"; filename "i386-efi/ipxe.efi"; } class "UEFI-64-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007"; filename "ipxe.efi"; } class "UEFI-64-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008"; filename "ipxe.efi"; } class "UEFI-64-3" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009"; filename "ipxe.efi"; } class "SURFACE-PRO-4" { match if substring(option vendor-class-identifier, 0, 32) = "PXEClient:Arch:00007:UNDI:003016"; filename "ipxe7156.efi"; } class "Apple-Intel-Netboot" { match if substring(option vendor-class-identifier, 0, 14) = "AAPLBSDPC/i386"; option dhcp-parameter-request-list 1,3,17,43,60; if (option dhcp-message-type = 8) { option vendor-class-identifier "AAPLBSDPC"; if (substring(option vendor-encapsulated-options, 0, 3) = 01:01:01) { # BSDP List option vendor-encapsulated-options 01:01:01:04:02:80:00:07:04:81:00:05:2a:09:0D:81:00:05:2a:08:69:50:58:45:2d:46:4f:47; filename "ipxe.efi"; } } } } [root@sffog dhcp]#```
-
RE: MacBook(s) and FOG:
I have went through several Wiki articles but before I take up your time I will double-check that link just as a verify step. After that, I will gather the requested info in your post.
-
RE: MacBook(s) and FOG:
Using FOG 1.5.0
The canned ISC-DHCP conf didn’t boot this macbook. I also tried the alt config I referenced in my first post. If I ‘ALT’ boot, I see IPXE.ORG as a boot option but it doesn’t boot, nor does ‘N’ boot. Via TCPDUMP, I do see the Mac getting an IP assigned but it doesn’t do anything after that except boot the OS.
I downloaded and compiled the IPXE release from IPXE.ORG and attempted to boot from a USB thumb drive. I can get an EFI shell this way but the nic doesn’t get an IP or more specifically, the nic drops it’s IP once it loads the IPXE\EFI shell. If I assign a static IP inside the EFI shell the nic will come up but won’t talk to the DHCP\FOG server. That may be a simple misconfig of our subnet mask (/21 not /24).
I’m willing and able to do any required troubleshooting but am requesting guidance. This is my actual day job so I have full-time hours to devote to this and many misc. models of Apple computers.
What should I try next?
-
MacBook(s) and FOG:
Running latest FOG
Through my research I see this is an unresolved issue (perhaps due to firmware) but the short version is that I now work at a place which is primarily a Mac\Linux shop with some W10. The W10 + Linux machines can PXE and image without issue. I’m using the ISC-DHCP server which comes tied to FOG as an option on a single broadcast domain. FOG + clients are the only devices on this network. I can press ‘Alt’ on a macbook 11,4 and it sees ‘IPXE.ORG’ as a boot option. Attempting to boot off of this causes the screen to go black (brief pause) then it boots High Sierra. If I try the ‘n’ boot. I see the globe for a (long pause), then black screen, then boots to MacOS.
I’ve tried the extended DHCP config found here:https://forums.fogproject.org/topic/5790/boot-pxe-macbook-imac/16
But I’m not sure what to try next. I gather that this may be out of the hands of the FOG & IPXE dev’s hands. But I’m hoping someone has it working. I’ve really only tried this MacBook and a newer model with the Touch Strip. Same results on both.
-
RE: FOG UEFI image sync with storage node seems to be looping\failing on UUID info.
@sebastian-roth I’m not seeing it (but I haven’t given up!). In the meantime, is there a graceful way to stop the sync? Or edit something which tells it to ignore any missing files? The issue is that I know the images are ‘good’ (meaning deployable in the current state) because I’ve deployed them to relevant hardware.
-
RE: FOG UEFI image sync with storage node seems to be looping\failing on UUID info.
@sebastian-roth Searching… It was something Tom posted a while back (but I’ve seen the post within the last 30 days).
-
RE: FOG UEFI image sync with storage node seems to be looping\failing on UUID info.
No disk full or disk error issues:
[root@dub-imgstore-s images]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_sfimgstores-LogVol01 198G 66G 122G 35% / tmpfs 7.8G 0 7.8G 0% /dev/shm /dev/sda1 190M 164M 17M 91% /boot
The disk on MASTER/SN are fine but there is more to the story. When I was capturing these images, all the disk info would get captured but it would error on ‘d1.original.swapuuids’. I found an old forum post saying to delete these if this error happened (paraphrasing). I deleted these, the image capture completed, did a few imaging tests using this image, and I thought I was good to go. What I suspect is happening, is that somewhere there’s a file manifest which lists the file(s) I deleted. The file isn’t there, so when it does the remote check it seems there is a mismatch. It tries to sync but can’t sync that file (because it doesn’t exist) so it starts over again. What I suspect I need to do, is somehow edit whatever constitutes a manifest.
-
RE: UEFI PXE on Dell Optiplex 7010 hangs
@sebastian-roth Greetings. I had to get the first rev of W10 images out so the 7010 image is legacy this time around. I should have time this week or next. I did look at the link and didn’t look terribly difficult. I’ll give it a crack.
-
FOG UEFI image sync with storage node seems to be looping\failing on UUID info.
Greetings all,
I’ve checked the SN and it does have data. I’m not really sure if this is specifically related to EFI images but I’ve had many issues with UUID and the efi images. This seems to be another instance of UUID weirdness. I’ve let this sync run for ~5 days but it never seems to finish. We are talking about roughly 70GB over a 10mb link (VPLS) so it’s possible that it’s still not complete. Anyway, here’s a ton of replication log output:
[11-27-17 10:53:21 pm] | X1CG2-UEFI-FC-V1: No need to sync d1.partitions file to dub-imgstore-s [11-27-17 10:53:13 pm] | X1CG2-UEFI-FC-V1: No need to sync d1.original.uuids file to dub-imgstore-s [11-27-17 10:53:03 pm] * Deleting remote file: /images/X1CG2-UEFI-FC-V1/ [11-27-17 10:53:03 pm] | Files do not match. [11-27-17 10:53:03 pm] | 0 0 /images/X1CG2-UEFI-FC-V1/d1.original.swapuuids ftp://fog:Ec9m%2FQHVbCJkFwUGMkqCEFvxxpldVFGfZnW49xVuZWU%3D@172.18.40.2/images/X1CG2-UEFI-FC-V1/ [11-27-17 10:52:56 pm] | X1CG2-UEFI-FC-V1: No need to sync d1.original.fstypes file to dub-imgstore-s [11-27-17 10:52:47 pm] | X1CG2-UEFI-FC-V1: No need to sync d1.minimum.partitions file to dub-imgstore-s [11-27-17 10:52:38 pm] | X1CG2-UEFI-FC-V1: No need to sync d1.mbr file to dub-imgstore-s [11-27-17 10:52:25 pm] | X1CG2-UEFI-FC-V1: No need to sync d1.fixed_size_partitions file to dub-imgstore-s [11-27-17 10:52:14 pm] | Image Name: X1CG2-UEFI-FC-V1 [11-27-17 10:52:14 pm] * Found Image to transfer to 1 node [11-27-17 10:52:14 pm] * Started sync for Image O7010-WIN10-LEGACY lftp -e 'set xfer:log 1; set xfer:log-file "/opt/fog/log/fogreplicator.O7010-WIN10-LEGACY.transfer.dub-imgstore-s.log";set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c -r -R --ignore-time -vvv --exclude ".srvprivate" "/images/O7010-WIN10-LEGACY" "/images/O7010-WIN10-LEGACY"; exit' -u fog,[Protected] 172.18.40.2 [11-27-17 10:52:14 pm] | CMD: [11-27-17 10:52:14 pm] * Starting Sync Actions [11-27-17 10:52:14 pm] * Deleting remote file: /images/O7010-WIN10-LEGACY/d1p2.img [11-27-17 10:52:14 pm] | Files do not match. [11-27-17 10:52:14 pm] | 11381549962 0 /images/O7010-WIN10-LEGACY/d1p2.img ftp://fog:Ec9m%2FQHVbCJkFwUGMkqCEFvxxpldVFGfZnW49xVuZWU%3D@172.18.40.2/images/O7010-WIN10-LEGACY/d1p2.img [11-27-17 10:52:08 pm] | O7010-WIN10-LEGACY: No need to sync d1p1.img file to dub-imgstore-s [11-27-17 10:46:20 pm] | O7010-WIN10-LEGACY: No need to sync d1.partitions file to dub-imgstore-s [11-27-17 10:46:10 pm] * Deleting remote file: /images/O7010-WIN10-LEGACY/ [11-27-17 10:46:10 pm] | Files do not match. [11-27-17 10:46:10 pm] | 0 0 /images/O7010-WIN10-LEGACY/d1.original.swapuuids ftp://fog:Ec9m%2FQHVbCJkFwUGMkqCEFvxxpldVFGfZnW49xVuZWU%3D@172.18.40.2/images/O7010-WIN10-LEGACY/ [11-27-17 10:46:03 pm] | O7010-WIN10-LEGACY: No need to sync d1.original.fstypes file to dub-imgstore-s [11-27-17 10:45:54 pm] | O7010-WIN10-LEGACY: No need to sync d1.minimum.partitions file to dub-imgstore-s [11-27-17 10:45:45 pm] | O7010-WIN10-LEGACY: No need to sync d1.mbr file to dub-imgstore-s [11-27-17 10:45:32 pm] | O7010-WIN10-LEGACY: No need to sync d1.fixed_size_partitions file to dub-imgstore-s [11-27-17 10:45:21 pm] | Image Name: O7010-WIN10-LEGACY [11-27-17 10:45:21 pm] * Found Image to transfer to 1 node [11-27-17 10:45:21 pm] * Attempting to perform Group -> Nodes image replication. [11-27-17 10:45:21 pm] * Started sync for Image X1CG5-UEFI-FC-V1 lftp -e 'set xfer:log 1; set xfer:log-file "/opt/fog/log/fogreplicator.X1CG5-UEFI-FC-V1.transfer.SF-MASTER.log";set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c -r -R --ignore-time -vvv --exclude ".srvprivate" "/images/X1CG5-UEFI-FC" "/images/X1CG5-UEFI-FC"; exit' -u fog,[Protected] 172.16.40.33 [11-27-17 10:45:21 pm] | CMD: [11-27-17 10:45:21 pm] * Starting Sync Actions [11-27-17 10:45:21 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:21 pm] | Files do not match. [11-27-17 10:45:21 pm] | 14512943391 0 /images/X1CG5-UEFI-FC/d1p4.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:21 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:21 pm] | Files do not match. [11-27-17 10:45:21 pm] | 6259444 0 /images/X1CG5-UEFI-FC/d1p3.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:20 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:20 pm] | Files do not match. [11-27-17 10:45:20 pm] | 12902901 0 /images/X1CG5-UEFI-FC/d1p2.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:20 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:20 pm] | Files do not match. [11-27-17 10:45:20 pm] | 357253418 0 /images/X1CG5-UEFI-FC/d1p1.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:20 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:20 pm] | Files do not match. [11-27-17 10:45:20 pm] | 886 0 /images/X1CG5-UEFI-FC/d1.partitions cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:20 pm] | X1CG5-UEFI-FC-V1: No need to sync d1.original.swapuuids file to SF-MASTER [11-27-17 10:45:19 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:19 pm] | Files do not match. [11-27-17 10:45:19 pm] | 20 0 /images/X1CG5-UEFI-FC/d1.original.fstypes cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:19 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:19 pm] | Files do not match. [11-27-17 10:45:19 pm] | 886 0 /images/X1CG5-UEFI-FC/d1.minimum.partitions cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:19 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:19 pm] | Files do not match. [11-27-17 10:45:19 pm] | 1048576 0 /images/X1CG5-UEFI-FC/d1.mbr cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:18 pm] * Deleting remote file: /images/X1CG5-UEFI-FC/ [11-27-17 10:45:18 pm] | Files do not match. [11-27-17 10:45:18 pm] | 7 0 /images/X1CG5-UEFI-FC/d1.fixed_size_partitions cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:17 pm] | Image Name: X1CG5-UEFI-FC-V1 [11-27-17 10:45:17 pm] * Found Image to transfer to 2 groups [11-27-17 10:45:17 pm] * Started sync for Image X1CG4-UEFI-FC-V1 lftp -e 'set xfer:log 1; set xfer:log-file "/opt/fog/log/fogreplicator.X1CG4-UEFI-FC-V1.transfer.SF-MASTER.log";set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; mirror -c -r -R --ignore-time -vvv --exclude ".srvprivate" "/images/X1CG4-UEFI-FC-V1" "/images/X1CG4-UEFI-FC-V1"; exit' -u fog,[Protected] 172.16.40.33 [11-27-17 10:45:17 pm] | CMD: [11-27-17 10:45:17 pm] * Starting Sync Actions [11-27-17 10:45:17 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:17 pm] | Files do not match. [11-27-17 10:45:17 pm] | 14832263898 0 /images/X1CG4-UEFI-FC-V1/d1p4.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:17 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:17 pm] | Files do not match. [11-27-17 10:45:17 pm] | 6259444 0 /images/X1CG4-UEFI-FC-V1/d1p3.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:17 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:17 pm] | Files do not match. [11-27-17 10:45:17 pm] | 12903254 0 /images/X1CG4-UEFI-FC-V1/d1p2.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:16 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:16 pm] | Files do not match. [11-27-17 10:45:16 pm] | 357256473 0 /images/X1CG4-UEFI-FC-V1/d1p1.img cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:16 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:16 pm] | Files do not match. [11-27-17 10:45:16 pm] | 861 0 /images/X1CG4-UEFI-FC-V1/d1.partitions cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:16 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:16 pm] | Files do not match. [11-27-17 10:45:16 pm] | 283 0 /images/X1CG4-UEFI-FC-V1/d1.original.uuids cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:16 pm] | X1CG4-UEFI-FC-V1: No need to sync d1.original.swapuuids file to SF-MASTER [11-27-17 10:45:15 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:15 pm] | Files do not match. [11-27-17 10:45:15 pm] | 15 0 /images/X1CG4-UEFI-FC-V1/d1.original.fstypes cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:15 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:15 pm] | Files do not match. [11-27-17 10:45:15 pm] | 861 0 /images/X1CG4-UEFI-FC-V1/d1.minimum.partitions cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:15 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:15 pm] | Files do not match. [11-27-17 10:45:15 pm] | 1048576 0 /images/X1CG4-UEFI-FC-V1/d1.mbr cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e [11-27-17 10:45:14 pm] * Deleting remote file: /images/X1CG4-UEFI-FC-V1/ [11-27-17 10:45:14 pm] | Files do not match. [11-27-17 10:45:14 pm] | 7 0 /images/X1CG4-UEFI-FC-V1/d1.fixed_size_partitions cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
Mod edited to use codebox
-
RE: UEFI PXE on Dell Optiplex 7010 hangs
@sebastian-roth I’m not sure a video is necessary since the message loops and the full message is captured in this image but am happy to oblige if it helps.
07_ipxe =