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

    Posts made by Eddy Weakley

    • RE: Latest FOG 1.0.0

      [quote=“Tom Elliott, post: 27206, member: 7271”]Try this:
      [code]:konboot
      initrd http://${fog-ip}/${fog-webroot}/service/ipxe/images/kon-bootCD.iso
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/memdisk raw iso
      [/code]

      You have to have a place to load the iso, so you need a “memdisk” to load the information to.[/quote]

      I am at 99% on my advanced menu. I have only one item left. I will work on it for awhile before I bother you all with it, Thanks for all the help.

      posted in General
      E
      Eddy Weakley
    • RE: Latest FOG 1.0.0

      [quote=“Albatros, post: 27193, member: 16710”]Could you test that?
      Replace chain with sanboot.[/quote]

      When I change chain to sanboot, it boots the OS from the harddrive.

      posted in General
      E
      Eddy Weakley
    • RE: Latest FOG 1.0.0

      [quote=“Eddy Weakley, post: 27183, member: 24131”]Thank you Junkhacker and Albatross.

      I am now a step closer. I now get the Advanced Menu. When I select a menu item, it goes back to the Main menu.

      I have not yet tinkered with this issue. I will see what I can figure out. I’m sure it’s a simple fix.

      Thanks again for the help.[/quote]

      Solved that problem.

      Changed
      CODE:konboot
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/images/kon-bootCD.iso||
      goto ADV-MENU

      to

      :konboot
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/images/kon-bootCD.iso ||
      goto ADV-MENU[/CODE]

      Now it tries to load the image. Choosing kon-boot goes to a blank screen with a blinking cursor.

      I added

      chain http://${fog-ip}/${fog-webroot}/service/ipxe/images/Avast-Slim.iso ||
      goto ADV-MENU[/CODE]

      When I choose Avast, it shows that it is loading the iso by percents. Once it gets to 100%, it goes back to Advanced Menu.

      Still testing…

      posted in General
      E
      Eddy Weakley
    • RE: Latest FOG 1.0.0

      Thank you Junkhacker and Albatross.

      I am now a step closer. I now get the Advanced Menu. When I select a menu item, it goes back to the Main menu.

      I have not yet tinkered with this issue. I will see what I can figure out. I’m sure it’s a simple fix.

      Thanks again for the help.

      posted in General
      E
      Eddy Weakley
    • RE: Latest FOG 1.0.0

      [quote=“Junkhacker, post: 27022, member: 21583”]try this
      [CODE]
      :ADV-MENU
      menu
      item --gap —ADVANCED MENU—
      item konboot Kon-Boot
      choose --default konboot --timeout 5000 target && goto ${target}

      :konboot
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/iamges/kon-bootCD.iso||
      goto ADV-MENU
      [/CODE][/quote]

      Junkhacker,
      Thank you for the assist, but it did not resolve my issue. With your code, when I select Advanced Menu, the screen goes blank for about 2 seconds and then back to the main menu.

      posted in General
      E
      Eddy Weakley
    • RE: Latest FOG 1.0.0

      Hello all,

      I hope I am in the correct Forum for this question. I have been searching for a couple of days now.
      I am sure I am doing something wrong. I am trying to add options to the iPXE Advanced menu.
      I have read through [url]http://fogproject.org/forum/threads/fog-0-33b-edit-pxe-menu.10403/#post-26419[/url] and tried the examples with no success. The following is what I am currently trying.

      OS: Ubuntu 14.04
      FOG: 1.0.0 r1678

      PXE Boot Menu => Advanced Configuration Options:

      Imenu ADVANCED MENU[/I]
      Icolour --rgb 0xff0000 0[/I]
      Icpair --foreground 0 3[/I]
      Iitem --gap – -------------------------------------[/I]
      Iitem konbootKon-Boot[/I]
      COLOR=#ff0000goto ADV-MENU[/I][/COLOR]

      Ichain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/iamges/kon-bootCD.iso[/url][/I]

      If I remove the section in red, it returns to the Main menu (boot.php).

      If I browse to the advanced.php page I get the following.

      [url]http://${fog-ip}/fog/service/ipxe/advanced.php[/url]

      I#!ipxe[/I]
      Iconsole[/I]
      Iset fog-ip 10.1.10.24[/I]
      Iset fog-webroot fog[/I]
      Icpair --foreground 7 --background 2 2[/I]
      Iconsole --picture [url]http://${fog-ip}/${fog-webroot}/service/ipxe/bg.png[/url] --left 100 --right 80[/I]
      I:ADV-MENU[/I]
      Imenu ADVANCED MENU[/I]
      Icolour --rgb 0xff0000 0[/I]
      Icpair --foreground 0 3[/I]
      Iitem --gap – -------------------------------------[/I]
      Iitem konbootKon-Boot[/I]
      Igoto ADV-MENU[/I]

      Ichain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/iamges/kon-bootCD.iso[/url][/I]

      Here is a shot of the screen after I try to go to the Advanced Menu.
      [ATTACH=full]762[/ATTACH]

      [url=“/_imported_xf_attachments/0/762_fog.jpg?:”]fog.jpg[/url]

      posted in General
      E
      Eddy Weakley
    • 1 / 1