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

    Unable to remove iPXE New Menu Entry

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    3
    1.1k
    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.
    • C
      causan805
      last edited by Wayne Workman

      I was looking to add Hirens Boot CD and Clonezilla to the iPXE Menu, but while adding Hirens Boot CD I mistakenly clicked “Add New Menu” button before inputting the name under “Menu Item:” . It added the entry when I boot up into the iPXE Menu:
      alt text

      but its not available under iPXE Menu Configuration:
      alt text

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        mysql
        use fog
        SELECT pxeID, pxeName, pxeDesc FROM pxeMenu WHERE pxeDesc = 'Boot CD 15.2';

        That should return the row that you didn’t fill out completely, including the ID. If it does return the right row you can then delete that entry by ID.

        Be sure to replace the ID number in this command!

        DELETE FROM pxeMenu WHERE pxeID = '0';

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 1
        • C
          causan805
          last edited by

          Thanks Wayne, this worked perfectly.

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

          161

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project