• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. arnaudrigole
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 157
    • Best 6
    • Controversial 0
    • Groups 0

    Posts made by arnaudrigole

    • RE: Dell Optiplex 7060 - getHardDisk error

      Hello Everyone,

      I face a new issue and prefer to update this thread, because it’s very related to it…
      I used that trick to switch between “raid on” and “AHCI” during more than one year right now, and it worked well but…

      Now we got NVMe SSDs in our new DELL computers, which need to be configured in “Raid ON” as “Sata Operation” to boot on Windows. Do you think that “GetHardDisk” error will be fixed in next versions ?

      I can easily reproduce the problem and provide you as many as infos, logs… if needed
      I use Fog 1.4 and latest kernel.

      Thanks in advance for your work!
      Arnaud

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: [SOLVED] Partition resizing problem

      Hi @george1421, @Sebastian-Roth, @Tom-Elliott

      For information, the root cause of the problem seems to be the original partitioning from DELL.
      I’ve based my master image on the pre-installed “out of box” Windows 10. Not a good idea…

      So i have done a clean install of Windows 10 from a Microsoft ISO, partitioned the disk in two volumes (plus the recovery partition and EFI boot partition automatically created) so we have a 😄 and D:, and done again the image process and it worked like a charm!

      Thanks team!

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: [SOLVED] Partition resizing problem

      Hi @Sebastian-Roth !
      I think the concerned partition is more the 😄 drive, because the first partition is the one contains the EFI bootfiles, and the second one the recover (or maybe the opposite)

      I’ll try it! But since we works with full flash disks, the concept of defragmentation doesn’t exist anymore, they call it “optimization”. Anyway, i don’t know what’s the difference ^^

      I’ll feedback you as soon as possible, i’m away from the company this week.

      Arnaud

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: PXE Booting Issue

      Hi @cmyron . I had the same issue until i upgraded the kernel version to 4.5.0
      Maybe you can try it as well?

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: [SOLVED] Partition resizing problem

      EDIT: Same problem without fastboot 😞
      I really don’t understand, i had the same computer model, a Latitude 7285 few weeks ago, i’ve did the same partitioning and didn’t get that issue when imaging. The only difference is that the hardware on my current 7285 seems to have been upgraded, with a NVMe PCIe SSD and AMD Chipset controller, versus the previous version which has a SATA SSD and Intel Chipset.

      EDIT2: I just received 10 laptops more, the exact same model & configuration.
      I tried to image the pre-installed DELL Windows from one of them directly with FOG , and it worked well! There is only one 😄 partition for system & datas, which has 230gb. Do you have an idea of what is causing the problem in my partitioning?

      @Tom-Elliott
      Hey Tom,
      Fastboot is turned on, i didn’t know that it could be a problem!
      I’ll try this morning to reimage without it
      For info, here is the partitioning of the concerned machine
      alt text

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: [SOLVED] Partition resizing problem

      @george1421

      Hi George,
      Thank you for your reply.
      Unfortunately, i got no computers with the same configuration
      The Windows 10 version is 1803

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • [SOLVED] Partition resizing problem

      Hi Fog Community,

      First, i wanna wish you an happy new year and say THANK YOU! I’ve been using FOG since 2 years right now, it’s very efficient and fast to deploy, adapted for professional usages!

      I’m posting this because i encounter a little issue when trying to upload my last DELL 7285 master image;
      The process is failing at the resizing step, here is what i get:

      Updating $BadClust file …
      Updating $Bitmap file …
      ERROR(34): Could not map attribute 0x80 in inode
      (miss the number): Numerical result out of range

      I tried to do a chkdsk /r /f on the disk before imaging;
      and change the compression level from 6 to 0, and type from Partclone Gzip to Partimage but the issue stills the same.

      I found this https://forums.fogproject.org/assets/uploads/files/1468447170744-gparted_details_bad.htm?v=b3tf0ilfkio which seems to be the same problem, but it’s like an attached document to a thread that i can’t find 😞

      The FOG version is 1.4.4, the kernel is updated.
      The machine concerned is a DELL Latitude 7285 running Windows 10.

      Thank you in advance for your precious help
      Arnaud

      EDIT : it looks like to be an issue related to the disk type “nvme”, i’ll try to update my fog server in 1.5.5
      EDIT2: i’ve just updated our FOG instance in 1.5.5 with the kernel 4.5.0 x64, the problem stills present 😞

      printscreen related:
      alt text

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: IPXE Boot - Windows 10 ISO via UEFI

      @george1421 Thank you very much for your time George. I’ll try today and back to you asap

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: IPXE Boot - Windows 10 ISO via UEFI

      Hey George
      Thanks for your help
      Yeah i’m sure that’s due to the wrong files specified in my entry configuration, but i don’t know the equivalent file to boot via UEFI, as well i haven’t find anything about it on Internet 😞
      I’ll have a look to your topic
      Thank you

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • IPXE Boot - Windows 10 ISO via UEFI

      Hey Guys,

      I’m trying to do something “tricky” with our FOG install.
      I’ve already customized our PXE boot menu to use isos like dban, live debian…

      New project: Using Windows 10 ISO in UEFI!

      So i added the PXE boot menu entry like that:

      kernel http://${fog-ip}/fog/boot/wimboot
      initrd http://${fog-ip}/w10x64/boot/bcd BCD
      initrd http://${fog-ip}/w10x64/boot/boot.sdi boot.sdi
      initrd -n boot.wim http://${fog-ip}/w10x64/sources/boot.wim boot.wim
      boot
      

      Then i configured the DHCP to load ipxe.efi (option 67), and the computer to boot on PXE Uefi

      Everything loads Well, but the Windows installation doesn’t find the hard drive, because i think the windows 10 installation is loaded in bios mode (like screen resolution is bad, dell logo isn’t displayed in the loading…)
      I think it’s due to the PXE entry configuration, i don’t really know how to configure it to load bootmgr.efi in the ISO…

      Thank in advance for your help
      Arnaud

      Edit: if it can helps, here are the interesting files available in the Win10 iso;
      w10x64/efi/boot/bootx64.efi
      w10x64/boot/bcd
      w10x64/boot/boot.sdi
      w10x64/bootmgr
      w10x64/bootmgr.efi
      w10x64/sources/manyregularfileslikeineverywindowsisohahaha(including boot.wim)

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Error ipxe 1d0c6539 when trying to image

      @george1421
      Hi George,
      Thanks for your reply.
      I had no infos in the apache logs, so i think you right there was a redirection.
      So, i just uninstalled manually fog (mv /var/www/fog to fog.bak & /opt/fog to opt.bak), uninstall mysql with apt-get purge mysql-* and reinstall completly fog from the git dir.
      Now it works.
      Arnaud

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • Error ipxe 1d0c6539 when trying to image
      Server
      • FOG Version: 1.3.0
      • OS: Debian 8
      Description

      Hi Fog community,

      I need your help for a problem that i encounter when trying to image the latest DELL Latitude 5480. I’ve created an image on fog web gui, quick imaged the host with booting on PXE, but then i create my upload task and i boot on PXE my laptop, i get an error " Could not boot: Input/Output error (http://ipxe.org/1d0c6539)"

      I tried to follow the link above, cloned the last ipxe git version with the cmds:

       git clone git://git.ipxe.org/ipxe.git
       cd ipxe/src
       make
       make bin/undionly.kpxe
      

      And i’ve updated to the last kernel (x86_64) too, but it still doesn’t work.
      On my DHCP server, the option 67 is defined on undionly.kpxe

      Thank you for your precious help…
      ARnaud

      EDIT: i’m actually trying to update my fogserver to the last version 1.4.4
      I tried to pull from git version, then i get a blank page … :
      “http://fogserver/fog/management/?node=schema”

      posted in FOG Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Tom-Elliott
      Yes it’s the 02:50:41:00:00:01 : PANGP (vpn) adapter
      So how can i configure fog to bypass that MAC and only read the ethernet / wifi MAC ?

      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Joe-Schmitt @Tom-Elliott
      Excuse me, i haven’t refreshed that page to see your last messages!
      The problem come from our VPN network card… but how can i bypass it ?

      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Joe-Schmitt
      Maybe the VPN network card

      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Tom-Elliott
      Im not using USB nic…
      I have no duplicate entries in fog hosts, im 100% sure.
      As i said, my test computers are dell laptops just unboxed! There is no duplicate possible

      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Tom-Elliott

      This seems to be the cause.

      I encounter this issue on all our computer, freshly unboxed, never connected on our network and just imaged with fog… No duplicate entries in fog hosts :s

      Look at that error in GUI ! ?
      alt text
      alt text

      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Tom-Elliott
      I don’t understand…
      This issue happens on all computers (100% new, unboxed, never ccnnected to our network) and after imaging with fog
      i have no host duplicate in fog gui

      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • RE: Hostname changer "Unable to get subsection" 1.3.0-RC-7

      @Joe-Schmitt
      Sorry, i think it was the same data in cycles.
      Here is an entire file :

       05/10/2016 17:13 Main Overriding exception handling
       05/10/2016 17:13 Main Bootstrapping Zazzles
       05/10/2016 17:13 Controller Initialize
       05/10/2016 17:13 Zazzles Creating main thread
       05/10/2016 17:13 Zazzles Service construction complete
       05/10/2016 17:13 Controller Start
      
       05/10/2016 17:13 Service Starting service
       05/10/2016 17:13 Bus Became bus server
       05/10/2016 17:13 Bus {
        "self": true,
        "channel": "Status",
        "data": "{\r\n  \"action\": \"load\"\r\n}"
      }
       05/10/2016 17:13 Bus Emmiting message on channel: Status
       05/10/2016 17:13 Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:13 Client-Info Version: 0.11.5
       05/10/2016 17:13 Client-Info OS:      Windows
       05/10/2016 17:13 Middleware::Authentication Waiting for authentication timeout to pass
       05/10/2016 17:13 Middleware::Communication Download: http://fogserver/fog/management/other/ssl/srvpublic.crt
       05/10/2016 17:13 Data::RSA FOG Server CA cert found
       05/10/2016 17:13 Middleware::Authentication Cert OK
       05/10/2016 17:13 Middleware::Authentication ERROR: Could not get security token
       05/10/2016 17:13 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
       05/10/2016 17:13 Middleware::Communication POST URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&authorize&newService
       05/10/2016 17:13 Middleware::Response Error multiple hosts returned for list of mac addresses
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:13 Client-Info Version: 0.11.5
       05/10/2016 17:13 Client-Info OS:      Windows
       05/10/2016 17:13 Middleware::Authentication Waiting for authentication timeout to pass
       05/10/2016 17:15 Middleware::Communication Download: http://fogserver/fog/management/other/ssl/srvpublic.crt
       05/10/2016 17:15 Data::RSA FOG Server CA cert found
       05/10/2016 17:15 Middleware::Authentication Cert OK
       05/10/2016 17:15 Middleware::Authentication ERROR: Could not get security token
       05/10/2016 17:15 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
       05/10/2016 17:15 Middleware::Communication POST URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&authorize&newService
       05/10/2016 17:15 Middleware::Response Error multiple hosts returned for list of mac addresses
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:15 Client-Info Version: 0.11.5
       05/10/2016 17:15 Client-Info OS:      Windows
       05/10/2016 17:15 Middleware::Authentication Waiting for authentication timeout to pass
       05/10/2016 17:17 Middleware::Communication Download: http://fogserver/fog/management/other/ssl/srvpublic.crt
       05/10/2016 17:17 Data::RSA FOG Server CA cert found
       05/10/2016 17:17 Middleware::Authentication Cert OK
       05/10/2016 17:17 Middleware::Authentication ERROR: Could not get security token
       05/10/2016 17:17 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
       05/10/2016 17:17 Middleware::Communication POST URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&authorize&newService
       05/10/2016 17:17 Middleware::Response Error multiple hosts returned for list of mac addresses
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:17 Client-Info Version: 0.11.5
       05/10/2016 17:17 Client-Info OS:      Windows
       05/10/2016 17:17 Middleware::Authentication Waiting for authentication timeout to pass
       05/10/2016 17:19 Middleware::Communication Download: http://fogserver/fog/management/other/ssl/srvpublic.crt
       05/10/2016 17:19 Data::RSA FOG Server CA cert found
       05/10/2016 17:19 Middleware::Authentication Cert OK
       05/10/2016 17:19 Middleware::Authentication ERROR: Could not get security token
       05/10/2016 17:19 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
       05/10/2016 17:19 Middleware::Communication POST URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&authorize&newService
       05/10/2016 17:19 Middleware::Response Error multiple hosts returned for list of mac addresses
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:19 Client-Info Version: 0.11.5
       05/10/2016 17:19 Client-Info OS:      Windows
       05/10/2016 17:19 Middleware::Authentication Waiting for authentication timeout to pass
       05/10/2016 17:21 Middleware::Communication Download: http://fogserver/fog/management/other/ssl/srvpublic.crt
       05/10/2016 17:21 Data::RSA FOG Server CA cert found
       05/10/2016 17:21 Middleware::Authentication Cert OK
       05/10/2016 17:21 Middleware::Authentication ERROR: Could not get security token
       05/10/2016 17:21 Middleware::Authentication ERROR: Le fichier 'C:\Program Files (x86)\FOG\token.dat' est introuvable.
       05/10/2016 17:21 Middleware::Communication POST URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&authorize&newService
       05/10/2016 17:21 Middleware::Response Error multiple hosts returned for list of mac addresses
      
      
       05/10/2016 17:21 Bus Registering ParseBus in channel Power
       05/10/2016 17:21 Middleware::Communication URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&mac=B8:08:CF:3C:95:CE|00:A0:C6:00:00:14|B8:08:CF:3C:95:CA|28:F1:0E:2D:C4:6A|02:50:41:00:00:01||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService&json
       05/10/2016 17:21 Middleware::Response ERROR: Could not parse data
       05/10/2016 17:21 Middleware::Response ERROR: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.
       05/10/2016 17:21 Middleware::Communication URL: http://fogserver/fog/service/getversion.php?clientver&newService&json
       05/10/2016 17:21 Middleware::Communication URL: http://fogserver/fog/service/getversion.php?newService&json
       05/10/2016 17:21 Service ERROR: Unable to get cycle data
       05/10/2016 17:21 Service ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
       05/10/2016 17:21 Middleware::Response Success
       05/10/2016 17:21 Service Initializing modules
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       05/10/2016 17:21 Client-Info Client Version: 0.11.5
       05/10/2016 17:21 Client-Info Client OS:      Windows
       05/10/2016 17:21 Client-Info Server Version: 1.3.0-RC-11
       05/10/2016 17:21 Middleware::Response ERROR: Unable to get subsection
       05/10/2016 17:21 Middleware::Response ERROR: La référence d'objet n'est pas définie à une instance d'un objet.
       05/10/2016 17:21 Middleware::Communication URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       05/10/2016 17:21 Middleware::Response Success
       05/10/2016 17:21 Service Sleeping for 116 seconds
      
      posted in Windows Problems
      arnaudrigoleA
      arnaudrigole
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 1 / 8