• How to check if I actually moved my /images/ directory to secondary HDD

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @howtogravity OK very good. The lsblk program tells us everything, and your setup is perfect. As long as when you reboot the lsblk gives you the same values you are good to go.

    So if you look at the output of lsblk you can see that /dev/sdb1 (the first partition on the second hard drive) is connected to (mounted on) /images. This means any files written to /images will go to your second hard drive.

    The output of the df -h program tells us how much disk usage you currently have/are using. Those numbers look good too.

  • Downloading binaries needed....... Failed with direct internet acesses

    13
    0 Votes
    13 Posts
    4k Views
    L

    I have gotten in the habit of downloading the binaries before the install. It’s just too long to wait for them without knowing what’s going on if you let the install script do it.

  • Backing Up...........

    Unsolved
    2
    0 Votes
    2 Posts
    780 Views
    george1421G

    One other possible solution is Veeam Backup Agent (free). This will do a full system backup with bare metal restore. You can back up to a NAS, Veeam B&R Server ($$), or other network storage device. If you have a system failure, you boot from the linux boot cdrom, connect to your storage device and then restore your system. This is one way to protect your fog server. There may be native (Ubuntu) options like Bacula too.

  • Web management page

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    F

    Try to stop the firewall and see.

    systemctl stop firewalld
  • INFO: rcu_sched self detected stall on CPU when deploying.

    Solved
    4
    0 Votes
    4 Posts
    923 Views
    ?

    @sebastian-roth, actually I always do that first thing. I saw that post and realized that barring the similar error message, it had nothing to do with my problem, unfortunately, so I moved on.

  • Windows 10 Mbr capture fixparts error

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @georger Please schedule a debug capture task (like normal but hit the checkbox for debug just before submitting) when you get to the shell please run the following commands:

    gdisk -l /dev/sda ... fixparts /dev/sda ...

    The later command will ask you to confirm so you go y ENTER w ENTER y ENTER. Possibly it will print out an error and quit straight away. Take a picture of the screen and post here.

  • Could not select: Exec format error (http://ipxe.org/2e008081

    Unsolved
    3
    0 Votes
    3 Posts
    3k Views
    S

    @kermit1991 Do you see this issue on all your clients or just when using an USB ethernet adapter? Have you tried using the ethernet adapter together with different clients. Sometimes adapters and client’s BIOS/UEFI firmware just don’t play together well enough. On the other hand some USB ethernet adapters just don’t play nicely altogether. It’s a long process to figure out what exactly the issue is. So start by telling us more about the exact USB adapter you have and make/model of PC/laptop you use.

  • Chromium Image Issues after Updating Server

    Unsolved
    24
    0 Votes
    24 Posts
    8k Views
    S

    @rstockham23 Sorry but the important information is not on the picture. Usually there is a message in the blue partclone screen which should give is more hints on what’s wrong. When scheduling the task you can set the checkbox for debug and after the error happens you’ll get to a command shell. There you can check the mentioned log file: cat /var/log/partclone.log

  • Downloading binaries needed....... Failed

    Locked Solved
    7
    0 Votes
    7 Posts
    4k Views
    S

    @vinodjotshi You probably have a different issue as you don’t seem to have a proxy server in your network. Please open up your own thread and post your question there. Don’t forget to add the version of FOG you are using.

  • FOG Persistent Groups - How to remove persistent image association?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @vince-villarreal this is the purpose of the persistent groups plugin. When a host is added, the new host will get whatever the template host has defined. This, to my knowledge, only happens when a new host is added. If you add a host to the group, then later edit the host itself, it should retain the new changes regardless of the template, until you remove and readd the host to the group.

  • FOG Persistent Groups not allowing image register to host?

    Solved
    2
    0 Votes
    2 Posts
    452 Views
    V

    you can solve this post. rewording this in a new post.

  • can't restore to small disk

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S

    @salginer The partition layout looks pretty straight forward. Is your Windows partition bitlocker encrypted? Run manage-bde -status C: in a admin command shell.

  • FOG Offline Install

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    B

    I started doing that which is what led me to the remi yum repo setup and the binary file download. At this point I think I am just going to attempt to hack it up so that it will work offline and then later see if I can add a switch to the installation file for an offline mode that checks for the dependencies.

  • FOG 1.5.4 Multicast sessions immediately end.

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    F

    @tom-elliott Updated the production server and it is now multicasting. As a side note though I tried to start a ‘test’ session of multicast, the same name I had used pre-update, and it did the same thing(started and instant ended). But if I picked a new name that I hadn’t used before, it appeared to start and wait for connections normally.

    Philip

  • 1803 update Error 'Could not open inode 500174 through the library'

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    Matthieu JacquartM

    Ok all seems fine now, thanks you Quazz 😉
    Except than when I execute sysprep, all metro appx are gone after reboot, no more calculator or store…
    Seems to be a Windows 10 1803 upgrade problem, one more thing I’m trying to resolve… 😞

  • Cannot update location association in group

    Moved Solved
    9
    0 Votes
    9 Posts
    3k Views
    K

    @tom-elliott Getting one host to work as expected in the group seems to have fixed all my issues. Now the changes I make are sticking after I leave the page. Thanks for your help.

  • Service unavaible after deployment task

    Unsolved
    2
    0 Votes
    2 Posts
    783 Views
    S

    @Lemeunier Sounds strange. Possibly your disk is full? Run df -h and post output here.

  • could not mount /dev/sda1/

    Solved
    2
    0 Votes
    2 Posts
    846 Views
    F

    I can’t see your screen shot, but I had a problem with a similar error message yesterday. Turns out it was because I had moved my image folder and missed one of the configs you have to change. Searching the forum should being up numerous other threads with that error message, I’d try some of those fixes.

    Philip

  • Deploy FOG Client to systems not currently enrolled

    Solved
    3
    0 Votes
    3 Posts
    498 Views
    A

    @wayne-workman

    Perfect. I already made the script, just didn’t know if it would add the machines to my list or just install the software and then not communicate with the server. Thanks!

  • UEFI and windows 10

    Solved
    19
    0 Votes
    19 Posts
    7k Views
    H

    @kellym Sorry I didn’t check the forums yesterday, glad you found it!

84

Online

12.8k

Users

17.6k

Topics

157.1k

Posts