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

    Topics created by goodguy

    • G

      Burn Image directly without registering

      General
      • • • goodguy
      2
      0
      Votes
      2
      Posts
      918
      Views

      G

      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]

    • G

      Custom PXE Options

      General
      • • • goodguy
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      V

      if you wont give information, it’s harder to help you.

      different solutions for different environments, but unless you know the why… things don’t always make sense.

    • 1 / 1