• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Quazz
    3. Best
    Q
    • Profile
    • Following 3
    • Followers 2
    • Topics 27
    • Posts 1,977
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: How to get Virtualbox booting over PXE while EFI is enabled?

      @x23piracy I don’t remember the details exactly, I think it had something to do with the inability to chainload in EFI mode, which would be essential to network boot.

      I was looking into the same thing a while ago.

      posted in General Problems
      Q
      Quazz
    • RE: FOG WebGUI logviewer server error 500

      @Tom-Elliott I copied the info as is. That’s webgui login information, I haven’t altered anything to do with FTP passwords, they’re all stil set to what they were weeks ago in .fogsettings as well, so I’m not even sure how that would have happened.

      At any rate, I’ll recheck all the ftp passwords and report back below.

      I reentered the password for the fog storage node and now the error log viewer is back, good call Tom!

      I’m guessing this is also why the clients were unable to update the database.

      That just leaves the minor errors about mysql outlined in the original post.

      Thank you already for you help 🙂

      posted in FOG Problems
      Q
      Quazz
    • RE: R8389 - HTTP 500 error when trying to deploy to a group

      This seems familiar, I believe it was a MySQL connection issue that causes this.

      posted in Bug Reports
      Q
      Quazz
    • RE: Windows 10 Imaging, first images works great, then fails every other image

      @wcheung Do you need the standard Lenovo thingies? Because otherwise you can download the latest iso from Microsoft to install a clean 1607.

      posted in Hardware Compatibility
      Q
      Quazz
    • RE: Help with Win10 Driver injection

      I’m late, but if you’re using inf files and such to install drivers, it’s sufficient to place them in a folder under Windows\inf and windows will install them during first boot. (which means I’ll also recommend copying them over during postdownloadscript stage of imaging)

      Just my two cents

      posted in General Problems
      Q
      Quazz
    • RE: Can't login using putty after upgrading to 6110

      My understanding is that you use “fog” as your login account for ssh and what not. (I generally recommend having a user that is not fog to manage the system precisely in case something goes wrong)

      The Webgui login is entirely unrelated to the login you use for ssh and what not.

      So, the only thing left to do if that’s your only account is to boot into recovery mode and change the password or add a new account and login using that info.

      If you still can’t SSH after that then your SSH is misconfigured or broken.

      posted in FOG Problems
      Q
      Quazz
    • RE: Attemping to check in

      Moved to FOG Problems.

      Can you post Apache error logs when this occurs?

      posted in Bug Reports
      Q
      Quazz
    • RE: Are PCIe ssd hard drives on client machines supported?

      @Wayne-Workman
      http://www.askvg.com/how-to-change-sata-hard-disk-mode-from-ide-to-ahci-raid-in-bios-after-installing-windows/ instructions for windows 7

      I believe Windows 8 and 10 don’t even require this, they tend to be able to handle these things much better, but just in case

      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\StartOverride

      Change the 0 DWORD value from 3 to 0.

      posted in Hardware Compatibility
      Q
      Quazz
    • RE: Cancel during partclone

      @daUK2010 Yes, you can restart the process, but if you’re low on space, you’ll want to clear out the folder with the mac address as name of your current capture computer in /images/dev

      posted in General Problems
      Q
      Quazz
    • RE: Manually import image files on newly installed Fog server

      Are you sure you chose the correct image type when adding the images to the database?

      I believe “size on client” is something generated when capturing the image, by the way.

      posted in FOG Problems
      Q
      Quazz
    • RE: Attemping to check in

      @ablohowiak Your MYSQL Server is crashing.

      Which Linux distribution and version are you running?

      posted in Bug Reports
      Q
      Quazz
    • RE: Maybe the USB cable is bad

      Similar problem noted here:

      https://bbs.archlinux.org/viewtopic.php?id=186503

      Try usbcore.old_scheme_first=1 as kernel argument

      posted in Hardware Compatibility
      Q
      Quazz
    • RE: Storms, corrupted MBR, save the images?

      @Mastriani Assuming you can access the data (and the data isn’t damaged/corrupted), it is theoretically possible to get the entire database and the images and put them on a different disk.

      posted in General Problems
      Q
      Quazz
    • RE: Disabling password requirement in boot menu + rearranging boot menu

      These answers are both correct, but there’s another way and that’s to use the FOG Menu Configuration in the Webgui to change the paramaters passed to boot.php

      Here is my fog.multijoin for instance

      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      

      Notice three lines are remove, the login param, the user param and the password param. Although, for me personally, this does not work on newer revisions. Works on 6186 and before, not sure about anything after (in my testing it no longer worked and just brought you back to main menu saying invalid login)

      posted in FOG Problems
      Q
      Quazz
    • RE: RC4 Failed to Install - CentOS 7

      Try

      sudo rm -rf /var/www/html/fog
      sudo rm -rf /var/www/fog
      

      Then rerun installer

      posted in Bug Reports
      Q
      Quazz
    • RE: Booting Lenovo MIIX 510

      It’s because it downloads a BIOS PXE file, when it needs an EFI PXE file.

      Did you configure a DHCP server to serve this file?

      The file it needs is ixpe.efi (or any other one ending in .efi)

      posted in Hardware Compatibility
      Q
      Quazz
    • RE: Image creation TFTP file

      @TCS_Taylor Does it need to stay in audit mode? Might be better off running sysprep so it can shutdown cleanly and be ready for capture.

      Is this Windows 8-10? If so, turning off Fast Startup in Energy Management in Windows might also do the trick, but it might indeed be tripping up due to audit mode.

      posted in General Problems
      Q
      Quazz
    • RE: Chainloading failed / boot looping

      @gwhitfield If I’m not mistaken, the “Please enter tftp server” has to do with either another DHCP server conflicting or some IP helper thingy.

      posted in FOG Problems
      Q
      Quazz
    • RE: not possible to capture images, database connection error

      @pmonstad I recommend going over each step in the Wiki (check George’s post for a link) to troubleshoot FTP credentials.

      posted in Bug Reports
      Q
      Quazz
    • RE: Hp 440 G4 boot issue

      Perhaps a picture would help clarify what exactly happens.

      What’s your DHCP server setup like?

      posted in Hardware Compatibility
      Q
      Quazz
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 27
    • 28
    • 6 / 28