• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. raice
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Best 2
    • Controversial 0
    • Groups 0

    raice

    @raice

    2
    Reputation
    657
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    raice Unfollow Follow

    Best posts made by raice

    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman I am able to get it to work too. Used this: https://technet.microsoft.com/en-us/library/dn613857.aspx to add all network drivers (got around 40 laptops here) and created 2 samba shares on the FOG server. One to the installation folder (where I got win7, win8 and win10) and one to the same folder with write rights. This way I am able to alter the installations from my pc and create an unattended.

      scrolling down shows me you beat me to it 🙂

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman @Quazz already on it. Mounted the disk with DISM

      dism /Mount-Image /ImageFile:“c:\temp\winpe\x86_64\media\sources\boot.wim” /index:1 /MountDir:“c:\temp\winpe\x86_64\mount”

      navigated to Windows\System32\startnet.cmd

      It already contains wpeinit. Do not change that line, but add your code after that.
      Mine so far is
      net use z: \x.x.x.x\isos\win7
      net use x: \x.x.x.x\isos\win8
      net use y: \x.x.x.x\isos\win10
      menu.bat
      now creating a menu in a separate batch file
      So after that I created a menu.bat in the system32 folder with
      http://www.sevenforums.com/tutorials/78083-batch-files-create-menu-execute-commands.html
      to start the setup of different windows versions. Now I only have one PE box and 3 Windows installs. The next step is to automate the installations.

      posted in FOG Problems
      R
      raice

    Latest posts made by raice

    • RE: there can be only one TIMESTAMP column with CURRENT_TIMESTAMP

      Yes, you fixed it 🙂

      posted in FOG Problems
      R
      raice
    • RE: Host ID was not set, or unable to be created

      Did you get the same error in installation as mine?
      https://forums.fogproject.org/topic/7326/there-can-be-only-one-timestamp-column-with-current_timestamp

      Got same error as result

      posted in FOG Problems
      R
      raice
    • there can be only one TIMESTAMP column with CURRENT_TIMESTAMP

      searched a lot in the forums, but couldn’t find the answer.
      Try to set up a new FOG image server. Installed Debian (later also tried CENTOS and Ubuntu) and get the latest developer release. I need this release because of the Broadcom chipset in the workstations.
      When I install it, everything works fine. But at some point in the Install script one needs to go to the url
      http://xxx.xxx.xxx.xxx/fog/management
      to create the database and create the tables.
      After pressing the button, the following message appears:

      Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

      ALTER TABLE fog.hosts ADD COLUMN hostSecTime TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP

      The login works, but there is no possibility creating hosts. Every registration fails.
      What needs to be done to get it running?

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman in out environment that’s nearly impossible. We sell new and second hand laptops. So we got different models every day. Now we can just start the installation and sysprep it afterwards.

      Do you want the documentation or did you write your own now? I almost finished and only need to translate it.

      posted in FOG Problems
      R
      raice
    • RE: Adding NAS (NFS) - storage to FOG

      I didn’t test it. But I would say, mount it via linux (ssh into the fog server) and make sure it got the right permissions.

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman @Quazz already on it. Mounted the disk with DISM

      dism /Mount-Image /ImageFile:“c:\temp\winpe\x86_64\media\sources\boot.wim” /index:1 /MountDir:“c:\temp\winpe\x86_64\mount”

      navigated to Windows\System32\startnet.cmd

      It already contains wpeinit. Do not change that line, but add your code after that.
      Mine so far is
      net use z: \x.x.x.x\isos\win7
      net use x: \x.x.x.x\isos\win8
      net use y: \x.x.x.x\isos\win10
      menu.bat
      now creating a menu in a separate batch file
      So after that I created a menu.bat in the system32 folder with
      http://www.sevenforums.com/tutorials/78083-batch-files-create-menu-execute-commands.html
      to start the setup of different windows versions. Now I only have one PE box and 3 Windows installs. The next step is to automate the installations.

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman I am able to get it to work too. Used this: https://technet.microsoft.com/en-us/library/dn613857.aspx to add all network drivers (got around 40 laptops here) and created 2 samba shares on the FOG server. One to the installation folder (where I got win7, win8 and win10) and one to the same folder with write rights. This way I am able to alter the installations from my pc and create an unattended.

      scrolling down shows me you beat me to it 🙂

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman But it works 🙂
      Now I can starting the UEFI project. My working day is over, so get back to you tomorrow. Thanx for your help so far.

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman The link you gave me says the same I think:

      Download the latest version of wimboot and extract the file wimboot to the same directory on your web server.
      Create a text file boot.ipxe in the same directory on your web server, containing:
      #!ipxe

      cpuid --ext 29 && set arch amd64 || set arch x86
      kernel wimboot
      initrd ${arch}/media/Boot/BCD BCD
      initrd ${arch}/media/Boot/boot.sdi boot.sdi
      initrd ${arch}/media/sources/boot.wim boot.wim
      boot

      The files are present at the given location.

      posted in FOG Problems
      R
      raice
    • RE: Windows install ISO FOG server 1.3

      @Wayne-Workman thx! My paths are very different,

      kernel winpe/wimboot
      initrd winpe/${arch}/media/Boot/BCD BCD
      initrd winpe/${arch}/media/Boot/boot.sdi boot.sdi
      initrd winpe/${arch}/media/sources/boot.wim boot.wim
      boot

      but I will test it now.

      posted in FOG Problems
      R
      raice