• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. emreunal
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    emreunal

    @emreunal

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

    emreunal Unfollow Follow

    Best posts made by emreunal

    • RE: Adding Hiren’s BootCD PE to Advanced Menu

      Tested and working configuration for Hiren’s BootCD PE x64 (v1.0.1)

      set tftp-path tftp://${fog-ip}
      set pe-path ${tftp-path}/os/winpe
      kernel ${tftp-path}/wimboot gui
      imgfetch --name BCD http://${fog-ip}/hbcd/Boot/BCD BCD
      imgfetch --name boot.sdi http://${fog-ip}/hbcd/Boot/boot.sdi boot.sdi
      imgfetch --name boot.wim http://${fog-ip}/hbcd/sources/boot.wim boot.wim
      boot || goto MENU

      Dont forget to change the BCD, boot.sdi, boot.wim locations.

      posted in FOG Problems
      E
      emreunal

    Latest posts made by emreunal

    • RE: Adding Hiren’s BootCD PE to Advanced Menu

      Tested and working configuration for Hiren’s BootCD PE x64 (v1.0.1)

      set tftp-path tftp://${fog-ip}
      set pe-path ${tftp-path}/os/winpe
      kernel ${tftp-path}/wimboot gui
      imgfetch --name BCD http://${fog-ip}/hbcd/Boot/BCD BCD
      imgfetch --name boot.sdi http://${fog-ip}/hbcd/Boot/boot.sdi boot.sdi
      imgfetch --name boot.wim http://${fog-ip}/hbcd/sources/boot.wim boot.wim
      boot || goto MENU

      Dont forget to change the BCD, boot.sdi, boot.wim locations.

      posted in FOG Problems
      E
      emreunal