• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Dave-Misco
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Dave-Misco

    @Dave-Misco

    0
    Reputation
    350
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Dave-Misco Unfollow Follow

    Latest posts made by Dave-Misco

    • RE: Lenovo Yoga 11e

      @Wayne-Workman

      Thanx for pointing this out !!!
      The same occurs here, when i disable the security-chip fog boots normaly.

      posted in Hardware Compatibility
      D
      Dave-Misco
    • RE: Lenovo Yoga 11e
      1. Running Version: 1.3.0-RC-15

      2. bzImage Version: 4.8.1
        bzImage32 Version: 4.8.1

      3. UEFI (No legacy available)

      4. DHCP Config:

      option space PXE;
      option PXE.mtftp-ip    code 1 = ip-address;
      option PXE.mtftp-cport code 2 = unsigned integer 16;
      option PXE.mtftp-sport code 3 = unsigned integer 16;
      option PXE.mtftp-tmout code 4 = unsigned integer 8;
      option PXE.mtftp-delay code 5 = unsigned integer 8;
      option arch code 93 = unsigned integer 16; # RFC4578
      
      authoritative;
      allow unknown-clients;
      option ntp-servers ntp.webhostingbay.nl;
      option time-servers ntp.webhostingbay.nl;
      option broadcast-address 192.168.71.255;
      option subnet-mask 255.255.252.0;
      option routers 192.168.68.1;
      ddns-update-style none;
      option domain-name "assembly.local";
      option domain-name-servers 192.168.68.11, 8.8.8.8;
      default-lease-time 600;
      max-lease-time 7200;
      log-facility local7;
      
      # Assembly LAN
      subnet 192.168.68.0 netmask 255.255.252.0 {
      	max-lease-time 14400;
      	default-lease-time 14400;
      	allow unknown-clients;
      	next-server 192.168.68.13;
      	range 192.168.68.30 192.168.71.200;
      	}
      
      class "pxeclient" {
          match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
      
          if substring (option vendor-class-identifier, 15, 5) = "00000" {
              # BIOS client 
              filename "undionly.kpxe";
          }
          elsif substring (option vendor-class-identifier, 15, 5) = "00006" {
              # EFI client 32 bit
              filename   "ipxe32.efi";
          }
          else {
              # default to EFI 64 bit
              filename   "ipxe.efi";
          }
         }
      
      1. No.

      p.s. We use FOG ‘vanilla’, e.g. boot.php gets send to the device

      posted in Hardware Compatibility
      D
      Dave-Misco
    • Lenovo Yoga 11e

      This morning i tried to capture a Lenovo Yoga e11 (consumer notebook)
      When it boots to ipxe i get an errormessage:

      bzImage… ok
      Could not select: Exec format error (http://ipxe.org/2e008081)
      Could not boot: Exec format error (http://ipxe.org/2e008081)
      Could not boot: Exec format error (http://ipxe.org/2e008081)

      iPXE>_

      What does it mean and how to fix ?

      posted in Hardware Compatibility
      D
      Dave-Misco