How to install FOG Server on Ubuntu in Virtualbox | May 2023

Hi! In this video I´ll show you how to install a #FOGserver on an #Ubuntuserver system using #Virtualbox. Thank you for watching, and remember to KeepSmiling :-) Chapters: 0:00 Intro 0:06 Create a virtual machine 0:34 Install Ubuntu server 2:43 Install FOG server, SSH 5:22 Finalize FOG setup 5:59 Network Boot setup in DHCP 6:13 Test network boot with a client The commands used in this video: 1. ssh username@ip-address 2. sudo -i 3. apt-get -y install git 4. sudo -i 5. cd /root 6. git clone 7. cd fogproject ---cd into where you cloned the git repo, e.g. /root/fogproject 8. cd /root/fogproject ---update all branches 9. git fetch --all ---switch to dev-branch 10. git checkout dev-branch ---install FOG server 11. sudo -i 12. cd /root/fogproject/bin 13. ./ DHCP network boot filname for FOG: Links: https://fogpro
Back to Top