kubuntu on my system, every time I turn on the pc I always run “installfog.sh”, otherwise the BOOT can not connect to the server (several errors: arp, tftp failed, etc. "
how to run the setup, everything works fine.
How come ??
I noticed that the tftp service, does not start automatically,
what are the services that installs and starts FOG ??
you can indicate ??
thanks
Posts made by zingaro
-
Always perform (exec installfog.sh !! )
-
Setup Install Windows from grub4dos
Hi,
it’s possible start an iso image Windows , for execute the setup procedure with fog and grub4dos ??
this is my problem because the load an iso with sanboot don’t work…i think if possible start a menu grub4dos from fog menù for make an setup Windows 7 ( or wes7) , without receive the error "setup can not continue ( because not found a CD-ROM drive ).
Tanks !!
-
Alternative Edit Mode
Hi,
exist an alternative for edit the “Advanced PXE Boot Setting” directly on the File without to use the Fog Web-GUI Interface ??i tried to edit the command for to load the Iso Image and work correct but is not comfortable.
Exist a mode for edit the file ( if exist ) directly ?you know a good document for to study a ipxe sintax command with example ??
tanks
-
RE: Help how to load ISO with HTTP ipxe !!
hi, i not understand if the syntax code is correct or not …
Do you can add a line code example to this code in pxeconfig.cfg_/default file ??:
DEFAULT vesamenu.c32
MENU TITLE Fog Reimage Menu
MENU COLOR TITLE 1;36;44 #ffffffff #00000000 std
LABEL iPXE Boot
MENU DEFAULT
KERNEL ipxe.krn
APPEND dhcp && chain [URL=‘http://x.x.x.x/fog/service/ipxe/boot.php?mac=${net0/mac}’][U][COLOR=#0066cc]http://x.x.x.x/fog/service/ipxe/boot.php?mac=${net0/mac}[/COLOR][/U][/URL]:menu 2° program
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxPROMPT 0
TIMEOUT 1tanks !!!
-
Help how to load ISO with HTTP ipxe !!
Hi,
i have installed FOG and make the modify describe in this link:
[url]http://www.fogproject.org/wiki/index.php/Chainloading_PXE_to_iPXE_using_pxelinux.0[/url]
The boot work correctly, but
Now i don’t understand how add a new code on the file “default” in the directory pxelinux.cfg for load and running ISO image.how add e new item menu in to this lines ??
DEFAULT vesamenu.c32
MENU TITLE Fog Reimage Menu
MENU COLOR TITLE 1;36;44 #ffffffff #00000000 std
LABEL iPXE Boot
MENU DEFAULT
KERNEL ipxe.krn
APPEND dhcp && chain [url]http://x.x.x.x/fog/service/ipxe/boot.php?mac=${net0/mac}[/url]
PROMPT 0
TIMEOUT 1i tried add this code:
:ACRONIS
kernel memdisk iso raw
initrd [url]http://${fog-ip}/fog/iso/acronis_true_image_2014.iso[/url]
boot ||
goto MENUbut not work !!
i tried the new file default:
:MENU
menu
item --gap – ------------- iPXE Boot Menu -------------
item WINPE31 Boot PE 3.1 x86 (Win7)
item WINPE40 Boot PE 4.0 x86 (Win8.0)
item WINPE50 Boot PE 5.0 x86 (Win8.1)
item GANDALF32 Boot Gandalf’s PE 5.1 x86 (Win8.1u)
item SHELL iPXE Shell
item RETURN Return to the Top Menu
choose --default WINPE50 --timeout 30000 target && goto ${target}:WINPE31
imgfetch [url]http://${fog-ip}/iso/winpe31_x86.iso[/url]
boot memdisk iso raw ||
goto MENU:WINPE40
imgfetch [url]http://${fog-ip}/iso/winpe40_x86.iso[/url]
boot memdisk iso raw ||
goto MENU:WINPE50
imgfetch [url]http://${fog-ip}/iso/winpe50_x86.iso[/url]
boot memdisk iso raw ||
goto MENUbut boot don’t start !!