• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. goempie
    3. Posts
    G
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 38
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by goempie

    • RE: Read Windows Keys from Registry and BIOS (OEM Key) (FOG Client)

      Hello
      I’m trying to get your script working, but can’t get it to work.

      Does the bat to exe converter also pack in the oemkey.exe or do i have to copy the oemkey.exe to a directory in my image?

      Thanks

      posted in Feature Request
      G
      goempie
    • RE: dhcp failed on HP prodesk 400 G2

      @george1421 How can you set this up on server 2012 to automatically change?
      Cause now i have to change sometimes, would be handy if it’s automatic

      posted in FOG Problems
      G
      goempie
    • RE: Stuck @boot.php.......... after update

      SVN Revision: 5956

      Somehow it boots now. But had to try 5 times.
      After i registered the host it wouldn’t boot again. Had to try again for 3 or 4 times.
      Maybe it’s just the host. Wil try with other hosts to see if its the same.

      posted in FOG Problems
      G
      goempie
    • Stuck @boot.php.......... after update
      Server
      • FOG Version: * [new branch] working-RC-12 -> origin/working-RC-12
        Already up-to-date.

      • OS: Ubuntu 14.04

      Description

      After updating to the newest branch computers can’t boot to the fog. boot proces gets stuck at boot.php

      alt text

      posted in FOG Problems
      G
      goempie
    • RE: Create a Driver Database based on hardware id

      I’m using the c:\Drivers in windows10 without a problem.

      posted in Feature Request
      G
      goempie
    • RE: 7703 - Groups Bugged

      Same problem here

      posted in Bug Reports
      G
      goempie
    • RE: Where are you located ? Please Reply..

      Nieuwkerke, Belgium

      posted in General
      G
      goempie
    • RE: Create a Driver Database based on hardware id

      Yep that would be great, I could build a small website with all the drivers. So other people could search the database to.
      Only problem would be where to host it?
      As it would generate some traffic :-s.

      posted in Feature Request
      G
      goempie
    • Create a Driver Database based on hardware id

      Maybe it’s an idea to add a database of drivers based on hardware id.
      I followed the guide for the auto driver install and this works like a charm.
      Only searching for the drivers is a lot of work. And i’m shure that i’ts work that has allready been done by someone else.

      I now have 3 different types of hardware that i managed to select the drivers, but a simple website with an index of the drivers sorted by manufacture number and hardware id as needed for the Auto driver install would be verry handy.

      Kind regard
      Kevin

      posted in Feature Request
      G
      goempie
    • Recommended way to create a master img?

      What is the recommended way to create a hardware independed image?

      I have read several option, one injects drivers through a script. Then i read things about wds (searched for a guide but don’t get what it does exactly and what the added value is)

      Care to share how you guy’s make your hardware independed image?

      Thanks

      posted in Windows Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @goempie

      IT WORKS 🙂

      After the promt i just have to hit enter and then the hirens boots.

      Thanks for the help.

      I wil try to make a small guide on how to do it.

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman

      Ok getting there.

      initrd http://${fog-ip}/fog/service/ipxe/iso/hbcd.iso ||
      echo failed to load iso if it stops here
      prompt
      chain memdisk iso raw ||
      echo failed to chain memdisk if it stops here
      prompt
      boot ||
      echo failed to boot here if it stops here
      prompt
      goto MENU

      When i boot i see that it downloads the iso then it comes to 100% and then i get the message

      failed to load iso if it stops here

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      This is what i see when i go to /fog/service/ipxe/boot.php

      So i don’t think tha the :hbcd in the begining is necessary.
      But i deleted it and stil it doesn’t work.

      :hirensbcd
      :hbcd
      #open iso with iso editor and remove pmagic to make it ligther
      initrd ${fog-ip}/fog/iso/hbcd.iso
      kernel memdisk iso raw
      boot || goto failed
      goto start

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman said in Adding Hirens 15.2 boot cd to the boot menu:

      :hbcd
      #open iso with iso editor and remove pmagic to make it ligther
      initrd ${fog-ip}/fog/iso/hbcd.iso
      kernel memdisk iso raw
      boot || goto failed
      goto start

      Yep i can see the iso in the browser and can download it.

      0_1462373310234_Screenshot_4.png

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman

      Yes i saw it after i posted it.
      This is what i have now
      But still no champagne
      :hbcd
      #open iso with iso editor and remove pmagic to make it ligther
      initrd ${fog-ip}/fog/iso/hbcd.iso
      kernel memdisk iso raw || goto failed
      boot || goto failed
      goto start

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman
      I moved the hbcd.iso to the directory /var/www/fog/iso/hbcd.iso
      Then i changed the menu entry, but no party

      :hbcd
      #open iso with iso editor and remove pmagic to make it ligther
      set path /fog/iso
      set nfs_path /var/www/fog/iso/15.04_64
      initrd ${fog-ip}${path}/fog/iso/hbcd.iso
      kernel ${fog-ip}$ kernel memdisk iso raw || goto failed
      boot || goto failed
      goto start

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman
      0_1462370820282_Screenshot_2.png
      nope nothing to see here

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman what is the path to the memdisk kernel?

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman
      :hbcd
      #open iso with iso editor and remove pmagic to make it ligther
      initrd ${boot-url}/images/hbcd152.iso
      kernel ${boot-url}/memdisk iso raw || goto failed
      boot || goto failed
      goto start

      In the above example they are pointing to the *.iso file itself.
      So this means that they don’t mount the iso on the fog server?

      posted in FOG Problems
      G
      goempie
    • RE: Adding Hirens 15.2 boot cd to the boot menu

      @Wayne-Workman 0_1462368089253_Screenshot_1.png
      There’s only one file in there

      posted in FOG Problems
      G
      goempie
    • 1 / 1