• Unable to setup MTRR

    11
    0 Votes
    11 Posts
    7k Views
    J

    I changed the kernel, and now at the menu screen I select “quick registration” and nothing happens. The only option that works is boot to HDD. Should I try a new kernel?

  • .33b Cannot delete host

    20
    0 Votes
    20 Posts
    6k Views
    C

    [quote=“BPSTravis, post: 24665, member: 22444”]install php my admin and delete the host out of the hosts table.

    Or run the sql query:

    “DELETE FROM hosts WHERE hostID=”" OR hostID=“0"”[/quote]

    OMG! thanks!!!

  • Can't Log in

    4
    0 Votes
    4 Posts
    2k Views
    B

    That error is because it does not have internet access, all that does it contact the website here and check the version/number of sites.

    See if you can log into mysql from a terminal window as root with whatever password you used to set up the fog server.

    IF that password works, update i in /var/www/fog/commons/config.php

    If not, then you need to reset your mysql password and your issues will be resolved.

    Another thing to check is if the users password got changed, logins are stored in the users table and the password is encrypted with md5.

  • Can't connect to NFS share on NAS storage

    7
    0 Votes
    7 Posts
    5k Views
    Tom ElliottT

    I’d recommend taking a look at the ftp server configuration on the NAS. It seems, to me, that the configuration of FTP is just making the FOG user’s Home directory as /volume1, so when the first login happens, the root of it is the root of volume1 which leads you to /images /images/dev.

    Maybe, if you can find the configuration and make the home for the fog user the / of the drive, this can be resolved. I can code in this stuff as well, but don’t think that that’s the solution proper. It’s much easier to make one change to a configuration file rather than make code changes to the core of how fog operates. While it can be done autonomously, it’s not the norm.

    As we found out earlier, you can’t nfs share an nfs shared volume. My solution was to use another mounting medium such as ceph or glusterfs, but don’t know if this would work in the case of NAS’.

  • Fog taking long time at this screen

    2
    0 Votes
    2 Posts
    836 Views
    Jaymes DriverJ

    Its loading drivers, you can try building a custom kernel and include ONLY the drivers your machines need.

    There is a guide on this forum about creating custom kernels. That is the only way I know of to speed up a kernel load.

  • 0 Votes
    7 Posts
    3k Views
    R

    what is the usual cause of corruption in the images? over the last 6-8 months we have had a few go bad, I would just recreate them if it was a one off, but this seemed to be a bunch so I wanted to make sure it was corruption before reinstalling.
    We are running identical hardware (both with the same redundancy/mirroring) at another school and have had zero issues.

  • Which kernel is the right one?

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    They’re configured under FOG Configuration->FOG Settings. FOG_TFTP_PXE_KERNEL should be set to bzImage32 and FOG_PXE_BOOT_IMAGE should be set to init_32.xz

    They’re stored in {fogwebdir}/service/ipxe/

    Hope this helps.

  • Image

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    Well, this isn’t necessarily the case. Depends on the layout.

    If you create an image as multipart non resizable off of a fresh cd install of windows 7, the d1p1 and d1p2 files, for all purposes, are rec.img.000 and sys.img.000 respectively. So you could, potentially, switch this image from non-resizable to resizable. However, if you create a resizable image, you are kind of stuck. This is because the mbr is not available.

    If you were to go from multipart to resizable, you’d need to rename the d1p1.img and d1p2.img on the server.
    Rename d1p1.img to rec.img.000
    Rename d1p2.img to sys.img.000

    I hope this helps.

  • Working UL, Cannot DL Fujitsu

    14
    0 Votes
    14 Posts
    5k Views
    Tom ElliottT

    What?

    If it passed the first time, but not the second, then something would possibly be wonky within the BIOS is my guess. There’s no changes made to the system or kernel during the registration phase.

  • FTP to storage server failed AFTER upload

    3
    0 Votes
    3 Posts
    2k Views
    L

    and those problems were solved with…? replies without answers are worthless. (my statement isn’t in a mean tone)

  • Collecting image from Virtualbox

    9
    0 Votes
    9 Posts
    5k Views
    Jaymes DriverJ

    The best way I found is to export the appliance, unfortunately. Unless you only want to make copies in which case cloning would be the best solution.

    I use an external drive to store all my Virtual Images on so I don’t actually “export” them I just set up the appliance with the current files at my other locations. This allows me to have the same image and upload to the different servers (I chose stand alone servers instead of Nodes… not really sure why, I was just new at setting FOG up and I never re did the set up I know it’s going to change when I upgrade to 0.33 version but for now I just have multiple servers.)

    I am partial to the snapshots feature. That and I use fairly antiquated technology, the ones that are on the phase out, for my imaging so I never had a GOOD server to build ESXi on, so the bad taste left in my mouth may be my own fault, but I never had good luck with VMWare.

  • PXE-E32: TFTP open timeout

    6
    0 Votes
    6 Posts
    4k Views
    Jaymes DriverJ

    Which Revision of Ubuntu?

    I can confirm that 13.10 works fine. There are ALWAYS issues to over come when launching FOG in each environment, everyone has different switches and hardware. I know you want to blame Ubuntu, and I will admit that the latest revision of Ubuntu have needed some adjustment to work perfectly with fog. But I can also confirm that each one of my test servers is at the latest revision. So I don’t think this is a problem with Ubuntu.

    I also want to note that I am able to boot, and image to my servers on 13.10, but I am using the Beta version of FOG.

  • BzImage not loading at PXE boot time.

    6
    0 Votes
    6 Posts
    3k Views
    Jaymes DriverJ

    There you go! That’s where you need to make your changes, with the Web GUI!

  • Imagaing issues with new Lenovo M93z

    22
    0 Votes
    22 Posts
    12k Views
    A

    It works! Thanks so much for your help!!!

  • Booting from hard disk

    8
    0 Votes
    8 Posts
    3k Views
    A

    Thank you, Tom. The issue is solved. 🙂

  • FOG Installation Keeps Crashing

    2
    0 Votes
    2 Posts
    870 Views
    B

    Have you tried re-downloading the installer in case it’s corrupted? Also are you using version 32 or 33b for FOG?

  • TFTP Problems... Blank Screen

    8
    0 Votes
    8 Posts
    2k Views
    Tom ElliottT

    Take a look at this post and troubleshoot a little on your end. It sounds like either the mysql server isn’t running, or the extension may not be installed.

    [url]http://ubuntuforums.org/showthread.php?t=396974[/url]

  • Unable to move /images/dev/macaddress to images/name-of-image

    21
    0 Votes
    21 Posts
    11k Views
    C

    Made sure that the node user/pass, tftp user/pass, and linux user/pass were the same. My Fog server is now back in business.

    Thanks!

  • Multiple PXE Boot Images

    4
    0 Votes
    4 Posts
    3k Views
    K

    It has been a few weeks since I made the original post (time flies when new projects are added). The above posts pointed me to a viable solution (although I wouldn’t consider it ideal) by manually adjusting options 066 & 067 in our 2008 server handling DHCP for the clients booting to the LTSP server. By default our DHCP server points clients to the Fog server. The DHCP settings for the LTSP clients have been manually added to point to the LTSP server.
    I would have preferred a better level of automation, but for the time this solution works. Thank you to Vincent & Jaymes for taking the time to help.

  • Snow screen with HP Elitebook 8460p

    25
    0 Votes
    25 Posts
    28k Views
    Tom ElliottT

    Another option is to use one my kernels. They don’t have modeset enabled and should not cause this issue anymore:

    [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url] (64bit) or [url]https://mastacontrola.com/fogboot/kernel/bzImage32[/url] (32 bit)

119

Online

12.4k

Users

17.4k

Topics

155.9k

Posts