• How to extend fog menu screen timeout value in 1.2.0?

    2
    0 Votes
    2 Posts
    1k Views
    K

    solved
    under fog configuration - fog boot setting

  • How to multicast in 1.2.0?

    2
  • New SVN Imaging Issues

    8
    0 Votes
    8 Posts
    2k Views
    Joseph HalesJ

    Updated to SVN 3365 seems to have fixed the issue.

  • Issues booting to fog using dnsmasq

    29
    0 Votes
    29 Posts
    14k Views
    N

    Also, I think changing this line will keep you from having to enter in the TFTP server IP manually into each workstation:

    You have:
    [CODE]pxe-service=X86PC, “Boot from network”, undionly.kpxe[/CODE]

    Change to:
    [CODE]pxe-service=X86PC, “Boot from network”, undionly.kpxe, <tftp-server-ip-goes-here>[/CODE]

    Reference:
    [url]http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html[/url]

  • PXE boot stuck when fog is down

    13
    0 Votes
    13 Posts
    3k Views
    N

    I follow. So its the SysAdmin’s responsibility on their end, not the FOG Project’s responsibility. 😛

  • Webinterface doens't show any hosts under host management

    12
    0 Votes
    12 Posts
    3k Views
    S

    After updating to subversion 3356 the problem is solved.
    Thanks a lot for you help!

    Stefan

  • IPXE-chain load-timeout

    10
    0 Votes
    10 Posts
    4k Views
    A

    Compiling your own rom allows you to embed scripting for things like chainloading.
    Additionally the ipxe.iso provided by ipxe.org does not support the [B]colour [/B]command which will cause the boot.php to fail

  • IPXE Error: No configuration methods succeeded

    2
    0 Votes
    2 Posts
    3k Views
    J

    Update,

    Appears to be the cable, yet we’ve been using this same cable to image all of our other machines. And the device is still capable of pulling DHCP using this ethernet cord. . .

    Nothing like a bad cable

  • [SOLVED] Like a good puzzle? sign in problems with fog

    17
    0 Votes
    17 Posts
    4k Views
    J

    Brilliant Tom.

    Your quite right. The internet link I use to connect to the Fog server, on a seperate link, has just been upgraded to fibre. I checked the NAT pool, and there were several IPs that were being used as the NAT address. so effectivly I could have one of 5 IP’s hitting the Fog server. So your right, the fog server was getting multipe requests from different IP’s with the same session. I changed the NAT to just one IP, and the problem has gone away. Well untill tomorrow when the Fog server’s 2 internet links also get upgraded, but that shouldn’t be a problem now.

    Thanks you all so much for your help, it’s really apprechiated, and I am grateful. It also reminded me to do a backup, which takes a few days, but I need to do it.

    Now this is resolved, how do I make it a “Solved” problem and easily found to the next poor chap who changes his network?

    Thanks once again, and have a good day to all those that helped.

    Yours

    Julian

  • Kernel Versions error in fog configuration menu

    4
    0 Votes
    4 Posts
    2k Views
    B

    Thx for your answer…

  • Recent SVN Issues

    21
    0 Votes
    21 Posts
    7k Views
    Wayne WorkmanW

    All this talk about joining to specific OUs is kinda gross… (Just my opinion).

    If you don’t want your computer objects to be joined and placed inside the default “computers” OU, you can just change the default…

    I’ve got a nested OU inside my primary OU, it’s called “DEFAULT”. Everything new / renamed that gets joined shows up in there. This way, even if we forget to move the computer where it should go (like “Lab xxxx”, “Conference Room”, etc). The machine will at least get all the policy that we have applied to every machine in the building, and will also grab the right policy on reboot after domain joining.

    It’s super spiffy and it lets me totally avoid all this Specific OU joining stuff.

  • Host "add to Group" not showing on Host Management

    4
    0 Votes
    4 Posts
    1k Views
    Joseph HalesJ

    Works SVN 3353.

  • FOG Client reinstalling after imaging

    3
    0 Votes
    3 Posts
    1k Views
    K

    [quote=“Joseph Hales, post: 46730, member: 18131”]Install FOG client for everyone you no longer need to run fog prep for fog 1.2 and up.[/quote]

    Thanks for the reply! I let the virtual machine I make my image in run after sysprep and the test seems to indicate that installing for everyone is the way to go.

    Thanks again.

  • PXE boot permission denied

    2
    0 Votes
    2 Posts
    2k Views
    Wayne WorkmanW

    Check out this article:

    [url]http://fogproject.org/wiki/index.php/Troubleshoot_TFTP[/url]

    Please give an attempt to troubleshoot this on your own first. If you still have problems, let us know and we’ll help out.

  • Dell Venue Pro 8 PXE boot issues

    33
    0 Votes
    33 Posts
    17k Views
    d4rk3D

    More than likely you need to make a custom 32-bit bootfile for these to work. At the very least it will save you from having mess with bzImage/init.xz.

    [SIZE=13px]Go here:[/SIZE]

    [URL=‘https://rom-o-matic.eu/’][SIZE=13px]https://rom-o-matic.eu[/SIZE][/URL]

    [SIZE=13px]Advanced - EFI PXE Bootstrap 32-bit[/SIZE]

    [SIZE=13px]Check these boxes:[/SIZE]

    [URL=‘http://www.ipxe.org/buildcfg/PARAM_CMD’][SIZE=13px][FONT=Arial][COLOR=#000000]PARAM_CMD[/COLOR][/FONT][/SIZE][/URL][FONT=Arial][SIZE=13px][COLOR=#000000], Form parameter commands [/COLOR][/SIZE][/FONT]
    [URL=‘http://www.ipxe.org/buildcfg/CONSOLE_CMD’][SIZE=13px][FONT=Arial][COLOR=#000000]CONSOLE_CMD[/COLOR][/FONT][/SIZE][/URL][FONT=Arial][SIZE=13px][COLOR=#000000], Console command [/COLOR][/SIZE][/FONT]
    [URL=‘http://www.ipxe.org/buildcfg/CPUID_SETTINGS’][SIZE=13px][FONT=Arial][COLOR=#000000]CPUID_SETTINGS[/COLOR][/FONT][/SIZE][/URL][FONT=Arial][SIZE=13px][COLOR=#000000], CPUID settings[/COLOR][/SIZE][/FONT]

    [SIZE=13px]And paste this script in the script box (Replace x.x.x.x with your FOG server’s IP or hostname):[/SIZE]

    [SIZE=13px]#!ipxe[/SIZE]

    [SIZE=13px]dhcp[/SIZE]
    [SIZE=13px]cpuid --ext 29 && set arch i386 ||[/SIZE]
    [SIZE=13px]params[/SIZE]
    [SIZE=13px]param mac0 ${net0/mac}[/SIZE]
    [SIZE=13px]param arch ${arch}[/SIZE]
    [SIZE=13px]param product ${product}[/SIZE]
    [SIZE=13px]param manufacturer ${product}[/SIZE]
    [SIZE=13px]param ipxever ${version}[/SIZE]
    [SIZE=13px]param filename ${filename}[/SIZE]
    [SIZE=13px]isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme[/SIZE]
    [SIZE=13px]isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme[/SIZE]
    [SIZE=13px]:bootme[/SIZE]
    [SIZE=13px]chain [/SIZE][URL=‘http://x.x.x.x/fog/service/ipxe/boot.php##params’][SIZE=13px]http://x.x.x.x/fog/service/ipxe/boot.php##params[/SIZE][/URL]

    [SIZE=13px]Click Proceed, and voila! Copy the new EFI bootfile to your /tftpboot folder and give it a whirl![/SIZE]

  • IPXE Invalid Arguments

    8
    0 Votes
    8 Posts
    6k Views
    A

    [quote=“Tom Elliott, post: 39607, member: 7271”]This is good.

    This is good.

    What do you mean a text file? Is it asking you to download a file or is it displaying text in the browser? Can you give us some of the output?

    colour --rgb 0xff0000 0 is the correct syntax

    The english spelling never worked. iPXE was never coded using US English syntax. All the error you’re seeing means is that the ipxe.iso you have does not have the command tools built into it.[/quote]

    I’m running into the same error. I’m using a website, [url]https://rom-o-matic.eu[/url] , to build my ipxe.iso.
    I’m guessing that I’m missing some build options that deal with the command tools.
    Have any of you used this site before to build your ISO? If so can you tell me what option(s) I must select in order to rectify this issue?

  • Unable to Register/Inventory Computer

    4
    0 Votes
    4 Posts
    987 Views
    Wayne WorkmanW

    Have you tried a different bootfile? undionly.kkpxe perhaps?

  • PXE Menu Absent SVN Build 3325

    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    Hanz,

    Is it actually not working, or you’re just worried about the warnings.

  • Can upload and image, can’t deploy on Acer

    13
    0 Votes
    13 Posts
    5k Views
    Wayne WorkmanW

    [quote=“PageTown, post: 46537, member: 29454”]Here’s what’s I got when I ran ls -laR /images. The image I am trying to deploy is AcerIntel:[/quote]

    Permissions look good to me. Everything owned by root:root, everything 777. You’ve got .mntcheck in the right spots.

    [quote=“SeqSupport@Edkey, post: 46330, member: 27616”]What TFTP boot file are you using on your DHCP server? Are you using dnsmasq? Does the upload truly finish all the way?(make sure to check the task management section to see if the upload is stuck.)[/quote]

    Coming back to the TFTP thing that SeqSupport brought up, I think that’s the next place to look.

    I believe you’re running your own DHCP, right? yes.

    [quote=“PageTown, post: 46443, member: 29454”]
    Here’s what’s in my etc/dhcp/dhcpd.conf file:

    DHCP Server Configuration file. see /usr/share/doc/dhcp*/dhcpd.conf.sample This file was created by FOG

    use-host-decl-names on;
    ddns-update-style interim;
    ignore client-updates;
    next-server 10.1.0.185;

    subnet 10.1.0.0 netmask 255.255.254.0 {
    option subnet-mask 255.255.254.0;
    range dynamic-bootp 10.1.0.10 10.1.0.254;
    default-lease-time 21600;
    max-lease-time 43200;
    option domain-name-servers 127.0.0.1;
    option routers 10.1.0.185;
    filename “undionly.kpxe”;

    }[/quote]

    See where it says: [CODE]filename “undionly.kpxe”;[/CODE]

    That’s how you’d change the boot file you’re using. Try using undionly.kkpxe
    Any change you make to your DHCP configuration file requires a DHCP restart. Remember the command to do that? Also, if you’re wondering where these files are, they are in /tftpboot the ones with .efi extensions are for UEFI systems. the ones without it are for BIOS systems.

  • Cannot deploy Windows 7 image to Dell Latitude E5420.

    18
    0 Votes
    18 Posts
    6k Views
    Tom ElliottT

    I’m about to run back to the future or forward to the past

138

Online

12.3k

Users

17.4k

Topics

155.6k

Posts