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

    Raff

    @Raff

    23
    Reputation
    1.0k
    Profile views
    115
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Birmingham, UK Age 40

    Raff Unfollow Follow

    Latest posts made by Raff

    • RE: PXE boot iMacs

      If you have your dhcp setup correctly with the address of your fog server, all you had to do was burn [URL=‘http://boot.ipxe.org/ipxe.iso’][U][COLOR=#0066cc]http://boot.ipxe.org/ipxe.iso[/COLOR][/U][/URL]

      posted in Linux Problems
      R
      Raff
    • RE: PXE boot iMacs

      [url]http://ipxe.org/download[/url]

      If they have drives use the prebuilt ISO or make USB

      posted in Linux Problems
      R
      Raff
    • RE: FOG beginner needs help

      [url]http://support.microsoft.com/kb/2776718[/url]

      posted in Windows Problems
      R
      Raff
    • RE: Silly beginners question - Fresh install of an OS from ISO

      The windows 7 CD is nothing more than a boot disk and an image file. It restores the image file install.wim which is in the sources folder of the CD.

      You could just upload a vanilla image of windows 7 to FOG and restore that.

      posted in General
      R
      Raff
    • RE: (1.1.1) Multicast Hang - Starting to restore image (-)

      check the log file /opt/fog/log/multicast.log

      posted in FOG Problems
      R
      Raff
    • RE: How to Update AD Username and password for all hosts

      Simple,

      create a group and add all hosts to that group, then modify ad setting for that group.

      posted in FOG Problems
      R
      Raff
    • RE: Changing Name works, Joining AD is not but was prior to upgrade

      it’s probably case sensitive, modify the query with the correct case, check an existing host for the case your using

      posted in FOG Problems
      R
      Raff
    • RE: Changing Name works, Joining AD is not but was prior to upgrade

      I use SQLyog community edition to make a connection to the database.

      Recommend you make a backup first.

      The SQL query you need to execute is:
      update hosts set hostADUser=‘Administrator’ where hostADUser=‘roxborough\Administrator’;

      posted in FOG Problems
      R
      Raff
    • RE: Changing Name works, Joining AD is not but was prior to upgrade

      You could do an SQL query to the database directly and change only the ones that have the setting roxborough\Administrator

      posted in FOG Problems
      R
      Raff
    • RE: Changing Name works, Joining AD is not but was prior to upgrade

      Your welcome Bill, If you have hundreds of hosts in your database with that setting, create a temporary group and mass change the AD setting.

      posted in FOG Problems
      R
      Raff