• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Burn Image directly without registering

    Scheduled Pinned Locked Moved General
    2 Posts 1 Posters 947 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      goodguy
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • G
        goodguy
        last edited by

        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]

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        97

        Online

        12.2k

        Users

        17.4k

        Topics

        155.6k

        Posts
        Copyright © 2012-2025 FOG Project