• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Hunter
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 52
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Hunter

    • H

      Acer Veriton 2620 still not imaging

      Hardware Compatibility
      • • • Hunter
      1
      0
      Votes
      1
      Posts
      1.3k
      Views

      No one has replied

    • H

      Acer VN2620G image deployment

      Hardware Compatibility
      • • • Hunter
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      H

      I recall I had the same problem with an earlier Acer product, however, I upgraded to 3.3.3 kernel, and it worked fine. If I knew which “switch” needed to be done on the kernel, I may be able to compile it.

    • H

      Trophy breakdown

      General
      • • • Hunter
      2
      0
      Votes
      2
      Posts
      845
      Views

      C

      help -> trophies

    • H

      Acer Veriton N2620G PC flashing like it's on an acid trip!

      Hardware Compatibility
      • • • Hunter
      34
      0
      Votes
      34
      Posts
      22.6k
      Views

      H

      OK, mess up on my part. I reread Art’s post. It appears to be working now.

      Thank You.

    • H

      Just a possability question: Shared DVD-ROM via PXE menu...

      Linux Problems
      • • • Hunter
      5
      0
      Votes
      5
      Posts
      2.3k
      Views

      H

      [quote=“maltobelli, post: 9353, member: 2746”]What size are the DVD’s, would they fit into the target machines RAM/Memory?
      Are they Windows DVD’s? Linux DVD’s?[/quote]

      Some of both, really. Some might even just be software.

      I’ll have to read over those links.

    • H

      Deploying Linux

      Linux Problems
      • • • Hunter
      7
      0
      Votes
      7
      Posts
      3.9k
      Views

      H

      Ha cha cha! By George, I do believe I’ve done it!

    • H

      Selecting multiple hosts, and an action (Delete?)

      FOG Problems
      • • • Hunter
      5
      0
      Votes
      5
      Posts
      3.8k
      Views

      B

      The only other way to massively remove hosts is to access the database directly and remove them from there. It’s easy if you want to just remove all of them:
      [CODE]TRUNCATE TABLE hosts;[/CODE]
      Or if you have some known host value that you can leverage; such as all hosts currently assigned imageID 3:
      [CODE]DELETE FROM hosts WHERE hostImage = 3;[/CODE]

      If you’re not used to messing around in MySQL then you might want to consider installing phpmyadmin, which will give you a web interface for managing the database.

    • H

      Image uploads and Reimage uploads

      General
      • • • Hunter
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      C

      I agree with djm79 (again, promise I’m not stalking ya). You don’t delete the image definition. When you need to update an image, you DEPLOY to proper hardware, make your updates, and then UPLOAD that computer and it overwrite the old version of the image.

      Some things to note:
      Make sure you prepare the computer before uploading the image. If you make tons of changes, it’s probably wise to defrag again and chksdsk /f

      Remove from the domain before you upload.

      An image that is being uploaded is stored in /images/dev/, and when complete, is moved to /images/imagename. So you’ll need enough storage available to hold the old image and the new image until the image is completely uploaded and FOG removes the old files and replaces with the new ones.

    • H

      "Wake Up" command

      FOG Problems
      • • • Hunter
      4
      0
      Votes
      4
      Posts
      1.9k
      Views

      M

      I got around that by using the poweroff program found here:

      [url]http://users.telenet.be/jbosman/applications.html[/url]

      It’s no longer being developed but it works perfectly on win 2k / xp.

      Have not tested it with vista / 7

      Edit: I should mention that I use the auto-poweroff feature and that if you have a domain controller to use that to try to shutdown the computer(s).

    • H

      Wyse thin clients

      FOG Problems
      • • • Hunter
      4
      0
      Votes
      4
      Posts
      3.5k
      Views

      C

      I don’t know if this is any help to you now, but someone else may benefit:
      I was getting GRUB errors with DelFX710 thin clients running Windows 7 WES (window Embedded). These thins had the most recent updates applied and would be unbootable. I found some fresh out of the box without the updates (same thin client hardware). Perfect images no problem. The defining difference (I think) is that the non-updated ones used GRUB 1.5. The new ones GRUB 2.

      For what its worth.
      cheers

    • H

      Editing fog/client webpage.

      General
      • • • Hunter
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      H

      [quote=“joshua, post: 3872, member: 146”]Hunter, when you goto the server IP /fog/client in your web browser, you should already have a download for Sysprep.
      for me when I goto 192.168.1.63/fog/client I see this:
      [ATTACH=full]120[/ATTACH]

      However, if you want to add more to it, I guess you could just modify the index.php file to include whatever you wish.
      You can find that file here in Ubuntu 10 (and probly the same for all Debain based installs).
      /var/www/fog/client/index.php

      Hope this helps[/quote]

      Thanks for the direction, it works, added a DL for the Win7 unattend file.

    • H

      Deployment Freezes

      FOG Problems
      • • • Hunter
      6
      0
      Votes
      6
      Posts
      2.8k
      Views

      falkoF

      yes you can have multiple kernels, if that field is blank the host will default to the kernel you have set as bzImage

      here is a quote from another thread [url]http://fogproject.org/forum/threads/fog_0-32-on-ubuntu-12-04.831/#post-3877[/url]

      [quote=“falko, post: 3837, member: 48”]nope, you need to add it like this… Host Kernel: fog/kernel/<name_of_kernel>
      all those with blank fields will default to the kernel you have set as bzImage

      Note: In the screenshot below the kernel is called acer-aspire

      [IMG]http://community.spiceworks.com/images/how_to_steps/0000/6034/hostview.png[/IMG]

      check links
      [url]http://community.spiceworks.com/how_to/show/2338[/url]

      [url]http://fogproject.org/forum/threads/deployment-freezing.356/#post-1506[/url][/quote]

    • 1 / 1