• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Szeraax
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 89
    • Best 11
    • Controversial 0
    • Groups 0

    Szeraax

    @Szeraax

    11
    Reputation
    597
    Profile views
    89
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Szeraax Unfollow Follow

    Best posts made by Szeraax

    • RE: IRC (Internet Relay Chat)

      Now. we just gotta get people back on IRC… Used to have like 40 on all the time and answers within a few minutes. Hmmm.

      I’m on! And am always there. Feel free to ping

      posted in Announcements
      S
      Szeraax
    • RE: Is it possible to pass variables to snapins?

      First result from Google: https://forums.fogproject.org/topic/11184/api-powershell-create-host-and-deploy-task-script probably should do more reading before I ask you follow up questions.

      posted in General
      S
      Szeraax
    • RE: Snapin (Template: Powershell) cannot load modules. Is this normal?
      Start-Transcript -Path C:\$([Environment]::Is64BitProcess).txt
      "Is 64?"
      [Environment]::Is64BitProcess
      $pwd
      if ([Environment]::Is64BitProcess)
      {
      	
      	$a = Get-BitLockerVolume -MountPoint C: 
      	$a | Out-File C:\file.txt -append
      }
      else
      {
      	$arguments = "-ExecutionPolicy Bypass -NoProfile -File temp.ps1 "
      	start-process C:\WINDOWS\sysnative\WindowsPowerShell\v1.0\powershell.exe -ArgumentList $arguments -Wait -WorkingDirectory $pwd
      }
      

      I know its not pretty, but its a proof of running 64 powershell. In essence, I need the 32bit to launch a 64bit version of powershell. Can’t just run powershell.exe because it goes still into x86.

      posted in Windows Problems
      S
      Szeraax
    • RE: register pc automatically with existing name

      @wayne-workman I had no idea you could do an import for hosts… I made an API script to get the serial and replace the quick reg name (mac) with the serial since I didn’t see any other way to do it easily for all my hosts…

      posted in General Problems
      S
      Szeraax
    • RE: Another "Failed to set disk guid" for new HP zbook laptops

      Will do.

      posted in FOG Problems
      S
      Szeraax
    • RE: Another "Failed to set disk guid" for new HP zbook laptops

      @wayne-workman I will do additional testing today and probably tomorrow then update this thread with results (i’m assuming that we’ll be good to mark solved at that point).

      posted in FOG Problems
      S
      Szeraax
    • RE: Can't chainload past Fog menu (Boot hard drive) - HP zbook laptop

      @sebastian-roth HOLY CRAP. Just dropping the clover boot.efi in the place of refind.efi booted windows just fine!

      posted in FOG Problems
      S
      Szeraax
    • RE: Can't chainload past Fog menu (Boot hard drive) - HP zbook laptop

      @george1421 Absolutely. Though, i’m told that we need to return this demo laptop cause it doesn’t have enough ram and is missing the 2nd HDD. So it may be a few weeks before I have another laptop of this same model (I probably will turn it in Thursday and can do any testing before then).

      posted in FOG Problems
      S
      Szeraax
    • RE: Clear snapin history? Automatically?

      @tom-elliott Thanks for the thoughts. And especially thank you for cml for the code, and Wayne for ALWAYS being amazing on the forums.

      I’m just happy that I solved my other problem on my own (the post about running 64bit powershell snapins so I can use modules and such). Gettin better all the time. Actually, Tom, it may be worth making a 64bit powershell snapin template. Guess that may have to be my own PR to put in.

      posted in FOG Problems
      S
      Szeraax
    • RE: Rate is at a slow crawl when trying to deploy/capture image

      Just going to add in here that when I want to see how busy my HDD’s are during tasks, I use nmon. Can run as normal user and press d to view disk activity percentage. Very friendly to a newb. Press n to also view network stats and c to view CPU as well.

      If I was you, i’d bring a computer over to the same physical switch that your FOG server takes the image on. See if it sustains a better speed or not to determine if network routing is to blame or not.

      posted in FOG Problems
      S
      Szeraax

    Latest posts made by Szeraax

    • RE: network boot uefi opnsense iso (or root fs!)

      Thanks for that link. I’ll peruse it as well. At least Fog is old faithful and got my test computer up and running when USB/DVD both failed me miserably!

      posted in FOG Problems
      S
      Szeraax
    • RE: network boot uefi opnsense iso (or root fs!)

      Based on the third link, I expect BSD to be able to netboot OK. OpnSense basically runs just off a normal hardenedBSD install, so I expect netboot to continue to work.

      When you boot to the image, it’ll popup in a live CD mode. Full functionality with no HDD needed. Then, if you login with installer user, it’ll do setup.

      My ultimate goal is to learn more about net booting iso files to [u]efi systems and install Opnsense on this laptop (usb and DVD install keeps not working!!).

      However, I installed Opnsense to a local VM and captured it after the installer was done. I then deployed to this computer and now its all up and running! Woo.

      So all that’s left is however much academic value I get out of it (Read: Masochism).

      Following the last answer on this serverfault page (https://serverfault.com/questions/140979/pxe-boot-freebsd-iso-from-pxelinux-server/141890#141890), I set the root-path dhcpd option and tried to do a chain to fogip/opnsense/boot/pxeboot (of course with the extracted image contents sitting in my tftp folder) and seemed to not work. I will probably try this method a bit more. I’d love to just chain it. Maybe pxe from this link and chain aren’t the same thing…

      posted in FOG Problems
      S
      Szeraax
    • RE: network boot uefi opnsense iso (or root fs!)

      That’s what I figured, but I too am not familiar with BSD. I hope to update soon with an answer for future generations.

      posted in FOG Problems
      S
      Szeraax
    • RE: network boot uefi opnsense iso (or root fs!)

      I should add here’s what opnsense looks like when loaded via EFI: 2019-05-16 18_28_42-OpnSense [Running] - Oracle VM VirtualBox.png

      posted in FOG Problems
      S
      Szeraax
    • network boot uefi opnsense iso (or root fs!)

      I’m stuck. Which isn’t hard to get to.

      Trying to boot Opnsense (a fork of pfSense using HardenedBSD) via Fog. Tried via tftp, nfs, http. Lots of things that don’t seem to be going anywhere after several hours on multiple days, so I think I’m finally ready to ask for some help.

      My primary readings:
      https://forums.fogproject.org/topic/12689/imaging-with-iso-files-with-fog-1-5-5
      https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/16
      https://wiki.netbsd.org/tutorials/how_to_install__40__boot__41___netbsd_using_pxelinux/
      https://forums.fogproject.org/topic/12097/ipxe-setup-for-many-os-s-under-bios-and-uefi

      I really liked how clean George had it with:

      set tftp-path tftp://${fog-ip}
      set pe-path ${tftp-path}/os/winpe
      kernel ${tftp-path}/wimboot gui
      imgfetch --name BCD ${pe-path}/BCD BCD
      imgfetch --name boot.sdi ${pe-path}/boot.sdi boot.sdi
      imgfetch --name boot.wim ${pe-path}/boot.wim boot.wim
      boot || goto MENU
      

      But, I’m not sure what I should be putting in here… There is no BCD or sdi or wim (obviosuly, this isn’t windows!). Here’s what I do have in the mounted ISO’s /boot folder:

         3497 Mar  9 19:42 beastie.4th
         8192 Mar  9 19:42 boot
          512 Mar  9 19:42 boot0
          512 Mar  9 19:42 boot0sio
          512 Mar  9 19:42 boot1
        96768 Mar  9 19:42 boot1.efi
       819200 Mar  9 19:42 boot1.efifat
         7680 Mar  9 19:42 boot2
         2735 Mar  9 19:42 brand.4th
         2050 Mar  9 19:42 brand-fbsd.4th
         2201 Mar  9 19:42 brand-hbsd.4th
         2074 Mar 10 21:35 brand-opnsense.4th
         1185 Mar  9 19:42 cdboot
         6197 Mar  9 19:42 check-password.4th
         1796 Mar  9 19:42 color.4th
         4096 Mar  9 19:42 defaults
         3985 Mar  9 19:42 delay.4th
          754 Mar  9 19:42 device.hints
         4096 Mar  9 19:41 dtb
         4096 Mar 13 01:10 entropy
         4096 Mar  9 19:41 firmware
         4104 Mar  9 19:42 frames.4th
        66082 Mar  9 19:42 gptboot
       114754 Mar  9 19:42 gptzfsboot
        14755 Mar  9 19:42 isoboot
        32768 Mar 13 01:09 kernel
       331776 Mar  9 19:42 loader
         7356 Mar  9 19:42 loader.4th
         1678 Mar 13 01:10 loader.conf
       404480 Mar  9 19:42 loader.efi
        15084 Mar  9 19:42 loader.help
          350 Mar  9 19:42 loader.rc
         3032 Mar  9 19:42 logo-beastie.4th
         2556 Mar  9 19:42 logo-beastiebw.4th
         2137 Mar  9 19:42 logo-fbsdbw.4th
         2367 Mar  9 19:42 logo-hardenedbsd.4th
         2289 Mar  9 19:42 logo-hardenedbsdbw.4th
         2387 Mar 10 21:35 logo-hourglass.4th
         2557 Mar  9 19:42 logo-orb.4th
         2278 Mar  9 19:42 logo-orbbw.4th
          512 Mar  9 19:42 mbr
        35953 Mar  9 19:42 menu.4th           
         9178 Mar  9 19:42 menu-commands.4th
         6259 Mar  9 19:42 menu.rc
        18523 Mar  9 19:42 menusets.4th
         4096 Mar  9 19:41 modules
          512 Mar  9 19:42 pmbr
       333824 Mar  9 19:42 pxeboot
         2603 Mar  9 19:42 screen.4th
         2538 Mar  9 19:42 shortcuts.4th
        36212 Mar  9 19:42 support.4th
       329249 Mar  9 19:42 userboot.so
         2992 Mar  9 19:42 version.4th
         4096 Mar  9 19:41 zfs
       262656 Mar  9 19:42 zfsboot
       389120 Mar  9 19:42 zfsloader
      

      Any thoughts on what solutions I have? Thank you so much.

      posted in FOG Problems
      S
      Szeraax
    • RE: Fog using dhcp and dns from exisiting network

      Verify that a host on the same subnet is able to manually access the tftpd server. Make sure a host on the other subnet is able to manually access the tftpd server (including downloading the boot file both times!). If both of these work, then its figure out funky stuff. If either fail, you gotta figure out what’s incorrect on your config.

      posted in FOG Problems
      S
      Szeraax
    • RE: Pre-built Fog server images

      Seems legit. May have to try that out.

      posted in General
      S
      Szeraax
    • Pre-built Fog server images

      Thoughts on creating a script to take a base ubuntu to fully patched fog and another script to configure IP, name, mysql password, etc. ?

      posted in General
      S
      Szeraax
    • RE: IRC (Internet Relay Chat)

      Now. we just gotta get people back on IRC… Used to have like 40 on all the time and answers within a few minutes. Hmmm.

      I’m on! And am always there. Feel free to ping

      posted in Announcements
      S
      Szeraax
    • RE: Possible to Use Snapin Post Image to Join Domain?

      @quinniedid which is what I guessed. 🙂

      posted in General
      S
      Szeraax