• CentOS 7 Problems

    17
    0 Votes
    17 Posts
    6k Views
    Dino_NerdD

    @Tom-Elliott said in CentOS 7 Problems:

    The really feels like a double installation almost. Though I don’t know quite how to describe it.

    I’ve fresh installed CentOS with fog at least 5 times now and keep getting the same result
    I attempted a fog installation with Archlinux as well and got this same result.
    by fresh install, I mean wiping the hard drive completely and installing a brand new OS, then installing fog

    @Tom-Elliott said in CentOS 7 Problems:

    Also can you please check FOG Configuration Page->FOG Settings->Web Server->FOG_WEB_ROOT and make sure it’s not set to WEB_ROOT, aka please set to /fog/

    0_1498592218897_bandicam 2017-06-27 14-35-18-036.jpg

    @Tom-Elliott said in CentOS 7 Problems:

    Are you doing any weird redirects? For example FOG is expecting to look to /var/www/html/fog (http://SomeIP/fog/)
    But you have it set to go: http://someIP and it’s passing you to the fog site?

    This is a clean install, I haven’t changed any settings that aren’t stock

  • FOGTaskScheduler daemon uses 100% of CPU

    Solved
    14
    0 Votes
    14 Posts
    4k Views
    F

    Yes. In the hour field 0, 23/2

  • FOG Client can't connect to Fog server or Active Directory after deployment

    Unsolved
    2
    0 Votes
    2 Posts
    779 Views
    Wayne WorkmanW

    Are you sysprepping? Was the reference machine previously joined to the domain?

    For your images, you should keep them pure - never capture a dirty image because it only causes problems. Pure means NEVER having been on the domain before, and as lean & clean as possible meaning not using old images to make new ones - keep your old images as backups, but build from scratch (installation media) every time - always delete old partitions and remake them, and capture new images.

    At my old job, I would include month and year (not day) in my image names.

  • Multicast Error

    5
    0 Votes
    5 Posts
    2k Views
    AvaryanA

    @Sebastian-Roth Multicasting is working, so I don’t think it was a port issue. I ended up making another session for those 6.

    I had another session afterwards with 25 computers (different model) that worked.

    Issue only observed on Dell OptiPlex 3020 so far.

  • Uninstall and install Citrix receiver.

    Solved
    15
    0 Votes
    15 Posts
    7k Views
    M

    @Wayne-Workman It works. At the end, it is very simple. I just uploaded the .exe file and added /silent under Snapin Arguments. It works very smoothly. Just for future reference for other users, installing Citrix receiver is also slimier method. ie. CitrixReceiver.exe /silent.

    Thank you all. 👍 🙂

  • Parted Magic not working in pxe boot

    Solved
    23
    0 Votes
    23 Posts
    9k Views
    S

    After some more debugging I found that the redirection loop is not caused by the apache rewrite rules but by /var/www/fog/api/index.php and those included by that PHP file. Maybe this is because we don’t supply correct parameters?! Would be nice if it wouldn’t redirect in an endless loop.

    @Dino_Nerd I think you can re-add the RewriteRule ^/(.*)$ /fog/api/index.php [QSA,L] in your 001-fog.conf and still should be able to access and boot http://192.168.0.143/pmagic/bzImage64 if that folder is in /var/www!!

    Note to myself: Accessing directories (like http://192.168.0.143/pmagic/) does not work albeit the second RewriteCond because DirectoryIndex setting makes it request index.html in that directory, which usually does not exist. Therefore again redirecting it to /fog/api/index.php

  • Clonezilla Boot problem

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    D

    @Sebastian-Roth

    Yes I tried the below code which you have given and it works, Many thanks.

    kernel http://${fog-ip}/fog/service/ipxe/clonezilla/vmlinuz initrd http://${fog-ip}/fog/service/ipxe/clonezilla/initrd.img imgargs vmlinuz initrd=initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=http://${fog-ip}/fog/service/ipxe/clonezilla/filesystem.squashfs boot || goto MENU

    and yes it is all about the putting right parameters.

    Regards,

  • Bad SEctors

    5
    0 Votes
    5 Posts
    2k Views
    Q

    DDRescue is best bet for bad sectors.

  • dnsmasq ProxyDHCP BIOS and UEFI coexistence

    Solved
    19
    0 Votes
    19 Posts
    8k Views
    P

    @george1421

    Thanks for clearing stuff up with me. Appreciate it

  • Task Deploy does not starts

    7
    0 Votes
    7 Posts
    2k Views
    Tom ElliottT

    The “image ignore” and “client ignore” flags are meant to IGNORE the mac address in use for the respective item. For example:

    Image Ignore makes it so the MAC Address being loaded is NOT going to be able to be used for Imaging. But this is only regards to the system it’s registered with. (Seeing as identity is verified/validated by the MAC Address this should be expected).

    So, an unregistered machine, using a NIC that is registered to another machine, will appear to be that “registered” machine. Why would Image Ignore be a useful option? I don’t know, but I know the client ignore option IS useful (for example a shared USB nic on multiple machines so you can have the client work without thinking the system is another host.)

  • fog 1.2 vs 1.4

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    @Sebastian-Roth I still think you’re correct.

    The CD SHOULD be asking you to “press any key to boot from CD”. Is there some reason this is a big concern? Sure it adds another step, but I think the reasoning is something in 1.2 iPXE code wasn’t sending the HDD, where in newer versions it’s releasing the system allowing the ISO to actually see the HDD prompting it to run a scan.

    I don’t understand what problem it working as if this was a CD being booting this brings to the table.

  • Image creation TFTP file

    8
    0 Votes
    8 Posts
    2k Views
    Q

    @TCS_Taylor After sysprep you could technically just go into Audit mode again, but of course it would take more time to do so.

  • Old fog installation: howto upgrade?

    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @fabritrento No.

    Github on different branches might. The Tar files are built off the repository.

    If you use the dev-branch or master branches from github, it’s identical to how the tar.gz file operates.

  • Add Microsoft DaRT to FOG Menu

    14
    0 Votes
    14 Posts
    6k Views
    x23piracyX

    Hi,

    i boot all my iso’s that way:

    initrd http://${fog-ip}/iso/acronis2017.iso chain memdisk iso raw || goto MENU :easeuspms initrd http://${fog-ip}/iso/easeuspms.iso chain memdisk iso raw || goto MENU :aomeipau initrd http://${fog-ip}/iso/aomeipau.iso chain memdisk iso raw || goto MENU :veeam initrd http://${fog-ip}/iso/veeam.iso chain memdisk iso raw || goto MENU :erd2005 initrd http://${fog-ip}/iso/erd2005.iso chain memdisk iso raw || goto MENU :dart7 initrd http://${fog-ip}/iso/dart7.iso chain memdisk iso raw || goto MENU :dart8 initrd http://${fog-ip}/iso/dart8.iso chain memdisk iso raw || goto MENU :dart81 initrd http://${fog-ip}/iso/dart81.iso chain memdisk iso raw || goto MENU :dart10 initrd http://${fog-ip}/iso/dart10.iso chain memdisk iso raw || goto MENU :dban initrd http://${fog-ip}/iso/dban_2.3.0.iso chain memdisk iso raw || goto MENU

    Here is my complete menu: https://pastebin.com/zWBnT5c0

  • Storage node almost full

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    S

    Hi all,
    I wanna thank everyone for their support. I was able to free up my storage node in the dashboard by login in my Ubuntu Server via Putty and erasing the images that were supposed to be erased in /images.

    Have a great day! 🙂

  • Debbuger.exe

    7
    0 Votes
    7 Posts
    2k Views
    L

    @Tom-Elliott said in Debbuger.exe:

    when running the isntaller, are you setting the IP address portion to your actual FOG Server’s IP Address?

    yes, I am setting the ip address.

  • Chromebooks Refreshing Protocol

    4
    0 Votes
    4 Posts
    2k Views
    AvaryanA

    @Joe-Gill said in Chromebooks Refreshing Protocol:

    Yes we do Enterprise enrollment via Google Admin.

    Can you “Power Wash” them remotely?

    Thanks!

    Device management --> Chrome --> Device Settings --> User Data
    alt text

    This pretty much takes everything off of them as soon as the user signs out.

  • Why can't i clone this laptop of mine

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    A

    @sudburr How in the **** could i have missed that… It is running now. So shutdown with the shift i totally forgot and worked for me…
    And you did not insult me at all, thanks for the solution…

    And to all participants who did try to help me, thank you all…

  • Advanced Menu

    8
    0 Votes
    8 Posts
    4k Views
    AvaryanA

    @Tom-Elliott Ok, thanks. I think everything is working now.

  • Adding Mobscene to the Fog menu.

    4
    0 Votes
    4 Posts
    2k Views
    R

    @Wayne-Workman http://forum.kanka.net/showthread.php?943763-mOBSCENE21-s-Multi-Boot-USB-v3-0-8GB-amp-16GB is an older version but it’s a pretty good description. I have v6.0 but I think there is a v7.0 out there. The only way I have ever found to get it is via torrents because the full package is so large.

    I was going to upload the readme.txt that comes with it, but the site won’t let me and the text is way to long to c/p.

140

Online

12.3k

Users

17.4k

Topics

155.8k

Posts