and how that works?
Posts made by domii666
-
RE: PXE Boot menu
[url=http://abload.de/image.php?img=k3a0l.jpg][img]http://abload.de/thumb/k3a0l.jpg[/img][/url]
-
RE: PXE Boot menu
now, every iso is loading, but win7 isnt.
win8.1 works,nice! ultimatebootcd works, also, but the others wont. here the errors.
[URL=‘http://abload.de/image.php?img=hjzea.jpg’][IMG]http://abload.de/thumb/hjzea.jpg[/IMG][/URL]
[URL=‘http://abload.de/image.php?img=zbx9c.jpg’][IMG]http://abload.de/thumb/zbx9c.jpg[/IMG][/URL]
-
RE: PXE Boot menu
[url=http://abload.de/image.php?img=fogisomeuf4.jpg][img]http://abload.de/thumb/fogisomeuf4.jpg[/img][/url]
thats my isos
-
RE: PXE Boot menu
no, it boot windows.
isos are in place, same place as acronis.
i post later the place from the files.
-
PXE Boot menu
Hi,
i have a problem with my pxe boot menu, only acronis works, but id didn’t know why.
greez domi
menu
item --gap – ----------------- VS Boot Menu -----------------
item gap
item bootlocal Festplatte booten
item --gap Image installieren
item --key 1 image1 Image … installieren
item --gap Betriebssystem installieren
item --key 7 win7 Windows 7 AIO Setup
item --key 8 Win8 Windows 8.1 Setup
item --gap Partition/Image/Backup
item --key a acronis2013 Acronis True Image 2013
item --key p gparted Gparted
item --key c clonezilla Clonezilla
item --gap MultiBootCDs
item --key h hirens HirensbootCD
item --key u ubcd UltimateBootCD
item --gap Shell
item shell iPXE Shell
item --gap Computer-Informationen
item hostinfo Computer-Informationen
item --gap –
item return <—
choose --default Win7 --timeout 60000 target && goto ${target}
:bootlocal
sanboot --no-describe --drive 0x80 || goto MENU
:win7
initrd [url]http://${fog-ip}/fog/iso/Win7aio.iso[/url]
chain memdisk iso raw ||
goto MENU
:Win8
initrd [url]http://${fog-ip}/fog/iso/Win81.iso[/url]
chain memdisk iso raw ||
goto MENU
:acronis2013
initrd [url]http://${fog-ip}/fog/iso/acronis.iso[/url]
chain memdisk iso raw ||
goto MENU
:gparted
initrd [url]http://${fog-ip}/iso/gparted.iso[/url]
chain memdisk iso raw ||
goto MENU
:clonezilla
initrd [url]http://${fog-ip}/iso/clonezilla.iso[/url]
chain memdisk iso raw ||
goto MENU
:hirens
initrd [url]http://${fog-ip}/iso/hirensbootcd.iso[/url]
chain memdisk iso raw ||
goto MENU
:ubcd
initrd [url]http://${fog-ip}/iso/ultimatebootcd.iso[/url]chain memdisk iso raw ||
goto MENU
:shell
shell ||
goto MENU
:hostinfo
echo ||
echo ||
echo This computer : ||
echo MAC address…${net0/mac} ||
echo IP address…${ip} ||
echo Netmask…${netmask} ||
echo Serial…${serial} ||
echo Asset number…${asset} ||
echo Manufacturer…${manufacturer} ||
echo Product…${product} ||
echo BIOS platform…${platform} ||
echo ||
echo Zurueck mit beliebiger Taste ||
prompt
goto MENU
:image1
kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.178.54 web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=test ftp=${fog-ip} imgType=n osid=7 storage=${fog-ip}:/images capone=1 imgFormat=2
imgfetch init.xz
boot || goto MENU
:return
chain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac}[/url] ||
prompt
goto MENU
autoboot[/QUOTE]
-
RE: Tftpd-hpa problems
it doesn’t install anything, it makes nothing.
@ installfog.log only is
Script started on Sa 17 Jan 2015 22:34:22 CET
Debian -
Tftpd-hpa problems
Hi,
in the ./installfog.sh i have problems with tftpd-hpa and debian 7.7 x64. it always fails.
can someone help?
Greez Domi
-
RE: Pnp 00:05 can't evaluate_CRS: 12311
ok thx, its just a report, it doesent behind me in any way.
-
RE: Pnp 00:05 can't evaluate_CRS: 12311
it stops and after 30 seconds it goes on
-
Pnp 00:05 can't evaluate_CRS: 12311
Hello,
i have a HP Prodesk 400 G2 and i get this error when i would inventory the pc, whats the problem?
Greez Domi
-
PXE Password
Hello everybody,
how can i protect the pxe menu with a password? especially the advanced menu.
greez domi
-
RE: FOG Mysql Backup Size
this dump
mysqldump -u USERNAME -pPASSWORD --all-databases | gzip > /***/MySQLBackups/database_
date '+%Y-%m-%d'
.sql.gzthe entry
Usage: mysqldump [OPTIONS] database [tables]
OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3…]
OR mysqldump [OPTIONS] --all-databases [OPTIONS]
For more options, use mysqldump --help -
FOG Mysql Backup Size
Hello,
i’ve make a backup from mysql from my fog(6Hosts, 4 Images) but the backup has only 203 bytes. is this successfully backed up?