Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. mikr
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    mikr

    @mikr

    1
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mikr Follow

    Best posts made by mikr

    • RE: Hiren BootCD 1.0.2

      I managed to get Hiren BootCD 1.0.2 working on UEFI (Only tested in Hyper-V 2019 Gen. 2) by using the following config:

      set tftp-path tftp://${fog-ip}
      set http-path http://${fog-ip}/images/tools/hbcd102
      kernel ${tftp-path}/win/wimboot gui
      imgfetch --name bootmgr.exe ${http-path}/bootmgr.exe bootmgr.exe
      imgfetch --name bootx64.efi ${http-path}/efi/boot/bootx64.efi bootx64.efi
      imgfetch --name BCD ${http-path}/boot/bcd BCD
      imgfetch --name boot.sdi ${http-path}/boot/boot.sdi boot.sdi
      imgfetch --name boot.wim ${http-path}/sources/boot.wim boot.wim
      boot || goto MENU
      

      The key was to add:

      imgfetch --name bootx64.efi ${http-path}/efi/boot/bootx64.efi bootx64.efi
      
      posted in General
      M
      mikr

    Latest posts made by mikr

    • RE: Hiren BootCD 1.0.2

      I managed to get Hiren BootCD 1.0.2 working on UEFI (Only tested in Hyper-V 2019 Gen. 2) by using the following config:

      set tftp-path tftp://${fog-ip}
      set http-path http://${fog-ip}/images/tools/hbcd102
      kernel ${tftp-path}/win/wimboot gui
      imgfetch --name bootmgr.exe ${http-path}/bootmgr.exe bootmgr.exe
      imgfetch --name bootx64.efi ${http-path}/efi/boot/bootx64.efi bootx64.efi
      imgfetch --name BCD ${http-path}/boot/bcd BCD
      imgfetch --name boot.sdi ${http-path}/boot/boot.sdi boot.sdi
      imgfetch --name boot.wim ${http-path}/sources/boot.wim boot.wim
      boot || goto MENU
      

      The key was to add:

      imgfetch --name bootx64.efi ${http-path}/efi/boot/bootx64.efi bootx64.efi
      
      posted in General
      M
      mikr