@george1421 @Junkhacker @Sebastian-Roth That has cracked it!! Thanks so much for your help!!
Best posts made by ayoward
-
RE: ipxe boot just hangs
Latest posts made by ayoward
-
RE: Enabling DHCP after install
@Sebastian-Roth Sorted. Many thanks for your help!!
-
RE: Enabling DHCP after install
I know you can set it up at initial install as a DHCP server, but not sure how to go about it after it has been running for a while.
-
Enabling DHCP after install
Hi everyone,
Having moved offices to a “hip” location, there is hardly any structured cabling (much to my annoyance) which means I can no longer have my Fog Server on the network like it was so I now need it to be standalone. Is there a way that I can have the Fog Server now be it’s own DHCP server and have it dish out IP addresses to all the machines I plug into the attached switch?
Thanks,
Andrew
-
RE: Adding normal wipe to PXE boot menu
@george1421 That has sorted it. Genius!!
Thanks so much
-
RE: Adding normal wipe to PXE boot menu
@george1421 I just copied what you put and made the change to the IP address details. The rest is verbatim.
-
RE: Adding normal wipe to PXE boot menu
@george1421 said in Adding normal wipe to PXE boot menu:
imgargs loglevel=4 initrd=init.xz root=/dev/ram0 rw ramdisk_size=275000 keymap= web=${fog-ip}/fog consoleblank=0 loglevel=4 capone=1 mode=wipe wipemode=fast mac=00:00:00:00:00:00
boot || goto MENUAll seems to be going well until we get the below
-
Adding normal wipe to PXE boot menu
Re: Remote wipe
Does this work in the current version of FOG? I have looked at several threads on remote wiping machines, but none of them seem to be conclusive for the current version. Can I have an option on my PXE boot menu that allows me to select normal wipe, or do I need to use DBAN? The native wipe in Fog works fine and I have been using that, but currently my process is
- PXE boot the machine and select Quick Registration and Inventory
- Find that new machine in the hosts menu and assign the normal wipe task
- Reboot machine for PXE to pick it up again and perform the task
Is there any way that I can just add normal wipe to the menu and if so how? Does the post I referenced at the beginning work on the1.5.5 version?
I have looked at:
https://forums.fogproject.org/topic/10786/dban-fog-boot-menu
https://forums.fogproject.org/topic/11742/add-wipe-disk-to-the-pxe-menu
https://forums.fogproject.org/topic/9211/add-wipe-option-to-fog-boot-menu
and https://forums.fogproject.org/topic/4791/fast-wipe-in-advanced-menubut I not sure any of them cover what I am after.
Thanks
-
RE: ipxe boot just hangs
@george1421 @Junkhacker @Sebastian-Roth That has cracked it!! Thanks so much for your help!!
-
RE: ipxe boot just hangs
@george1421 and before I added that line into default.ipxe, there was nothing in there. Should I copy what you have in yours into mine?
-
RE: ipxe boot just hangs
@george1421 the file is definitely there.
## Start of FOG Settings ## Created by the FOG Installer ## Find more information about this file in the FOG Project wiki: ## https://wiki.fogproject.org/wiki/index.php?title=.fogsettings ## Version: 1.5.5 ## Install time: Mon 29 Apr 2019 05:41:48 PM EDT ipaddress='10.60.16.129' copybackold='0' interface='ens32' submask='255.255.255.0' routeraddress='# No router address added' plainrouter='' dnsaddress='127.0.0.53' username='fog' password='***********' osid='2' osname='Debian' dodhcp='N' bldhcp='0' dhcpd='' blexports='1' installtype='N' snmysqluser='root' snmysqlpass='' snmysqlhost='localhost' installlang='0' storageLocation='/images' fogupdateloaded=1 docroot='/var/www/html/' webroot='/fog/' caCreated='yes' httpproto='http' startrange='' endrange='' bootfilename='undionly.kpxe' packages='apache2 bc build-essential cpp curl g++ gawk gcc genisoimage gzip htmldoc isolinux lftp libapache2-mod-php7.1 libc6 libcurl4 liblzma-dev m4 mysql-client mysql-server net-tools nfs-kernel-server openssh-server php7.1 php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm php7.1-gd php7.1-json php7.1-ldap php7.1-mbstring php7.1-mysql php-gettext tar tftpd-hpa tftp-hpa unzip vsftpd wget xinetd zlib1g ' noTftpBuild='' notpxedefaultfile='' sslpath='/opt/fog/snapins/ssl/' backupPath='/home/' php_ver='7.1' php_verAdds='-7.1' sslprivkey='/opt/fog/snapins/ssl//.srvprivate.key' ## End of FOG Settings
Mod Note: Fixed post formating-Geo*