• Unable to login as root

    6
    0 Votes
    6 Posts
    1k Views
    M

    @george1421 Hello! I fired up a new VM and installed Debian 10.11 (buster). I did a modified installation from the YouTube video you shared, I did partitioning based on this video - https://wiki.fogproject.org/wiki/index.php?title=Debian_8

    I installed 1.5.9 and setup the DB and changed the fog default password.

    My next question is - can I export my settings off of my old FOG server into the new one? Currently I have both VMs fired up so I can simply toggle between the two IPs in a tabbed browser.

    Once I get the new server setup, I am going to change my DHCP and PXE settings on my Windows network to test PXE booting my new computers that use the USB dongle. I am going to be beyond thrilled if this works as I have several hundred of these machines that need imaged.

    Thank you so much for your help and look forward to your response!

    Gratefully,

    Michael

  • Dual Images windows 10 and Ubuntu 16 with UEFI

    Solved
    35
    0 Votes
    35 Posts
    14k Views
    R

    Hello, I came to this topic because I was having this same issue with some new Dell computers that arrived here where I work, in my case I didn’t needed to repair the grub, but I could solve this by changing some bios configuration where there’s a option to add uefi boot option and there appears the .efi file of the grub and mark it to boot first. Hope it helps!

  • New User "fogproject" on ubuntu

    Solved
    3
    0 Votes
    3 Posts
    471 Views
    L

    @george1421 Ok, thanks.

    If so, i will not touch it:)

  • 0 Votes
    9 Posts
    3k Views
    T

    @sebastian-roth said in The initial storage node is much smaller than the disk space I gave my VM?:

    sudo resize2fs -p /dev/mapper/ubuntu–vg-ubuntu–lv

    That all did the trick, VM is now showing the full allocated disk space!

    Thank you so, so much for your help, and also for giving me a little homework! I’ll read up on LVM as you said.

    Thank you again for your help, I can’t thank you enough!

  • Controlling exit

    3
    0 Votes
    3 Posts
    641 Views
    george1421G

    @chris_unit said in Controlling exit:

    That way we can book to windows using exit to refind, and exit to GRUB UEFI for ubuntu.

    You are on the right track on the other thread. The two refind options are what you need. This way you can target where refind looks for the boot files. You can include and exclude file paths to get what you need.

    The grub4win implementation inside fog is bios only. BUT that’s not to say you couldn’t use a similar concept to the dual refind hack to leverage grub too. There are a few ways to go about it. I don’t have to deal with dual boot so I’ve never looked into streamlining that flow.

  • FOG client under Kubuntu 20.04

    3
    0 Votes
    3 Posts
    520 Views
    F

    Hi @Sebastian-Roth,

    Now works fine the FOG client 🙂

    Thanks for your fast reply

  • The client won't install

    6
    0 Votes
    6 Posts
    1k Views
    K

    @sebastian-roth The error with chkconfig is still here and I dnd’t found any topic about it in the forum, is any alternativ possible to this package ?

  • Ubuntu Image with both - UEFI and Legacy support

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    J

    @jc35
    mount /dev/sda1 /mnt
    mount --bind /sys /mnt/sys
    mount --bind /proc /mnt/proc
    mount --bind /dev /mnt/dev
    mount --bind /dev/pts /mnt/dev/pts

    chroot /mnt ./usr/sbin/grub-install /dev/sda

  • Intel NUC UEFI PXE menu

    10
    0 Votes
    10 Posts
    3k Views
    george1421G

    @chris_unit said in Intel NUC UEFI PXE menu:

    and set the vendor class to PXEClient:Arch:00007
    is that the right vendor class for an intel nuc?

    I can’t answer that. I can tell you it will either be type 7 or 9 for 64 bit uefi computers.

    If you want to find out what type the nucs are setup wireshark on a witness computer (second computer on the same subnet). Run a capture filter of port 67 or port 68 PXE boot the target computer. In the Discover packet sent out by the target computer, in the dhcp option 93 or 94 (sorry can’t remember at the moment) the target computer tells the dhcp server what type it is.

  • Upgrade Debian to bullseye

    3
    0 Votes
    3 Posts
    762 Views
    P

    @sebastian-roth
    I completed the upgrade without any major problems.
    I had to reinstall some php packages that had been removed during the upgrade
    (the comparison between the packages installed on the old version and the new one allowed me to reinstall them easily)

    I also had to re-run installfog.sh because I had the same problem as here:
    https://forums.fogproject.org/topic/15254/503-service-unavailable-after-debian-upgrade.

    Also, unrelated to fog, I had to review the configuration of mariadb and more particularly the authentication mode of the “root@localhost” user.
    Indeed the user “root@localhost” was still using authentication with a password, but the new method is to use auth_socket :

    +-----------+------------------+-----------------------+-------------------------------------------+ | Host | User | plugin | authentication_string | +-----------+------------------+-----------------------+-------------------------------------------+ | localhost | root | mysql_native_password | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | +-----------+------------------+-----------------------+-------------------------------------------+ | Host | User | plugin | authentication_string | +-----------+------------------+-----------------------+-------------------------------------------+ | localhost | root | unix_socket |

    this is all I can say

  • PHP problem after FOG update

    5
    0 Votes
    5 Posts
    893 Views
    george1421G

    @george1421 Well I’m kind of answering my own question here.

    php -m | grep -e gettext -e mysqli

    If they are installed on the OPs system then they should be visible with the php -m command.

  • Resize CentOS7 fails e2fsck

    6
    0 Votes
    6 Posts
    2k Views
    S

    @JasonNaughton As we had another person run into a similar looking issue I had a closer look at the code and might have found why this happens. Please find all the details here: https://forums.fogproject.org/post/144691

  • Web management console does not work

    3
    0 Votes
    3 Posts
    646 Views
    B

    Hi,

    It was my firewall, I have rebooting a rule and now all is fine.

    Thank u

  • Using Partclone to image MBR linux client using Resize option

    4
    0 Votes
    4 Posts
    991 Views
    S

    @chris_unit With some solid Linux knowledge you surely can convert an LVM install to a plain one but probably re-installing is a lot faster if the system is not highly customized.

  • mysql not starting when trying to install 2nd time

    8
    0 Votes
    8 Posts
    2k Views
    S

    @chris_unit said in mysql not starting when trying to install 2nd time:

    did you install on 7.2?

    I haven’t. Somehow thought this was a typo when you first mentioned version 7.2. Quoting from: https://mirrors.xtom.de/centos/7.2.1511/readme

    This directory (and version of CentOS) is deprecated. For normal users,
    you should use /7/ and not /7.2.1511/ in your path. Please see this FAQ
    concerning the CentOS release scheme:

    https://wiki.centos.org/FAQ/General

    If you know what you are doing, and absolutely want to remain at the 7.2.1511
    level, go to http://vault.centos.org/ for packages.

    Please keep in mind that 7.2.1511 no longer gets any updates, nor
    any security fix’s.

    Sorry but we don’t have enough people to work on FOG for it to support officially deprecated OS versions.

  • [Solved] Grub rescue after deploy task

    6
    0 Votes
    6 Posts
    1k Views
    B

    @Sebastian-Roth you put me on the track!

    The bios was configured in legacy bios first, I switched to uefi first and it works!

    Thank you!

  • démarrer une machine via le réseau

    10
    0 Votes
    10 Posts
    3k Views
    B

    @julio said in démarrer une machine via le réseau:

    @george1421 désolé george pour le dérangement, j’ai trouvé le problème à ma solution tout seul ne prend pas en compte mes messages et mes images stp. merci bien

    C’est bien aussi de donner la solution au problème. Cela peut servir à d’autres personnes. Merci.

  • PHP Issues Installing FOG

    6
    0 Votes
    6 Posts
    923 Views
    A

    @sebastian-roth That solved the issue for me. Thanks!

  • Snapins CentOS_7 Client

    7
    0 Votes
    7 Posts
    1k Views
    S

    @kyl Could just be a PATH issue then. Try /bin/touch instead of touch on your next test.

  • 0 Votes
    2 Posts
    561 Views
    S

    @Generalcanada Not exactly sure but maybe this post might help you: https://forums.fogproject.org/post/143080

208

Online

12.4k

Users

17.4k

Topics

155.9k

Posts