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

    goodguy

    @goodguy

    0
    Reputation
    93
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    goodguy Unfollow Follow

    Latest posts made by goodguy

    • RE: Burn Image directly without registering

      Its all about keywords 😉

      Now…need to learn to UPLOAD an image in the same manner.

      [CODE]
      :MENU
      menu
      item --gap Please Select one of the images below
      item fog.local Boot from hard disk
      item img1 COOLNAME
      item return Return to main menu
      choose --default fog.local target && goto ${target}

      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU

      :img1
      kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=MY.IP web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=MYIMAGE.NAME ftp=${fog-ip} imgType=n osid=7 storage=${fog-ip}:/images capone=1 imgFormat=2
      imgfetch init.xz
      boot || goto MENU

      :return
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || goto MENU
      autoboot[/CODE]

      posted in General
      G
      goodguy
    • Burn Image directly without registering

      I have searched this tangled web for the needed options to:

      Boot to Fog; not register machine; using PXE Menu to choose the image to burn to machine.

      I have found a ton of references to booting to ISO, but how would I reference the image to burn in the Advanced Config Option of the PXE menu?

      posted in General
      G
      goodguy
    • Custom PXE Options

      Cool product. Not exactly what i am looking for though. Basically, I would like to have someone network boot; see several imaging options (Windows 7, 2008, 2012, etc). Select one of those options and the imagining process begin.

      I have standardized hardware across the board; the same few images will be pushed to the same machines several times a month. Very simplistic needs really.

      Could any kind soul point me in the right direction to obtain either
      a) Ready made product that matches the above
      b) Examples of other similar FOG PXE boot solutions
      c) Learning resources to do this with Fog

      Any help is appreciated as always.

      dm

      posted in General
      G
      goodguy