• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tags
    3. uefi
    Log in to post
    • All categories
    • G

      UEFI: NBP downloaded successfully - then blackscreen

      General Problems
      • dnsmasq fog 1.5.10 uefi proxydhcp • • gabrielzeit
      15
      0
      Votes
      15
      Posts
      3.4k
      Views

      G

      @george1421 @Tom-Elliott
      Luckily I could schedule a meeting with my System-Admin today, and he tried turning off the serving of the WDS boot file - seems in the configuration of option 66 and 67 of our companies DHCP server was an old Windows Server that served a meaningless WDS file, we changed it to my FOG Server and the issue is now solved.

      I am very thankful for your first-class support and I apologize for the inconvenience! You guys are my heroes!

    • J

      Dell Optiplex 3080 - UEFI - PXE Boot E-21: Remote boot cancelled.

      FOG Problems
      • dnsmasq uefi dell 3080 • • jarvizu
      7
      0
      Votes
      7
      Posts
      5.0k
      Views

      J

      @george1421 said in Dell Optiplex 3080 - UEFI - PXE Boot E-21: Remote boot cancelled.:

      Side note: If your network doesn’t have a dhcp server I would personally use isc-dhcp server on your fog server over dnsmasq. I would use dnsmasq if you have a dhcp server run by someone else and can’t update settings. In this case dnsmasq would supplement your unchangeable dhcp server.

      THANK YOU!

      I set up isc-dhcp and it’s working like a charm.

      For any future people reading:
      I modified /etc/dhcp/dhcp.conf with the below config.
      I disabled dnsmasq. systemctl stop dnsmasq.service
      I started isc-dhcp service dhcpd start
      I tsuccessfully PXE booted with my Dell 3080 a few times.
      I permanently disabled dnsmasq. systemctl disable dnsmasq
      I set isc-dhcp to start automatically. systemctl enable dhcpd

      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; # RFC4578 use-host-decl-names on; ddns-update-style interim; ignore client-updates; next-server 192.x.x.7; authoritative; subnet 192.x.x.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; range dynamic-bootp 192.x.x.200 192.x.x.254; default-lease-time 21600; max-lease-time 43200; option domain-name-servers 192.x.x.7; option routers 192.x.x.7; class "UEFI-32-1" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006"; filename "i386-efi/ipxe.efi"; } class "UEFI-32-2" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002"; 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 "Legacy" { match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000"; filename "undionly.kkpxe"; } }
    • Ice4192I

      [FOG/UEFI] Help!

      FOG Problems
      • fog fog 1.5.9 pxe uefi uefi boot • • Ice4192
      2
      0
      Votes
      2
      Posts
      489
      Views

      Tom ElliottT

      @ice4192 Like this?
      https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

    • EruthonE

      Issue with Single Disk (resizable)

      Hardware Compatibility
      • acer hardware ipxe legacy uefi • • Eruthon
      17
      0
      Votes
      17
      Posts
      2.1k
      Views

      S

      @Eruthon Thanks for the quick feedback. Should be all fine now I think. No need to post partition files as long as it works for you now.

    • N

      Any UEFI client with more than 2 network interfaces

      Hardware Compatibility
      • 1.5.7 fog.deployimage uefi • • novaholic
      3
      0
      Votes
      3
      Posts
      664
      Views

      H

      @novaholic Hi,
      I am facing with the same problem.
      Have you managed to fix it?

      Thanks

    • P

      Imaging Windows 10 v2004 with UEFI - GPT Partitions onto 31GB or smaller drive. (and failing)

      General
      • 2004 gpt parted magic uefi windows 10 • • ProfDrSir
      17
      0
      Votes
      17
      Posts
      2.5k
      Views

      P

      Alrighty, so my work-arounds for this issue were to use a virtual drive of 28GB to make the original image, alternatively you can delete the 4th partition to make imaging completely compatible, but you lose the ability to do an OS reset in Windows.

      If you move the partition to where it used to be in v1909, Windows can’t find it and that also loses the ability to reset, so if you have to move it, just delete it i guess…

      another alternative if using clonezilla you can image and use gparted to first move the 4th partition to the end of the drive, then resize the 3rd partition, this seems to work fine without losing the option to reset, tested on 2 different machines, a Clevo Laptop and an HP All in One.

      Otherwise typically just make sure the drive you are imaging to with FOG is generally larger than the source disk you imaged from and everything should be fine… generally speaking…

    • F

      Dell Optiplex 7050 and UEFI boot. Failed

      Hardware Compatibility
      • uefi optiplex 7050 dnsmasq • • Fernando Gietz
      8
      0
      Votes
      8
      Posts
      2.1k
      Views

      george1421G

      @Fernando-Gietz said in Dell Optiplex 7050 and UEFI boot. Failed:

      I wonder if is a miracle that it has worked well until now in the other hardwares

      I’m glad you have it working now. Yes its strange why you didn’t find another system with the same issues. But that is why I included both, I ran across a system that would boot with the netboot info alone.

    • T

      Solved Create UEFI ISO and prepare Surface go deployement.

      FOG Problems
      • uefi iso surface go • • TheDiskDrive
      23
      0
      Votes
      23
      Posts
      5.0k
      Views

      S

      Just for the notes: I pushed a fix for populating the “Working with node” column properly. But still I don’t think this is causing @TheDiskDrive’s issue. Please post a picture of the error you see and we should be able to help.

    • F

      Unsolved X1 Yoga Black screen after init.xz

      FOG Problems
      • uefi init.xz • • FogUser9856
      8
      0
      Votes
      8
      Posts
      1.6k
      Views

      george1421G

      @foguser9856 said in X1 Yoga Black screen after init.xz:

      Is that something I can change?

      Unfortunately that is one of the caveats of booting this way. You loose the dynamics that iPXE provides.

      But booting FOS via USB does tell us that there is nothing wrong with the kernel or the inits. It appears to be the handoff between iPXE and FOS, or you have flaky firmware on that yoga.

      Has the firmware been updated to the latest release on the yoga?

    • T

      Unsolved UEFI - No fog menu

      FOG Problems
      • uefi • • totoro
      11
      0
      Votes
      11
      Posts
      2.0k
      Views

      T

      @Quazz True, but I wan’t to see what can be done with UEFI. In the future I will make almost all my deployment by UEFI boot. So I hop it will work find, I see than UEFI is not standardize as Legacy. So it was to understand.

    • Q

      Solved VMware 6.5 VM not able to capture image using EFI (UEFI)

      FOG Problems
      • uefi virtual machine • • quinniedid
      12
      0
      Votes
      12
      Posts
      2.7k
      Views

      george1421G

      @quinniedid OK in my test lab I’m running the build listed in my post. That is with 6.5u1 and the Oct 2017 patch. Point being if I can get a few minutes of time I want to see if I can duplicate what you are seeing to see if VMWare addressed/changed/fixed the issue with a vSphere update. I don’t know one way or the other, but this sounds like a uefi firmware issue to me.

    • T

      Solved FOG UEFI Boot Hyper-V 2016

      General Problems
      • uefi hyper-v • • ty900000
      33
      0
      Votes
      33
      Posts
      13.1k
      Views

      T

      I just wanted to post to close this out.

      I got a test environment working with better switches and FOG was able to pass 64-bit UEFI traffic correctly the first time, every time. Thanks all for the big help! I really appreciate it!

    • M

      Solved Dell Inspiron 15 7559

      Hardware Compatibility
      • uefi dnsmasq parallels inspiron 15 7559 • • Merilious
      29
      0
      Votes
      29
      Posts
      8.0k
      Views

      M

      @george1421

      Fired up my test Dell Inspiron 7559 through UEFI boot and it first failed but that was my fault. I forgot to undo all the changes to the ltsp.conf I had done on Friday. After I changed the boot files all back to ipxe.efi the Dell 7559 booted just fine to the FOG menu and also successfully registered with the FOG server using the quick registration. I guess your assumption was correct about the funky setup of the Parallels UEFI VMs. BIOS works GREAT on those VMs, it’s just the EFI boot that doesn’t get through the bzImage phase.

    • A

      Unsolved EFI Chainloading Failure - Venue 11 x86

      FOG Problems
      • uefi • • amo862
      6
      0
      Votes
      6
      Posts
      2.3k
      Views

      Wayne WorkmanW

      @amo862 said in EFI Chainloading Failure - Venue 11 x86:

      However, is there a way that I could write a separate boot.php file that only called i386 boot files and specify it in the TFTP x86 efi files or DHCP boot options or something?

      Do what JJ Fulmer below said, that’s the best advice.

    • JJ FullmerJ

      Booting to FOG from EFI shell (for imaging windows tablets, intel compute sticks, Intel Atom SoC devices, USB ethernet adapters, and other UEFI based computers that don't boot to the network standard)

      Tutorials
      • uefi efi efi-shell refind tablets • • JJ Fullmer
      10
      2
      Votes
      10
      Posts
      6.6k
      Views

      george1421G

      @andrewg78 What I want you to do is start a new thread.

      I want you to pxe boot the target computer using FOG 1.5.4 and the post a clear screen shot of the exact error. Lets work through why its not working on your hardware there.

    • C

      Solved Cannot boot into fog menu in UEFI mode

      FOG Problems
      • uefi • • Charlee593
      29
      0
      Votes
      29
      Posts
      20.0k
      Views

      Tom ElliottT

      @Sebastian-Roth to be honest, it was an attempt at comminizing the files so they were very similar between efi and non efi. It was not to hurt anything, but a way to make things more similar.

      It’s this separation that you see two ipxescript files as well.

    • X

      Unsolved Help with surface Pro 3 PXE

      FOG Problems
      • uefi surfacepro3 image pxe • • xcvtop
      16
      0
      Votes
      16
      Posts
      8.3k
      Views

      Wayne WorkmanW

      @xcvtop said:

      @Wayne-Workman Hi I am going to try fedora. Is there a link to fedora 21 you would recommend as safe to download? or is it literally as simple to to install on Fedora 22 and change “yum” to “dnf” in the commands?

      The FedoraProject hosts torrent files for Fedora 21 and YES they are COMPLETELY legal to use - because the software is open source and free, and p2p is legal as well when used legally. The torrents hosed there are safe - and come with hash values of what the files should have. So what you get would be legit.

      Also - you can use Fedora 22 as well - and just change yum for dnf - and skip the MySQL stuff, the installer will install mariaDB instead of MySQL for Fedora 22. There are notes on this at the bottom of the article.

    • 1 / 1