login to fog and it says 10.5. web address and tftp server but cannot access those address. Maybe I am confused. Do I need to change something?
Thanks,
tech
Yep, you need to run the script /opt/pxeinstall/pxesetup.sh then choose the first option.
Thanks,
Now I just have to ftp in and upload the new script.
Run these commands in this order
a) sudo wget http://db.tt/EnxZChvH -O /opt/pxe.tar.gz
b) cd /opt/
c) sudo tar -xvzf pxe.tar.gz
d) cd pxeinstall
e) bash pxesetup.sh
and avoid trying to install the Diagnostics, they dont' work. I fudged it up.
I got the same thing but already ran the pxesetup.sh and used
192.168.0.11 fog
192.168.0.1 Router DHCP
192.168.0.1 DNS
Boot up the pxedust network boot menu option and then I click on anti-virus and malware scanners and it does nothing no menu to choose from to be able to load boot disc's.
Thanks
tech
Alrighty....I will look in to that!
I had a little typo and it made the AV, and Diag menus in to one entry that didn't do anything. So do this
sudo nano /tftpboot/pxelinux.cfg/default
add theline in BOLD
DEFAULT vesamenu.c32
MENU TITLE PXEdust Network Boot Menu v1.0
MENU INCLUDE /pxelinux.cfg/theme.cfg
menu color title 1;36;44 #ff8c00 #00000000 std
LABEL HDD Boot
localboot 0
MENU DEFAULT
MENU LABEL Boot from hard disk
TEXT HELP
Boot from the local hard drive.
If you are unsure, select this option.
ENDTEXT PROMPT 0
TIMEOUT 300
ONTIMEOUT HDD Boot
LABEL FOG
KERNEL vesamenu.c32
append menu/fog.cfg
MENU LABEL FOGProject Network HDD Imaging
LABEL AVMENU
MENU LABEL Anti-Virus and Malware Scanners
TEXT HELP
Applications To Scan Local Disks For Virus and Malware Infections
ENDTEXT
KERNEL vesamenu.c32
APPEND menu/av.cfg
LABEL DIAGMENU
MENU LABEL Hardware Diagnostic Tools
TEXT HELP
For Diagnosing and Probing Hardware
ENDTEXT
KERNEL vesamenu.c32
APPEND menu/diag.cfg
Today i will be troubleshooting and fixing all the diag scripts i wrote yesterday!
What kind of hardware are you guys using for these PXE servers? I've got an i3 machine with 6GB laying around and I'm about to bite the bullet and use it for the server instead of selling it.[/QUOTE
That would be over kill, but it would be flawless. I have used everything from a VM to an old P4 2.0GHZ with 512 RAM. PXE booting doesn't take many resources. Just make sure you have a gigabit network. it works fine on 100MBPS, but better on gigabit especially for booting larger programs like the different flavors WinPE.
If I were you I would wait about a week. By then i should have a good chunk of my script and guide done for ERPXE. Once you use it....I promise you will never go back to disks or USB in your workshop. Unless you want something i can't make boot like KAV Rescue (grumble grumble).
When i am done here you will be able to do network installs of Windows XP - 8 as if it were WDS, and you will have a plethora of tools! Have a look at the plugin list
http://erpxe.org/Category:Plugins
I am also adding some custom ones that are not on that list. Like techusb, Dell Diagnostics, the PC-Doctor 7 and 8 bootable CDs.
I've got a spare system I can test on being looking at setting up a pxe server
sudo wget http://db.tt/NtI4VtzW -O /opt/erinstall.tar.gz
cd /opt/
sudo tar -xvzf erinstall.tar.gz
cd er
bash erinstall.sh