• 0 Votes
    15 Posts
    16k Views
    C

    Sorry, I didn’t mean to drop a second thread into this question on the “TFTP boot fails”. I thought they were related but I see now this is a different question entirely. When you boot do you get something like this;

    [CODE]
    Interl® Boot Agent GE v1.3.66
    Copyright © 1997-2010, Intel Corp

    Client MAC Addr: F0 DE F1 99 72 C6 GUID: 81F1D9AE AA51 CD11 B3A0 8E5CCB381DF1
    Client IP: 172.18.68.24 MASK: 255.255.252.0 DHCP IP: 10.20.1.10
    GATEWAY IP: 172.18.68.1
    TFTP
    PXE-M0F: Exiting Intel Boot Agent
    [/CODE]

    If so, what do the Client IP: MASK: and DHCP IP: say? It might be the DHCP server is out in the wrong domain or something like that.

  • Reimaging Stucks loading boot.php

    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    [quote=“Sivasubramaniam.T, post: 30781, member: 22852”]Hi,

    I am using Fog 1.1.1 on Ubuntu 13.04 (64bit)

    First time I have done full host registration and downloaded the image properly.

    After registration and imaging, Second time when I try to quick image it get stuck at [url]http://x.x.x.x/fog/service/ipxe.boot.php[/url]

    I have tried changing the boot option to Sanboot/grub/exit style.

    I have tried with different kernels.

    I have tried with multiple systems. It happens the same with all. Image attached for reference.

    Thanks&Regards,
    Siva[/quote]

    Have you verified that the firewall is disabled, or at the least, allowing Web Traffic to it?

    To disable firewall in Ubuntu run:
    [code]sudo ufw disable[/code]

  • Parted returning a decimal point for start size in Kb

    7
    0 Votes
    7 Posts
    3k Views
    E

    Ok, testing 🙂

    [code]
    — fog.upload.dist 2014-06-19 09:07:10.000000000 -0400
    +++ fog.upload 2014-06-19 09:32:02.000000000 -0400
    @@ -94,8 +94,8 @@
    fi
    fi
    diskSize=parted -s $hd u kB print | grep "Disk" | grep -v "Flags" | sed 's/Disk \/dev\/[a-zA-Z0-9]*: //' | sed 's/kB//';

    partitionStart=`fdisk -lu | grep $part | awk '{print $3}'`; if [ "$osid" == "1" ]; then partitionStart=`fdisk -lu | grep $part | awk '{print $3}'`; if [ "$partitionStart" == "" ]; then partitionStart="63"; fi

    @@ -136,22 +136,22 @@
    echo “Done”;
    if [ “$osid” == “5” ] || [ “$osid” == “6” ] || [ “$osid” == “7” ]; then
    if [ “$win7partcnt” == “1” ]; then

    win7part1start=`parted -s $hd u kB print | sed -e '/^.1/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//'`; win7part1start=`parted -s $hd u kB print | sed -e '/^.1/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//' -e 's/\..*$//'`; if [ "$win7part1start" == "" ]; then handleError "Unable to determine disk start location."; fi adjustedfdsize=`expr $sizefd '+' $win7part1start`; parted -s $hd u kB rm 1 &>/dev/null; parted -s $hd -a opt u kB mkpart primary ntfs 2048s ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null parted -s $hd -a opt u kB mkpart primary ntfs ${partitionStart}s ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null elif [ "$win7partcnt" == "2" ]; then win7part2start=`parted -s $hd u B print | sed -e '/^.2/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//'`; win7part2start=`parted -s $hd u B print | sed -e '/^.2/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//' -e 's/\..*$//'`; if [ "$win7part2start" == "" ]; then handleError "Unable to determine disk start location."; fi adjustedfdsize=`expr $sizefd '+' $win7part2start`; parted -s $hd -a opt u kB mkpart primary ntfs ${defaultpart2start}B ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null parted -s $hd u kB set 1 boot on &>/dev/null else handleError "Invalid partition count."; fi

    [/code]

  • Database issue

    2
    0 Votes
    2 Posts
    1k Views
    JunkhackerJ

    my suggestion, install phpmyadmin

  • Reboot problems

    2
    0 Votes
    2 Posts
    1k Views
    JunkhackerJ

    some people have reported issues with the Optiplex 760 and gotten them to work using the Official Kernel 3.0.1

  • Inserv warnings relating to fog when attempting to install other packages

    3
    0 Votes
    3 Posts
    1k Views
    M

    Tom,

    You are awesome. Worked like a charm. Feel free to move this to the Linux Problems forum if you feel appropriate. I couldn’t decide between the two.

    Magnus

  • Can not create deployment tasks

    25
    0 Votes
    25 Posts
    16k Views
    A

    I ran into a lot of the problems. Since it’s only an imaging server I literally opened up TCP/UPD 0:65535 ports and disabled Selinux. Everything works great now.

  • Import images from old install

    11
    0 Votes
    11 Posts
    8k Views
    Jaymes DriverJ

    Use my tutorial to create an NTFS partition on the disk and try to push your image again.

    [url]http://fogproject.org/forum/threads/quick-format-to-ntfs-with-fog-for-noobs.10349/[/url]

  • Setting up and building UDPCast...Failed!

    12
    0 Votes
    12 Posts
    4k Views
    M

    when i try to build udpcast manualy i get the following error’s

    root@fog:/root/udpcast-20120424# ./configure
    checking for gcc… gcc
    checking whether the C compiler works… yes
    checking for C compiler default output file name… a.out
    checking for suffix of executables…
    checking whether we are cross compiling… configure: error: in /root/udpcast-20120424': configure: error: cannot run C compiled programs. If you meant to cross compile, use –host’.
    See `config.log’ for more details.

  • Low speed and ARP timeout while multicasting

    4
    0 Votes
    4 Posts
    2k Views
    Jaymes DriverJ

    [quote=“Flavalf, post: 30776, member: 24625”]Thank you Jaymes for your answer, I see there is plenty of messages claiming the team’s help on the forum and it’s not the best part of the job to answer and debug users … but it’s the price of fame.;)

    I have to say, my point was not to blame FOG, I never thought the cause was the program.
    You know, I’m just a teacher who is in charge ( with small time … ) of the network of my college ( nearly 400 Pcs ), and I just want with my poor knowledges to learn how it works and how it can works better !
    For sure, using FOG is already a great gain of time and headache for me and I thank you guys again.

    So, I will investigate my network as you told me and give feedback as i can.[/quote]

    I wasn’t trying to say you were claiming a bug per say, but then it could be! We change and break things often! So run some of these test on an isolated network and see if that helps to increase your imaging speeds. If not we can work from there!

    Thanks for being understanding, and good luck!

  • Fog 1.1.1 - Fog boot menu and Image download exits

    12
    0 Votes
    12 Posts
    5k Views
    S

    Ok, No Issues bro. I will try with different possible ways to fix this and let you know. Thanks for your support.

  • Another unable to move /images/dev problem

    28
    0 Votes
    28 Posts
    16k Views
    R

    I have something to add to this. Have been using .32 without issues. Recently received a batch of HP z230 workstations. Updated to the newest fog kernel and had no issue uploading a custom image with the 32bit win 7 installed on it. But when I attempt to upload a custom image (that I created from the install dvd) with 64bit Win 7 installed, I get the error. So it seemed like something with 64bit win. Wiping the partitions, and clearing mbr doesn’t seem to help.

    Three observations here…

    The original “untouched” 64bit hp load can be imaged with no issues, although it looks like it may take 8 hours to do so If I pull the original hp hard drive that came with the machine, and replace it with a 1TB Western Digital (Blue) drive…off of my shelf…things work perfectly. No problem uploading a win7, 64 bit imge. I checked the original hp load, and it is using the gpt partition. Sectors are also 512 bytes.

    Like others, I am in a production environment, and was hoping to hold off on updating fog server until after summer 2014.

    Anyone else experience this? Any ideas?
    tia

    -Rick

  • FOG 1.1.1 continues boot loop

    2
    0 Votes
    2 Posts
    871 Views
    A

    try fog configuration -> fog settings -> fog boot settings
    try messing with the fog_boot_exit_type … see which one works best for you.

  • Image List Paging

    3
    0 Votes
    3 Posts
    967 Views
    RobertDR

    Hmmm I have been making a lot of changes. I created a “Production” field in MySQL so that it doesn’t list non production images. I guess I need to go look at the original files. Thanks Tom!

  • How to Update AD Username and password for all hosts

    3
    0 Votes
    3 Posts
    2k Views
    D

    OK that is stupid simple I was over complicating it again.

  • Boot Issue - 1.1.1 and Ubuntu 10.04 LTS

    2
    0 Votes
    2 Posts
    883 Views
    Jaymes DriverJ

    Which version of FOG did you upgrade from?

    Did you make sure to update Option 67 to reflect the new bootfile that FOG 1.1.1 uses? If not, update your settings at the DHCP server to point to the undionly.kpxe file instead of pxelinux.0 like you were instructed to do during installation.

  • Clean install having issues

    2
    0 Votes
    2 Posts
    933 Views
    N

    So I solved the problem, and thought I’d let everyone know what it was since I’ve been on here for a couple of days now banging my head against a wall.

    As it turns out, an ambitious young would-be network technician decided to go ahead and change what switch my office is on in the MDF down the hall. That switch hasn’t been used in forever since it was so unreliable. I can’t even ssh in to it. I put my office back in the appropriate switch and everything works just like it ought to.

    As far as I can tell this has been my issue since square one, and I just wanted to come thank everyone for the help and input along the way to this Mad Hatter’s Tea Party of a solution (chaaaaaaange places!).

    Thanks again!

  • SLOW UPLOADING IMAGE USING FOG SERVER 1.1.1 :(

    5
    0 Votes
    5 Posts
    4k Views
    Jaymes DriverJ

    This is a typical problem when uploading to FOG due to compression settings and hardware, If you want to see a slow upload, build your images in VMware and push them up.

    If you would like faster upload speeds, adjust the settings in the web GUI. Personally, I upload mulitple images and I prefer if they don’t take up a mound of space. I will allow a slow upload to keep my blazing fast download. I only upload a few times a year, I download almost constantly.

  • Defualt.ipxe - connection timed out (ipxe error 4c126035)

    3
  • FOG Multicasting with a laptop

    3
    0 Votes
    3 Posts
    1k Views
    V

    Sorry, I had left out that part, its an isolated network, so the only machines on it are those waiting to receive the image, and the FOG server.
    It is the same setup as our other FOG server, completely isolated.
    We had tried it on a different network initially and found this problem, so we isolated that network but FOG didn’t like the switch, so we changed over to our switch which we know works.
    Then came back to our Head Office and tested it again, and we had the same issues.

    We do think it could be an issue with the network, but are not sure how to resolve this. The laptop has a Gigabit port, and its connecting to a Gigabit switch.
    We are using a stock version of Ubuntu desktop 10.4.4, with a stock install of FOG. The only configuration I have made on the server was to set static IP for the lan connection.
    Is there anyway to test it against the network? As proof of the network being the issue?

118

Online

12.4k

Users

17.5k

Topics

156.0k

Posts