Machine 'looping' through FOG screen in prep for upload
-
Computer : Dell 390
After changing BIOS to NIC, and going through Quick Registration, the machine continues to constantly loop through reboot then FOG screen over and over.
This is of course prior to running FogPrep.
Machine is disconnected from the domain. The only thing that prevents this behavior is changing BIOS back to HD; which kind of defeats the purpose .
thanks in advance !!
-
OK , I found this but it makes little sense to me.
[url]http://www.fogproject.org/wiki/index.php?title=Boot_looping_and_Chainloading[/url]
Can someone give some exact details as to where these files are ?
thanks
-
As it states[B] /tftpboot/[/B]
If you look in your root directory of your disk drive you will see the folder mentioned
[code]Download and extract the latest SYSLINUX (Currently using 4.04): http://www.kernel.org/pub/linux/utils/boot/syslinux/
Copy/Overwrite the following files to /tftpboot/:
syslinux-4.04/com32/modules/chain.c32
syslinux-4.04/com32/menu/vesamenu.c32
syslinux-4.04/core/pxelinux.0[/code]Again look in your root directory of your disk drive and you will see the folder [B]/tftpboot/[/B] and inside another folder[B] /pxelinux.cfg/[/B] and finally the file you need to edit is named [B]default[/B].
[code]
Graphical menu
If you are using the Graphical menu modify fog.local in your /tftpboot/pxelinux.cfg/default to look like this
LABEL fog.local
kernel chain.c32
append hd0
MENU DEFAULT
MENU LABEL Boot from hard disk
TEXT HELP
Boot from the local hard drive.
If you are unsure, select this option.
ENDTEXT[/code] -
Well after many searches for tftpboot and [B]/pxelinux.cfg/ [/B]they are both MIA. If you are speaking of the FOG server then that maybe another matter. still lost…
-
Yes all this is edited on the server itself, look on the main drive of the linux server, on the root directory you will see the tftpboot folder, if not, stop and re-install fog again because something wasn’t done correctly.
in linux the root of the drive is /, it doesn’t use “drive letters”, it uses absolute postion, sda0, sda1, etc.
so when something say /tftpboot/pxelinux.cfg
/ is equivalent to “C:” on windows, so look on the root drive, /, and the tftpboot folder should be located here.