• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. baovipboy156
    3. Best
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by baovipboy156

    • RE: add Ventoy to boot menu

      fog > ipxe menu > add option:

      set net0/next-server 192.168.1.254
      chain --replace --autofree ipxe.x64.snponly.efi.0
      

      on ubuntu fog server: edit file /etc/dhcp/dhcpd.conf

      class "UEFI-64-1" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
          if exists user-class and option user-class = "iVentoy"{
          filename "iventoy_loader_16000_uefi";
          next-server 192.168.152.254;
      } else {
          filename "ipxe.efi";
      }
      }
      

      i manged to chain ventoy but the graphic is bugged

      posted in Feature Request
      B
      baovipboy156
    • RE: Task Log file?

      598bbe33-9a66-4c93-a559-5ff1063617d9-image.png

      it here dude…

      posted in FOG Problems
      B
      baovipboy156
    • RE: add Ventoy to boot menu

      @youzersef
      I found it, root cause: screen resolution 39d260a7-cf2c-4fc3-b0eb-6d59310dae7c-image.png
      some monitor can’t display 1024x768…wtf, then i set it to 1280x720 it work perfectly!

      posted in Feature Request
      B
      baovipboy156
    • 1 / 1