• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. phm2000
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 20
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by phm2000

    • RE: No configuration method succeeded

      What manufacturer and model are your network switches?

      It’s a HPE 5130

      posted in FOG Problems
      P
      phm2000
    • RE: No configuration method succeeded

      @george1421 said in No configuration method succeeded:

      @phm2000 said in No configuration method succeeded:

      I disabled RSP on my switch,

      I would think this is the opposite of what you want. It seems like it could be a standard spanning tree issue, where RSTP would address the issue. I’m thinking this because ipxe is seeing the network adapter.

      Thanks, but the only mode that allow pxe is to disable spanning tree. I tried STP, RSTP, PVST and MSTP but pxe doesn’t launch.

      posted in FOG Problems
      P
      phm2000
    • No configuration method succeeded

      Hi

      I didn’t find soluce on different post, so I make a new post.
      I configure my DHCP server (windows 2012 r2) to enable UEFI boot, but I have this error
      (IMG_20210125_115158.jpg

      I disabled RSP on my switch, I set ipxe.efi (undipxe doesn’t match)
      What else ?

      thanks

      posted in FOG Problems
      P
      phm2000
    • RE: ERROR 1068: FOG CLIENT NO START Windows Version 1803; Fog Client Version Client Version: 0.11.16

      I find the service that wasn’t lauched. “service de la passerelle de la couche application”
      Fog Service is ok and computer joined domain

      Thanks

      Here are dependency
      fog service.PNG fog service2.PNG
      3043296f-e3a2-439d-8198-92ad5cae185b-image.png
      5e4a3899-aa40-4c67-a1c8-b4719653fd6e-image.png

      posted in FOG Problems
      P
      phm2000
    • RE: ERROR 1068: FOG CLIENT NO START Windows Version 1803; Fog Client Version Client Version: 0.11.16

      Hi

      I have same error with windows 10 1909
      DNS client is started

      fog 1.5.9 rc2, client 0.12

      Any idea?

      posted in FOG Problems
      P
      phm2000
    • RE: Upgrade to master with git

      Ok, many thanks, I will continue with 1.5.9rc2

      posted in FOG Problems
      P
      phm2000
    • RE: Upgrade to master with git

      Thanks for reply

      Which version do you recommend ? 1.5.8 or 1.5.9 rc2 ?

      Is 1.59rc2 stable ?

      Thanks

      posted in FOG Problems
      P
      phm2000
    • Upgrade to master with git

      Hi

      I can’t upgrade my version to master, I always have 1.59rc2 version (I’m on centos7)

      What I did :
      cd /root/fogproject
      git checkout master
      git pull
      cd bin
      ./installfog.sh

      But always 1.59rc2 verison instead of 1.58, what should I do ?

      Thanks for help

      posted in FOG Problems
      P
      phm2000
    • RE: Error trying to restore GPT partition tables

      hi

      I have same problem with fog 1.5.7, is there a solution ?

      Thanks

      posted in FOG Problems
      P
      phm2000
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      [quote=“Tom Elliott, post: 36435, member: 7271”]I’m aware of a problem with multicast starting and the only work around I have found is to truncate your multicastSessions and multicastSessionsAssoc tables. On the fog server, kill all the current udp-sender processes.

      [code]mysql -u root [ -p’PASSWORDHERE’ #only if you have a mysql password] fog
      truncate table multicastSessions;
      truncate table multicastSessionsAssoc;
      delete * from tasks WHERE taskTypeID=‘8’;
      exit;
      sudo killall udp-sender; sudo killall udp-sender; sudo killall udp-sender
      sudo service FOGMulticastManager restart;[/code]

      Then recreate your multicast task (not the one to “join” session). All should work.[/quote]
      Hi

      I tried it but without success, it stays blocked at “starting to restore image”

      posted in FOG Problems
      P
      phm2000
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      Hi Mentaloid

      I tried your files but same issue.
      I tried svn, same issue.
      The multicast task dissapear from list after 1 minute but individual tasks stays on active task list.

      posted in FOG Problems
      P
      phm2000
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      Hi

      I have the same problem with fog 1.2 and ubuntu 10.04.
      It stays at : Starting to restore image (-) to device (/dev/sda1) on my 8 computers
      Any idea

      Thanks

      posted in FOG Problems
      P
      phm2000
    • RE: Windows 7 image boots to blank screen after deployment

      Hi

      I have the same problem with fog 1.1.2 and dell 780 with single partition

      Is there a solution ?

      Thanks

      posted in Windows Problems
      P
      phm2000
    • RE: Clone error

      Thanks for you experience
      But how can I configure sector 63 and where ?

      Thanks

      posted in FOG Problems
      P
      phm2000
    • RE: Clone error

      I have only one partition without the small one

      posted in FOG Problems
      P
      phm2000
    • RE: Clone error

      Hi
      I want to create a new image from client to server, so I upload

      posted in FOG Problems
      P
      phm2000
    • RE: Clone error

      Yes I did many times

      posted in FOG Problems
      P
      phm2000
    • Clone error

      Hello

      I migrate from fog 0.32 to fog 1.1.1
      I want to clone a dell 780 witch was working on 0.32, but yets with new version I have an upload error
      [CODE]Starting to clone device (/dev/sda1) to image (/tmp/pigz1)
      Clone: open /dev/sda1 error[/CODE]

      I tried to change the option to partimage on Image Manager but it’s always partclone that lauch with error

      What can I do to solve it ?

      Thanks

      posted in FOG Problems
      P
      phm2000
    • RE: PXE Boot Loop Problem

      I tried it too (undionly.kkpxe) and it works, I can see fog menu with HP 430 G1 and Dell 780.
      I just have and error when uploading image on dell 780 (partimage error at the begining)

      posted in FOG Problems
      P
      phm2000
    • RE: PXE Boot Loop Problem

      Hi

      I have same problem.
      My dell optiplex 780 (I update bios to last version) work with pxe and fog 0.32, but I update with fog 1.1.1 and ipxe fail like you (error on line Congfiguring (net0 [MAC])
      Same problem with HP 430 G1

      An old dell latitude d630 works with ipxe

      Is it a kernel problem or just ipxe ?

      Thanks for help

      Ubuntu 10.04

      posted in FOG Problems
      P
      phm2000
    • 1 / 1