• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. AxeMeAQuestion22
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 0

    Topics

    • AxeMeAQuestion22A

      Fog iPXE Menu no input

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      31
      0 Votes
      31 Posts
      16k Views
      T

      Hello,
      In my attempt to switch to HTTPS for the Fog server, I encountered the same issue of the keyboard being disabled in the iPXE menu. After several unsuccessful tests, I consulted Copilot. After reviewing all the scripts and .h files, it indicated that the issue stemmed from the size of the iPXE.efi file I was using. It was too large due to all the necessary modules for HTTPS, causing iPXE to deactivate the USB keyboard functionality during loading. Consequently, I opted for snponly.efi instead, and now the keyboard works perfectly.

      I modified the script buildipxe.sh :

      sed -i ‘s+#define USB_HCD_USBIO+//#define USB_HCD_USBIO+g’ config/usb.h
      sed -i ‘s+#define USB_KEYBOARD+//#define USB_KEYBOARD+g’ config/usb.h
      sed -i ‘s+//#define USB_EFI+#define USB_EFI+g’ config/usb.h

      May I propose a change in the console.h : Could you set the keyboard map to “dynamic” instead of “us” ? That way we can easily set our language in default.ipxe

      //#define KEYBOARD_MAP us // Default US keyboard map
      #define KEYBOARD_MAP dynamic // Runtime selectable keyboard map

    • AxeMeAQuestion22A

      Kernel Update/Password Issue

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      771 Views
      AxeMeAQuestion22A

      I missed the step to run the installer again. That seems to have resolved my issue. Thank you very much!

    • AxeMeAQuestion22A

      Kernel Update Issues

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      536 Views
      S

      @AxeMeAQuestion22 said in Kernel Update Issues:

      Host: 172.16.20.19, Username: fogproject

      Are you able to login to your FOG server via FTP using these hostname and IP?

    • 1 / 1