• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. LibraryMark
    3. Posts
    L
    • Profile
    • Following 1
    • Followers 0
    • Topics 21
    • Posts 114
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Multicast working great, but...

      [quote=“Icak_newton, post: 620, member: 249”]You can burn multiple ipxe cd’s and let the pc’s boot from them :)[/quote]
      Yeah… I could. But i’m not 😉

      As it turns out, I am able to use the FOG service to reboot when there is a pending task. It all works pretty well now.

      posted in Windows Problems
      L
      LibraryMark
    • RE: Multicast working great, but...

      So I think I got the reboot on pending task running - I had to edit the file c:\program files\FOG\etc\config.ini and set forcerestart=1. Our computers are all set to auto login so there will never be a time when they aren’t logged in. Once I got that set the PC’s rebooted once I queued up a task. Cool stuff!

      I am still going to look for the proper BIOS setting, but I am not sure it exists on these machines. They came with windows XP COA’s so they’ve got some age to them. BIOS updates didn’t seem to fix it either.

      posted in Windows Problems
      L
      LibraryMark
    • RE: Multicast working great, but...

      I guess I need to ask if the FOG service client is supposed to work the way I think it does - to poll the server and if there is a task, reboot the computer. If it works this way, that would solve my problem, but I am not sure if it’s supposed to do that.

      posted in Windows Problems
      L
      LibraryMark
    • RE: Multicast working great, but...

      Sure - On these Lenovo’s it’s F1. I set it to boot to PXE. When I restart the PC, it does PXE boot. It’s when it’s woken up from Wake On Lan that it bypasses the PXE.

      posted in Windows Problems
      L
      LibraryMark
    • Multicast working great, but...

      Hello - I tried to image 20 PC’s this morning and most of them worked just great. I have a few PC’s that will not PXE boot when WOL tells them to wake up - they boot right to the hard drive, and there is no place in the bios where I can change it. These are older Lenovo Thinkcentre M55e’s. I am using the windows client - I was under the impression that if you enable task reboot on the server and the client, if a PC is up and running windows it will reboot itself when the client finds a task. Is this how it works? Because that’s not happening. If it is the way it’s supposed to work, what am I doing wrong?

      Thanks -

      LibraryMark

      posted in Windows Problems
      L
      LibraryMark
    • RE: Custom Fields in Database

      Thanks - I’ve been studying the code. Looking forward to the next release. FOG’s already been a game changer for me over using just an old copy of ghost and pxe/bartpe.

      posted in FOG Problems
      L
      LibraryMark
    • RE: Custom Fields in Database

      Yeah, I see those fields now. They will work, but I would rather the field in the hosts table as the query would be simpler. Plus, those field aren’t available if you haven’t done an inventory on a machine yet. I think windows product keys belong with the host and it’s OS, not the hardware

      posted in FOG Problems
      L
      LibraryMark
    • Custom Fields in Database

      Hello - is there a way to add custom fields for host management page? I would like to add the Windows Product Key to each host record so that I can access that from the PC’s and use it to register windows 7.

      Thanks -

      lLibraryMark

      posted in FOG Problems
      L
      LibraryMark
    • RE: WIndows 7, sysprep, auto login and snapins

      I was unable to make psexec to elevate the script when ran as a user. What I did discover, however, is that when I set control userpasswords2 to NOT auto login, then run sysprep, sysprep’s auto login works like it should - so I am all set. Thanks for all the ideas!

      posted in Windows Problems
      L
      LibraryMark
    • RE: WIndows 7, sysprep, auto login and snapins

      [quote=“Blackout, post: 298, member: 1”]Are you sure sysprep removes this? My sysprep does not remove it.

      You could have a run once script setup in your sysprep.
      Use psexec to elevate to Administrator[/quote]
      Ah - now that’s an idea. I will try it when I get back to work. Thanks, and Happy New Year!

      posted in Windows Problems
      L
      LibraryMark
    • RE: WIndows 7, sysprep, auto login and snapins

      [quote=“Blackout, post: 282, member: 1”]The FOG Service runs regardless of being logged in or not. So you don’t need auto login for this.

      For the second part, i would setup your image to auto login with the desired user.
      [LIST=1]
      []Start -> Run
      [
      ]Type: control userpasswords2
      []Click ‘OK’
      [
      ]Untick the box ‘Users must enter a user name and password to use this computer’
      []Click ‘OK’
      [
      ]It will now ask you username and password you want it to auto logon with.
      []Click ‘OK’
      [
      ]Now that is done - sysprep, take image up with FOG, deploy
      [*]Profit
      [/LIST]
      Does your Autoit script do anything else that could be simplified?[/quote]

      Thanks, Blackout - I know about control userpasswords2. sysprep wipes that out. That is what my script does, is set that back up so that the public user is automatically logged in, plus set up our printing software and a few other things that lets the software know what floor the PC is on. But the script has to run as admin, so I have to log in admin first. I will keep whacking away at it.

      posted in Windows Problems
      L
      LibraryMark
    • RE: WIndows 7, sysprep, auto login and snapins

      [quote=“Blackout, post: 250, member: 1”]Why do you want auto login? You want an interaction-less Image so you can set and forget.[/quote]
      These are public library computers, and they need to log themselves in so that patrons can use them. In any case, my autoit script handles that part just fine. What I need is for the admin user to log in twice, once for the FOG service to change the host name and the second time my autoit script runs. to change it over to auto login the public user. The issue is I can’t get my autounattend.xml gile to work correctly - when it boots it complains that the username or password is incorrect, yet I can log in with the same credentials that the xml file has and it works.

      posted in Windows Problems
      L
      LibraryMark
    • RE: WIndows 7, sysprep, auto login and snapins

      Thanks, Blackout. My AutoIT script runs just fine - it’s the autologin that is busted. Typical Microsoft BS. I have tried everything I can think of - it tries to log in, but keeps complaining about invalid username or password. I know that’s not a FOG problem, but in order to bypass that problem I wanted to know how to run programs using the FOG service.

      posted in Windows Problems
      L
      LibraryMark
    • WIndows 7, sysprep, auto login and snapins

      Hello - First I want to thank the developers of FOG for their fine efforts! What a cool tool!

      I work at a public library and maintain about 80 public pc’s. I had been using ghost but had been looking at FOG over the years and have now made the switch and I am never going back.

      My goal is to have one Windows 7 image for all of my public computers. I have created an image that works well - it has an AutoIT script that handles all the various changes that need to be made to the desktop and registry so that a PC knows what building, floor, and department it belongs to.

      My struggle is to get windows 7 to autologin twice after imaging and sysprep does its thing. I have worked with it for a long time now. It tries to log in but always complains about incorrect username or password, no matter what username or password I put in my autounattend.xml. The first time it boots it complains, then it just reboots even without logging in. I am guessing that the FOG service is changing the hostname? Updating the hostname is WAY cool, by the way. On the second reboot it needs the password again and then my script runs and it shuts down. On third reboot the public user is logged in and everything works as it should.

      I am wondering if a snapin could be made such that the FOG service runs my script instead of having to use a broken auto logon. The goal is to not have to even touch the PC’s and to only have one image.

      Thanks again for a fine product!

      posted in Windows Problems
      L
      LibraryMark
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 6 / 6