• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. petec
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by petec

    • P

      Hiren 1.0.2 PXE Boot

      General Problems
      • • • petec
      2
      0
      Votes
      2
      Posts
      733
      Views

      george1421G

      @petec said in Hiren 1.0.2 PXE Boot:

      initrd tftp://${fog-ip}/fog/hbcd/HBCD.iso
      chain memdisk iso raw ||
      boot || goto start

      You have 2 problems here.

      memdisk only works with BIOS computers. your iso has to fit inside a 32 bit address space. So the iso can’t be larger than 2GB in size (this also includes enough ram to run your OS too).

      I have a tutorial here for hiren 1.0.1 here that might get you started: https://forums.fogproject.org/post/140212

    • P

      Solved Version 1.5.9 default directory for iso

      General Problems
      • • • petec
      18
      0
      Votes
      18
      Posts
      1.3k
      Views

      P

      @george1421 You helped a bunch my friend

      i did some tweaking and now is works, here is the menu parameters for latest gparted:

      kernel tftp://${fog-ip}/fog/gparted/live/vmlinuz
      initrd tftp://${fog-ip}/fog/gparted/live/initrd.img
      imgargs vmlinuz initrd=initrd.img boot=live config components union=overlay username=user noswap noeject vga=788 fetch=http://10.0.0.2/fog/filesystem.squashfs
      boot || goto MENU

    • 1 / 1