• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. plegrand
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 431
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: UEFI local disk chainloading error

      @george1421
      0_1537519486624_ae4a9c13-8f4c-4777-bea0-8b1c43694e06-image.png

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      @george1421
      Do you think i should upgrade FOG to the latest version ?
      I’m using fog 1.5.0
      Is there some risks to upgrade to 1.5.4 ?
      Thanks

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      @george1421
      No it’s the same computer
      The photo come from boot pxe and Information computer fog utility

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      @george1421

      0_1537454182615_c81e4c8c-653c-41fc-9716-2e2810238a63-image.png

      0_1537454164092_3f513ede-ea09-4901-baeb-e02e4d376e56-image.png

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      @george1421

      If i dont boot PXE it boot well
      if i boot directly on hard disk it boot well

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      @george1421

      After the PXE boot menu
      It display refind logo
      then scan disk
      It display 2 time dell logo
      at the third time :
      DELL logo and preparation of the automatic repair

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      @george1421 I’m not really sure but i think this is the problem

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI local disk chainloading error

      Actually on the global level :
      exit mode for bios is sanboot
      exit mode uefi is exit.

      On the host level configuration, i tryed :
      Exit : “chainloading failed…” error message.
      Sanboot : loop on the main menu
      REFIND_EFI : It seems that the partitions choosen is the repair partition

      What kind of informations do you need to help me ?

      Thanks for your answers

      posted in FOG Problems
      P
      plegrand
    • UEFI local disk chainloading error

      FOG 1.5.0

      Hello,
      i’ve got again the same problem with uefi computer (Dell).
      Before it was possible to use legacy boot with internal device, with new computer Dell, it’s impossible now to use internal device.
      Then i have to use UEFI settings.

      The computer boot PXE correctly and i’ve got the PXE menu.
      Everything works fine except “Boot from hard disk”.
      When i choose “Boot from hard disk”, i’ve got the “chainloading failed…” error message.

      For this host, i tryed :
      Exit : no success
      Sanboot : no success
      REFIND_EFI : no success

      Have you got a solution for that ?

      Thanks for your help

      0_1537434387585_499e99e8-64a1-423c-a20e-e50782f83388-image.png

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI PXE BOOT

      @sebastian-roth
      I tryed with different type without success.
      Then i configured all computers with legacy boot.
      Then no more problem 😉

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI PXE BOOT

      @sebastian-roth @Quazz
      I tryed
      Sanboot : loop in menu
      REFIND_EFI : launch a strange windows and stuck on dell logo
      exit : chainloading failed…

      Do i have to try GRUB option ?

      GRUB_FIRST_HDD : loop in menu
      GRUB_FIRST_FOUND_WINDOWS : loop in menu

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI PXE BOOT

      @quazz
      Hello and thanks for your answer
      Here is actually the configuration for the host

      0_1530268484351_32ac7580-ec1e-41a1-a4b0-ad625ff62bd4-image.png

      What i have to modify ?

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI PXE BOOT

      As i saw that host had this message : host is pending approval
      I was able to approve it (qwerty keyboard…)
      Then i can see the dell computer in fog and see that it has more than one Mac address.
      Could it be the problem ?

      posted in FOG Problems
      P
      plegrand
    • RE: UEFI PXE BOOT

      As you ask sometime to give the result of this command :
      http://192.168.39.243/fog/service/ipxe/boot.php?mac=10:65:30:64:39:54

      It’s the mac address of the problematic computer
      Here is the result

      #!ipxe
      set fog-ip 192.168.39.243
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://192.168.39.243/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0x00567a 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is pending approval!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.deployimage Deploy Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      item fog.approvehost Approve This Host
      choose --default fog.local --timeout 10000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk initrd=memtest.bin iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.deployimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      param sysuuid ${uuid}
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      param sysuuid ${uuid}
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap=fr web=http://192.168.39.243/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.39.243:/home/images/ storageip=192.168.39.243 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :fog.approvehost
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param approveHost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      param sysuuid ${uuid}
      :bootme
      chain -ar http://192.168.39.243/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      P
      plegrand
    • UEFI PXE BOOT

      I’ve got some problems to make works boot PXE UEFI.
      I’ve got this problem with new dell lattitude 5580.

      BIOS configuration :

      Secure Boot - Secure Boot Enable - Disabled
      Advanced Boot Options - Enable Legacy Option ROMs
      System Configuration - Integrated NIC - Enable UEFI Network Stack - Enabled w/PXE
      Boot Sequence -
           Onboard NIC (IPV4)
           Windows Boot Manager
      

      I use FOG 1.5.0 (@IP : 192.168.39.243)
      I dont use the DHCPD server of FOG but my own DHCPD server (isc-dhcp-server).
      Before trying use UEFI PXE boot everything worked fine with only LEGACY .
      I followed this article : https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence#Example_1
      And then add to my dhcpd.conf these lines :

      General options

      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
      

      Subnet options :

      next-server 192.168.39.243;
       class "UEFI-32-1" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006";
          filename "i386-efi/ipxe.efi";
          }
          class "UEFI-32-2" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002";
           filename "i386-efi/ipxe.efi";
          }
          class "UEFI-64-1" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
           filename "ipxe.efi";
          }
          class "UEFI-64-2" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008";
          filename "ipxe.efi";
          }
          class "UEFI-64-3" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009";
           filename "ipxe.efi";
          }
          class "Legacy" {
          match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
          #filename "undionly.kkpxe";
          filename "ipxe.pxe"; 
          }
      

      The computer boot PXE correctly and i’ve got the PXE menu.
      But after that when i choose “Boot from hard disk”, i’ve got the
      “chainloading failed…” error message.
      I cant understand what is the problem.
      Does someone could help me ?

      posted in FOG Problems
      P
      plegrand
    • RE: IRC (Internet Relay Chat)

      Does #fogimaging exist ? i try to connect on :

      Cannot join to channel #fogimaging (You must be invited)
      
      posted in Announcements
      P
      plegrand
    • RE: Upgrade to debian 9

      Boot PXE OK
      Capture OK
      Deploy OK

      posted in Linux Problems
      P
      plegrand
    • RE: Upgrade to debian 9

      @wayne-workman i used " your packages line" and it seems to work.
      Then now i have to test pxe boot, capture and deploy !!

      THanks for your help

      posted in Linux Problems
      P
      plegrand
    • RE: Upgrade to debian 9

      @wayne-workman sure. i will use your line

      posted in Linux Problems
      P
      plegrand
    • RE: Upgrade to debian 9

      @wayne-workman i will do that

      posted in Linux Problems
      P
      plegrand
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 21
    • 22
    • 6 / 22