Yes I’m certain.
Latest posts made by FoggyMemory
-
RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu
Thank you for your quick reply and sorry for my late response, but I wanted to make sure I tried every alternative before I posted here to say this solution didn’t work for me either. The difference, however, is instead of throwing out an Exec error, instead instead says dban.bzi can’t be found. (And, of course, I made sure I had dban.bzi located in /var/www/). I didn’t change the ownership of the /var/www/ folder but dban.bzi had the owner/group changed.
-
RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu
Yes I’ve already performed those steps; I updated my post to show the path location.
-
RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu
Hi Everyone,
Hopefully someone can help me – I’ve been trying unsuccessfully to add DBAN to my current FOG setup. I’ll try to be as detailed as possible, please let me know if anymore information is needed.
OS: Ubuntu Server 12.04.5
Error: Exec format errorI followed the directions above, using the commands provided to give both the www-data user and www-data group ownership to the files located under var/www/fog/dban.
Permissions:
Any idea what may be causing the error? Here is my current iPXE Advanced Configuration:
:MENU menu item -- gap-- ---------------- iPXE boot menu ---------------- item fog.local Boot from hard disk item img1 <Created on 5-20-15> item dban Darik's Boot and Nuke item hostinfo Details About This Computer 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=[REDACTED] web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=429Win7 ftp=${fog-ip} imgType=mps osid=5 storage=${fog-ip}:/home/images capone=1 imgFormat=0 imgfetch init.xz boot || goto MENU :dban kernel ${boot_url}/fog/dban/dban.bzi nuke="dwipe --autonuke" silent vga=785 boot :hostinfo 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 press any key to return to Menu || prompt goto MENU :return chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || goto MENU autoboot
Thanks!