• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. FoggyMemory
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    FoggyMemory

    @FoggyMemory

    0
    Reputation
    325
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    FoggyMemory Unfollow Follow

    Latest posts made by FoggyMemory

    • RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu

      @Junkhacker

      Yes I’m certain.

      posted in Tutorials
      F
      FoggyMemory
    • RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu

      @Junkhacker

      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.

      posted in Tutorials
      F
      FoggyMemory
    • RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu

      @Tom-Elliott

      Yes I’ve already performed those steps; I updated my post to show the path location.

      posted in Tutorials
      F
      FoggyMemory
    • RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu

      @ChelIT @tom-elliott

      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 error

      I 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:
      upload-dff3f79d-4c91-4c6d-a78a-d375e0b2651f

      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!

      posted in Tutorials
      F
      FoggyMemory