• Remote Session

    Solved
    7
    0 Votes
    7 Posts
    2k Views
  • Deploying an Image to a Dell Optiplex 7050

    Solved
    17
    0 Votes
    17 Posts
    7k Views
    x23piracyX

    Hey,

    i was remote on the system and we installed the current RC (switched to dev branch).
    Helped him out with some sysprep lines, added to stop fog service, set it to disabled and so on.

    Seemed to work well but he still has a problem with the dell’s 7050’s but i have the feeling we have that spanning tree problem like here:
    https://forums.fogproject.org/topic/10512/dell-optiplex-7050-fails-to-pxe-boot

    This is what he gets when trying an 7050:

    Bild Text

    The op will ask his network admin for a check, i suggested to connect fog and the client with a dump switch and then to the environment. This is not done yet.

    The initial problem with the dell 7050’s isn’t solved yet!
    @msaglioc99 any chance to give the thread subject a better name (subject) about the problem?

    Regards X23

  • Problem on Capture a OS Type Linux Ubuntu 16.04

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @jodantiger Well you better tell me how this partition layout was created. How would I know


    Maybe try mounting it while you are in debug mode

    mkdir /mnt/sda1 mount -t vfat /dev/sda1 /mnt/sda1 ls -al /mnt/sda1 umount /mnt/sda1

    If vfat does not work then try ntfs instead. Take a picture and post here.

  • Add new standard user on windows 10

    10
    0 Votes
    10 Posts
    5k Views
    D

    I was looking for this solution. I just wanted to create a simple standard user with no password for students to log into. I created a powershell script and just used this line personalized for me:

    NET USER username “password” /ADD

    I took out the password and set Student as the username. It created a standard user named Student. Worked slick.

  • Errors while PXE booting

    2
    0 Votes
    2 Posts
    873 Views
    george1421G

    These errors are not related to any updates that happened to FOG, ubuntu. These are hardware errors with the target computer. The ACPI errors are a bit of a warning and can be ignored, if they bug you too much you can disable acpi on this target computer by placing acpi=off in the host’s kernel parameters.

    The USB ones are a bit more confusing. It appears you have a malfunctioning USB device connected to this target system? Is the firmware up to date on this target computer?

  • Attemting to send Inventory.......No host found for Mac-Adress

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    F

    YES! It works!

    Very good ducumentation, best Support!

    Thank you very much!

  • 0 Votes
    10 Posts
    4k Views
    J

    @brian-hoehn Check the time on the imaged laptop and the fog server and make sure they match. I’ve had this problem before and it was very confusing until I changed the time or time zone inside the fog configuration web page.

  • Cannot boot local from my Advanced PXE Menu (EXIT Type differences?)

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    george1421G

    @x23piracy Because there is a difference.

    Typically for bios (legacy) mode the exit mode is SANBOOT (that is the way iPXE attempts to location the hard drive). For uefi system the best exit mode is rEFInd, which is an external program that is used to find the boot drives. You may be able to tweak the refind.conf file to look for legacy stuff but I haven’t tried it.

    There is something I just discovered the other day while I was hacking FOG’s boot menus. That is the platform variable. ref: http://ipxe.org/cfg/platform you can use that in your boot local section to test to see if the platform is efi or pc-bios and then select the best exit mode there.

    such as in: (warning I just glued this code together there is no testing done)

    :bootlocal iseq ${platform} efi && goto boot-efi || goto boot-bios goto MENU :boot-efi <don't know the syntax for refind> || goto MENU :boot-bios sanboot --no-describe --drive 0x80 || goto MENU
  • DBAN FOG Boot Menu

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    S

    @Wayne-Workman There were other issues like missing kernel command and incorrect variable name as well. Though in current FOG versions you cannot put stuff in /var/www anywhere you like because of our redirect configuration. When you turn on redirect engine debug logging you can see why. I remember having had a first unsuccessful go with trying to come up with a different redirect/rewrite config that works for the API but still allows you to have files pretty much anywhere in /var/www


  • stuck at "ipxe initialising devices.." (Lenovo)

    Solved
    15
    0 Votes
    15 Posts
    17k Views
    S

    To me this sounds as if the OP never had IT in UEFI mode. I am pretty sure of that because when you try to PXE boot a legacy binary in UEFI it should not even get as far as “initializing devices” 


  • Authentication ERROR: Could not authenticate : Value cannot be null.

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    T

    It worked with the following versions : mono 3.10 and fog client 0.11.12 on a debian 7 system.
    Thanks !

  • Image replication between nodes keeps restarting

    Unsolved
    19
    0 Votes
    19 Posts
    6k Views
    Tom ElliottT

    @jgallo I’d put everything on the same particularly as it addresses replication directly. The ftp error however is not because of the password you add when installing a new node. That password is what’s created for the node automatically. Sometimes, however, it’s possible it creates unusable characters.

  • Client fog error

    Solved
    3
    0 Votes
    3 Posts
    922 Views
    S

    Nice it’s now working fine 🙂

    Thanks, it was quick 😛

  • full host registration error

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S

    @roger Most probably you are seeing a Spanning Tree issue here. Configure the client ports on those Ciscos to Port-Fast and the problem should go away


  • fog.man.reg in 1.5.0. RC9

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    J

    @tom-elliott said in fog.man.reg in 1.5.0. RC9:

    http://${web}
 to just ${web}


    Well I feel dumb. Missed one. Confirmed and that works. Thank you once again.

  • FOS does not honor web gui parameter FOG_KERNEL_RAMDISK_SIZE

    Moved
    12
    0 Votes
    12 Posts
    4k Views
    S

    @george1421 What is this project called? Do you see any difference between the df -h output? Mind posting a picture of the output when booting the patched FOS?

  • Multicasting fail: StorageNode Not found on this system.

    Solved
    17
    0 Votes
    17 Posts
    9k Views
    Boyan BiandovB

    the restart did it for me:

    [09-14-17 8:44:09 pm] * Starting FOG Multicast Manager Service
    [09-14-17 8:44:14 pm] * Checking for new tasks every 10 seconds.
    [09-14-17 8:44:14 pm] * Starting service loop.
    [09-14-17 8:44:14 pm] * No tasks found!
    [09-14-17 8:44:24 pm] * No tasks found!
    [09-14-17 8:44:34 pm] * No tasks found!

  • Install ISO image with FOG

    Solved
    7
    0 Votes
    7 Posts
    5k Views
    J

    @sebastian-roth

    I’m confused regarding what the author is attempting to do with FOG. I believe he’s trying to install XP from a Windows XP CD ISO file using FOG. He doesn’t appear to be uploading a hard drive to FOG from a PC on which XP was installed and Sysprep’d.

    Once upon a time, before FOG, I used PXE to load an ISO into RAM that could be any ISO - like the Windows XP ISO file. I also used a customized BartPE image to copy / clone to the local HD a sysprep’d xp disk image of various sorts, using the Microsoft IP stack and SMB.

    Looking at the root=/dev/ram0 parameter is very reminiscent of that approach, where the ISO is copied to RAM over TFTP or HTTP and then booted. If so, one would end up having to do a manual install, if the ISO is the Microsoft CD, or an unattended install if the ISO had been altered accordingly. I did this w/o FOG, using PXECLIENT, etc. and with FOG v.32 by editing the FOG Menu and adding the items to load the ISO. I was also able to compress the ISO using an SDI format that come from XPEmbedded.

    With this approach, there would be no capture step, and FOG would just be used as a boot loader to get the ISO up and running.

    Or am I missing something?

    Jim

  • Could not open inode XXXXX through the library: Input/output error

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    Please make a new thread with an appropriate title for the fog issue.

  • Postinitscripts and storage node replications

    Moved Solved
    13
    0 Votes
    13 Posts
    3k Views
    Tom ElliottT

    @jgallo only in that case that I’m aware of. I don’t know what the problem is though I suspect it’s because firewalls are blocking access to port 21.

113

Online

12.7k

Users

17.6k

Topics

156.5k

Posts