• Download of kernel, binary, and client files failed in China.

    6
    0 Votes
    6 Posts
    750 Views
    S

    @linshiyouxiang-net You need to extract the ZIP file before running the installer. Files bzImage, bzImage32, init.xz, init_32.xz, FOGService.exe and SmartInstaller.exe need to be in /root/fogproject/tmp.

    By the way: That binary1.5.9.zip is still available on our server but the installer was changed to pull the mentioned files from github (URL for 1.5.9) some about a year ago. See the change we made in September 2020. No matter where you download the files from, they need to be in the mentioned tmp directory extracted (not as ZIP archive).

    The installer will always ignore existing sha256 checksum files and re-download those but it does use bzImage/init files if they exist already and match the freshly downloaded sha256 checksums.

  • add boot from media in menu

    4
    0 Votes
    4 Posts
    396 Views
    S

    @robertkwild said in add boot from media in menu:

    when you say chainloading to the local disk, you mean the menu option where it says boot to hard drive

    Yes.

  • Migrate Fog on a new server

    6
    0 Votes
    6 Posts
    1k Views
    S

    @plegrand Well done. Good to see you got it done using the instructions from the wiki.

  • adding uefi boot option aswell as bios boot option

    15
    0 Votes
    15 Posts
    3k Views
    R

    @george1421 im following your guide here

    https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/4

    Windows 10 BIOS/UEFI 2021 edition

    as i have installed a samba server on my fog server following your guide also there and also done the winpe one, how do i do step 14 as isnt that for a windows share and not a linux share

  • HTTPS booting getting access denied

    3
    0 Votes
    3 Posts
    1k Views
    S

    @lucycle Take a look at the first couple of lines of this script: https://github.com/FOGProject/fogproject/blob/master/utils/FOGiPXE/buildipxe.sh

  • Fog Deploy stuck on "rebooting system as task is complete"

    7
    0 Votes
    7 Posts
    892 Views
    george1421G

    @pevecg said in Fog Deploy stuck on "rebooting system as task is complete":

    The interesting part is that when setting this setting, we had to once fully power cycle the PC before the setting was applied/started to work.

    I’m not sure I understand. I get the idea that this setting “ahci=off reboot=warm” is causing problems after the system is imaged?? If that is what you say its not possible. These are instructions to the FOS Linux kernel. Once the kernel reboots and/or the computer is repowered there is no way those settings would still impact the computer.

  • Client connection to TFTP and HTTP IPXE Service

    8
    0 Votes
    8 Posts
    1k Views
    R

    @rhodesj2314

    Thank you. I figured it out and added the tftp server to the dhcpd.conf file on mu Ubuntu server.

  • Fog Image Capture Error Permision Denied.

    3
    0 Votes
    3 Posts
    604 Views
    K

    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_NFS
    Creating & verifying .mntcheck files
    .mntcheck is a hidden and empty file that a FOG client uses during image capture and image download/deployment to verify an NFS share is mounted correctly.

    To create these files, on the FOG server:

    touch /images/.mntcheck
    touch /images/dev/.mntcheck
    Verify these files with:

    ls -laR /images | grep .mntcheck

  • Fog installing Printer Issue

    8
    0 Votes
    8 Posts
    1k Views
    J

    @sebastian-roth Printer Install.PNG

    This is how I install it manually. I browse to it and right click and click connect. I will uninstall it on my computer and try it your way. Thanks

  • clamav does'nt work

    4
    0 Votes
    4 Posts
    784 Views
    S

    @louvet-christophe said in clamav does'nt work:

    Is it possible to upgrade the wiki ?

    Sure it’s possible but someone needs to do it. FOG is a community project and needs help from people. Currently we are in the process of moving all the contents from the wiki to docs.fogproject.org - would you be willing to help working on this part?

  • FOG 1.5.9 IPXE Failed HTTPS

    2
    0 Votes
    2 Posts
    213 Views
    P

    I was informed it was due to the ssl certificate not being trusted.

  • Problem, i can't restore image on HP Probook 450 G8, 650 G8, 430 G8.

    10
    0 Votes
    10 Posts
    3k Views
    george1421G

    @sebastian-roth said in Problem, i can't restore image on HP Probook 450 G8, 650 G8, 430 G8.:

    Anyone here using HP Probook XXX G8

    Sorry, deeply entrenched in the Dell camp here.

  • Upgrade to 1.5.9 failure

    3
    0 Votes
    3 Posts
    560 Views
    A

    @sebastian-roth Thank you for the quick reply. My intentions are to move this to new hardware. I will also install a newer version of Ubuntu. I’m trying to backup the DB. Not exactly sure how to do this. Along with the image files. I would think I could just transfer the images from the existing hard drive to the new server.

  • Computer not communicating with FOG client. Errors in Log.

    6
    0 Votes
    6 Posts
    887 Views
    T

    @sebastian-roth
    What is the time frame? Is there a way to reset encryption data on all PCs at once. Im having issues. Snapins are just hanging?

  • Computers boot from hard disk loop

    2
    0 Votes
    2 Posts
    248 Views
    S

    @rfrancisco Did you do a backup of the database before re-installing? Did you go from an older version of FOG to a newer one?

  • No DHCP Response on eno1

    6
    0 Votes
    6 Posts
    1k Views
    K

    @sebastian-roth

    No modifications to the network or the computers. The computer is able to obtain an IP address in windows, link speed auto-negotiates to 1Gbps. I tested the network path and it had no issues, but just in case I switch to a different port. The issue still remains.

  • Type 2 error cannot capture

    3
    0 Votes
    3 Posts
    330 Views
    E

    @george1421 thank you so much! it worked perfectly.

  • Associate ipxe menu item to host

    4
    0 Votes
    4 Posts
    727 Views
    george1421G

    @londonfog OK lets start out with how FOG works.

    Your computer pxe boots and downloads and runs iPXE that is either undionly.kpxe or ipxe.efi depending on the target computer’s firmware. Within that ipxe boot loader it has a script that finds the FOG server and then calls a file called default.ipxe. This file is in the /tftpboot directory on the FOG server. Inside default.ipxe there is a chain call to boot.php which builds the iPXE menu.

    I’ll stop here because that is the relevant bits.

    Now with a windows computer using a web browser you can view the FOG iPXE menu by calling this URL http://<fog_server_ip>/fog/service/ipxe/boot.php?mac=00:00:00:00:00 That will display the text program that builds the FOG iPXE menu. If you can read programs this should be 100% understandable.

    Now when you register target computers with FOG, the FOG UI will add the host definition into the MySQL database on the fog server. The database in question is fog, with the table of hosts. If you log into the mysql client program on the FOG server you can issue these commands

    use fog; select * from hosts;

    To get a listing of hosts registered on the FOG server.

    Now when you register FOG manually at the end of the registration it asks about some additional fields, Other1, Other2, and my be primary user. These are extra fields that FOG doesn’t touch or use during the imaging process. So for your custom code you could look (via sql query) at the other1 field, if that field has a specific value then you know you need to autoboot into the ubuntu auto installer.

    OK NOW bringing it all together.

    Create your own PHP web page (lets call it autoboot.php) that queries the fog database for the supplied mac address (this is supplied by ipxe). If the other1 field equals ‘yes’ then you will chain to the ubuntu installer code. If isn’t a match it called the FOG standard boot.php with its required parameters. Now update default.ipxe on the fog server to call autoboot.php (your code) first. Then in turn autoboot.php will either create the ipxe script to call the ubuntu installer code or the standard boot.php

    To say it another way, you will write a php program that will intercept the call to fog’s boot.php to run your code.

  • FOG Install init.php permission

    8
    0 Votes
    8 Posts
    1k Views
    R

    @wayne-workman ```

    user@server:~$ ls -laht /var/www total 12K drwxr-xr-x 3 root root 4.0K Sep 1 09:25 html drwxr-xr-x 3 root root 4.0K Aug 19 10:27 . lrwxrwxrwx 1 root root 18 Aug 19 10:27 fog -> /var/www/html/fog/ drwxr-xr-x 12 root root 4.0K Aug 18 09:58 .. user@server:~$ ls -laht /var/www/html total 28K drwxr-xr-x 11 www-data www-data 4.0K Sep 1 09:25 fog drwxr-xr-x 3 root root 4.0K Sep 1 09:25 . drwxr-xr-x 3 root root 4.0K Aug 19 10:27 .. -rw-r--r-- 1 www-data www-data 52 Aug 19 10:27 index.php -rw-r--r-- 1 root root 11K Aug 18 10:01 index.html
  • Printer Config File Not Working

    5
    0 Votes
    5 Posts
    410 Views
    F

    @foobarhistory My issue seems slightly different, the end result is relatively the same. On the log file is does not even reach the configuring part of the script, it looks to me like the WindowsPrinterManager.cs stops after the printer has been added.

    I have worked around this issue for now using a batch file “snapin” to accomplish the task. I would of course love it to work within the printer manager.

107

Online

12.4k

Users

17.4k

Topics

155.9k

Posts