Hi,
Where’s the config file for pxe boot?
Hi,
After cloning a machine using partclone within FOG which clones fine but when deploying and it restores around 3 images the last image it does it errors out and says the image isn’t a partclone image - but it is
:MENU
menu
item --gap Please Select one of the images below
item fog.local Boot from hard disk
item img1 Dell Windows 7 x64 Pro
item img3 Dell Windows 7 x64 Pro old
item img2 Lenovo Windows 7 x64 Pro
item return Return to main menu
choose --default fog.local target && goto ${target}
:fog.local
sanboot --no-describe --drive 0x80 || goto MENU
:img1
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 web=${fog-ip}/fog/ consoleblank=0 shutdown=1 loglevel=4 type=down imgid=1 img=dell ftp=${fog-ip} imgType=mpa osid=5 storage=192.168.1.1:/images/ capone=1 imgFormat=0
imgfetch init.xz
boot || goto MENU
:img2
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 web=${fog-ip}/fog/ consoleblank=0 shutdown=1 loglevel=4 type=down imgid=2 img=Lenovo ftp=${fog-ip} imgType=mpa osid=5 storage=192.168.1.1:/images/ capone=1 imgFormat=0
imgfetch init.xz
boot || goto MENU
:img3
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 web=${fog-ip}/fog/ consoleblank=0 shutdown=1 loglevel=4 type=down imgid=139 img=Dell3030 ftp=${fog-ip} imgType=mps osid=5 storage=192.168.1.1:/images/ capone=1 imgFormat=0
imgfetch init.xz
boot || goto MENU
:return
chain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=mac=00:00:00:00:00:00[/url] || goto MENU
autoboot
I’m using an advanced pxe menu; the image i’m using comes under [B]img3[/B]
All is now working perfect!
Thanks Tom!!
Is there any way for me to buy you a pint (of beer) :3
Ahha perfect mate!
So when in the above fourm link posted (where you say oyu need to add the mac:0: etc to the system) is that to that image string?
Its for fog version 1.2
Current:
:MENU
menu
item --gap Please Select one of the images below
item fog.local Boot from hard disk
item img1 Windows 7 x64 Home Premium
item img2 Lenovo
item return Return to main menu
choose --default fog.local target && goto ${target}
:fog.local
sanboot --no-describe --drive 0x80 || goto MENU
:img1
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=Windows7x64HP ftp=${fog-ip} imgType=n osid=5 storage=${fog-ip}:/mnt/sdc1/fog/images capone=1 imgFormat=1
imgfetch init.xz
boot || goto MENU
:img2
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down imgid=2 img=Lenovo ftp=${fog-ip} imgType=mpa osid=5 storage=${fog-ip}:/mnt/sdc1/fog/images capone=1 imgFormat=0
imgfetch init.xz
boot || goto MENU
:return
chain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=mac=00:00:00:00:00:00[/url] || goto MENU
autoboot
[url]http://fogproject.org/forum/threads/bypass-host-registration.11048/[/url]
Going bakc to that post but I honestly can’t make the invalid MAC address error go away
Hi
Its for the PXE boot advanced menu
I followed something from your psot about bypassing pxe host registration and it came up with the MAC address invalid error.
Its so that I can have a menu and select the images from menu rather than registering every time for all the machines