• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Arrowtron
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 29
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Arrowtron

    • RE: DBAN FOG Boot Menu

      @wayne-workman @Sebastian-Roth

      http://${fog-ip}/dban/dban.bzi nuke="dwipe --autonuke --method quick" silent vga=785
      ${boot-ip}/dban/dban.bzi nuke="dwipe --autonuke --method quick" silent vga=785
      

      Both give me this error message pretty much
      0_1505701423466_20170918_122100_HDR 2.jpg

      dban.bzi and other files are defiantly listed under - http://awh-wc-fog/fog/dban/
      ’

      Here is the tcpdump @Sebastian-Roth
      https://www.dropbox.com/s/j8x6y88m1bickbp/dban.pcap?dl=0

      Thanks for your Advanced Menu @x23piracy. I tried to select a portion of the code to use but it didn’t work well
      ’
      ’

      Ive placed this in the DBAN iPXE Menu item Parameters

      :dban
      initrd http://${fog-ip}/iso/dban_2.3.0.iso
      chain memdisk iso raw ||

      posted in FOG Problems
      A
      Arrowtron
    • RE: DBAN FOG Boot Menu

      @sebastian-roth I have placed the iso in this directory

      /iso/dban.iso

      executed this code below:

      mount -t iso9660 -o loop /iso/dban.iso /var/www/html/dban
      

      0_1505354375235_DBAN FOG ipxe Error2.jpg

      After that command it shows up like so:

      0_1505354482239_DBAN FOG ipxe Error3jpg.JPG

      0_1505354654229_DBAN FOG ipxe Error4.jpg

      posted in FOG Problems
      A
      Arrowtron
    • DBAN FOG Boot Menu
      Server
      • FOG Version: 1.4.4
      • OS: Ubuntu 16.10
      Client
      • Service Version:
      • OS:
      Description

      Hello,

      I have been trying to add Darik’s Boot and Nuke HDD Wipe on the fog iPXE menu and I have been getting some issues as described below:

      Note: this was before i upgraded to 1.4.4, was on 1.4.2
      0_1505269951276_DBAN FOG ipxe Error.jpg

      I have upgraded Fog to 1.4.4. It gets past the screenshot above and just shows a black screen with a blinking underscore at the top left of the monitor and doesn’t go any further.

      I have followed the instructions in this link:
      https://wiki.fogproject.org/wiki/index.php?title=Include_any_ISO_in_the_FOG_Bootmenu

      Any help will be greatly appreciated

      posted in FOG Problems
      A
      Arrowtron
    • RE: Wake on LAN and POST Image scripts stop working

      @Tom-Elliott

      Very good, fantastic!
      Re-insalled using the existing installfog.sh - did its thing (checked packages, database scheme etc.)

      cd /root/fogproject/bin
      ./installfog.sh
      

      WOL and postdriver scripts seem to be working again!
      Thanks! I shall run this command below so it doesn’t happen again until I am prepared to get Ubuntu updates.

      apt-get -y remove unattended-upgrades
      
      posted in FOG Problems
      A
      Arrowtron
    • RE: Wake on LAN and POST Image scripts stop working

      @Tom-Elliott

      Thanks for your reply, yes, I have had a read around and my issue is 100% todo with Ubuntu updates. In my case your SQL root blank password code didn’t work. Do you think if I gave the SQL root password a password other then black would it fix it or won’t change? If so how should I do that?

      If I re-install will it overwrite the existing database (current settings, hosts, groups and listed images)

      posted in FOG Problems
      A
      Arrowtron
    • RE: Wake on LAN and POST Image scripts stop working

      Thanks for the link, yes tried that,
      I followed the steps and got this result:

      0_1493776036457_fog.JPG

      Query Ok, 0 Rows affected

      Is that ok?

      I ran this command as well
      apt-get -y remove unattended-upgrades

      Restarted the FOG server and issue still remains (tested Wake on LAN function)

      posted in FOG Problems
      A
      Arrowtron
    • Wake on LAN and POST Image scripts stop working
      Server
      • FOG Version: 1.3.4
      • OS: Ubuntu 16.10
      Client
      • Service Version:
      • OS:
      Description

      Hi there,

      I am trying to work out an issue with my FOG installation. It has been working extremely well for the past couple of months and just over the weekend, returning to work, I noticed the postdownloadscripts were not working (not transferring the drivers across). It was working last week.

      Then I discovered that the Wake on LAN function was not working (was working last week without issue)
      This has happened before in the past when the WOL stopped working, I ended up creating a new FOG server which was the easiest solution at the time.
      These issues must be related somehow.

      Has anyone else had this issue before?
      I am not aware of any changes that have been made to the configuration. Where is the best place I should start looking and I shall provide logs/settings.

      Any assistance is greatly appreciated

      posted in FOG Problems
      A
      Arrowtron
    • RE: Postdownload Script Drivers

      @george1421

      Sorry for late reply, thanks heaps that did the job!

      posted in FOG Problems
      A
      Arrowtron
    • Postdownload Script Drivers
      Server
      • FOG Version: 1.3.4
      • OS: Ubuntu Server 16.10 amd64
      Client
      • Service Version:
      • OS: Windows 7 x64
      Description

      Hello,

      I am trying to follow a couple threads regarding installing drivers after post image deployment.

      Such as:
      https://forums.fogproject.org/topic/4278/utilizing-postscripts-rename-joindomain-drivers-snapins/21?page=2
      Examined and tried a couple of the scripts in this thread and I seemed to be getting:

      /images/postdownloadscripts/fog.postdownload: line 2: syntax error near unexpected token ‘$‘in/r’’
      /images/postdownloadscripts/fog.postdownload: line 2: 'case $osid in

      /images/postdownloadscripts/fog.postdownload: line 19: syntax error near unexpcted token ‘fi’
      /images/postdownloadscripts/fog.postdownload: line 19: ‘fi’
      (I have checked the text file to see if there are any spaces at the end of the file) this is the main error message I get when I try scripts shown in threads listed

      And:
      https://forums.fogproject.org/topic/7391/deploying-a-single-golden-image-to-different-hardware-with-fog/4
      Pasted the script in step 3 into the fog.postdownload script and gets:

      /images/postdownloadscripts/fog.postdownload: line 3: $‘\r’: command not found
      /images/postdownloadscripts/fog.postdownload: line 46: syntax error: unexpected end of file

      Are all these error messages related? Or is something not configured properly, perhaps permissions?
      Or is there a better way of putting drivers into a deployed image so it is automated/detected by the model of the PC?

      Any assistance is greatly appreciated!

      Kind regards

      posted in FOG Problems
      A
      Arrowtron
    • 1
    • 2
    • 2 / 2