• Changing PXE boot menu

    2
    0 Votes
    2 Posts
    1k Views
    S

    Please search the forums. Numerous people have asked on how to boot ISO files from FOG PXE menu and there are heaps of answers and code snippets on how to do this.

    In short: Yes it can be done and it is easier if you use the current (unstable) development version of FOG because PXE menu can be configured within the web interface. With FOG 1.2.0 you’ll have to edit a PHP file to do this…

  • FORCEPXE CCTK Snapin- Is it possible?

    11
    0 Votes
    11 Posts
    4k Views
    JunkhackerJ

    [quote=“Reagan Kirby, post: 43227, member: 28838”]Thank you for your response. If I am running a PXE server already would this not be the same as just turning on each PC and selecting PXE boot?[/quote]

    the difference is, usually usb boot is enabled as an option even when pxe boot is not, so you often don’t need to enter bios. the cctk also sets more than just the pxe for me, so it’s less keystrokes in the bios.

  • Where to place init.xz and init_32.xz

    6
    0 Votes
    6 Posts
    2k Views
    R

    On my current Fog server, Ubuntu 12.04 and Fog 1.2.0, I updated the bzImage files and saw that there are downloads for the the init files as well. Are we supposed to update the init files? If so, how? If not, why is there an option to download them?

    Thanks,
    Reub

  • Single PC Backup and restore

    2
    0 Votes
    2 Posts
    1k Views
    J

    Uploading an image to FOG will not harm the computer being ‘captured’. All data will still be intact. Just make sure the image type is Re-sizable so that FOG can handle the change is storage size.

  • IPXE issues - work around

    23
    0 Votes
    23 Posts
    18k Views
    S

    Hi dl550,
    I can’t see how this is related to the other posts in the thread!? To be honest I don’t really understand what you are asking for! Probably a good idea to open up a complete new post and describe what exactly goes wrong. Are you trying to have french keyboard layout?

  • Trying to understand best practice with FOG, Sysprep, and Windows 8.1

    5
    0 Votes
    5 Posts
    2k Views
    JunkhackerJ

    the option to resize partitions is done by simply choosing the “single disk - resizeable” Image Type. the rest is done automatically for you. i can’t remember if ext resizing is implemented in 1.2.0, but it is in the svn version that will become the next release.

  • PXE boot to FOG 1.2.0 from FOG 0.32 menu

    33
    0 Votes
    33 Posts
    19k Views
    E

    I did a fresh installation of FOG 1.2.0 (without updating svn) and chainloading pxe is working now.
    I think there may be some updates in the svn which stop chainloading pxe. o_O

  • Upload task from a failing disk

    9
    0 Votes
    9 Posts
    3k Views
    S

    Partclone has an logging option (–logfile) and you could write that log to the same place where your images are (NFS mounted to /images on the client)… Just an idea.

  • Can Fog image Macs?

    7
    0 Votes
    7 Posts
    6k Views
    S

    [quote=“Tom Elliott, post: 42523, member: 7271”]Right now I only know of one person who’s natively capable of imaging Mac’s with fog.[/quote]

    Make it two on your list Tom! I’ve successfully tested imaging our mac minis with FOG and I am in the process of making it all working in our normal lab scenario.

    So to answer the initial question: Yes it can be done and I love it for the exact same reason (mixed linux, win, macos environment!). HFS+ is not an issue (anymore). Network booting is a bit different to PC-BIOS style but can be done en mass! WOL is even more tricky. 🙂

    Please let me know if you run into trouble and I’ll point you the way.

  • 0 Votes
    5 Posts
    1k Views
    W

    If he was reffering to the windows storage node, he is partly correct. While FOG is not installed on the windows server, the windows server can be used as a storage node. You will need to set up a few things for nfs and ftp to communicate correctly but using windows as a storage node is possible. BUT FOG on windows is not possible at this time.

  • Image size doesn't match in Image Management section

    3
  • How to image Windows 8.1

    4
    0 Votes
    4 Posts
    2k Views
    D

    Ok, thank you for your replies, I will try thursday and will return the result 🙂

  • Latest version of FOG on CentOS 6.6

    5
    0 Votes
    5 Posts
    1k Views
    fmslickF

    ^^Tom got’s it lol yeah yea I know this is an old post but I’m running CentOS 6.6 and all is good in the hood?! 😉

  • Test station

    3
    0 Votes
    3 Posts
    1k Views
    JunkhackerJ

    i have a suggestion that will make it so that you don’t need an isolated network for testing. what i do is redirect the boot.php requests for my test clients to my test server in the default.ipxe of my production fog server file, like so:
    [CODE]#!ipxe
    cpuid --ext 29 && set arch x86_64 || set arch i386
    params
    param mac0 ${net0/mac}
    param arch ${arch}
    param product ${product}
    param manufacturer ${product}
    param ipxever ${version}
    param filename ${filename}
    isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
    isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme

    :bootme

    redirected to dev server for test environments

    ##test-3020 optiplex 3020
    iseq ${serial} F8HLK02 && chain http://<dev-server-ip-address>/fog/service/ipxe/boot.php##params ||
    ##testing VM
    iseq ${net0/mac} 00:0c:29:ce:74:46 && chain http://<dev-server-ip-address>/fog/service/ipxe/boot.php##params ||

    normal fog server

    chain http://<normal-server-ip-address>/fog/service/ipxe/boot.php##params
    [/CODE]

  • Creating Snap ins

    2
  • Svn.code.sf.net down

    3
    0 Votes
    3 Posts
    1k Views
    sudburrS

    Not a good day to be building a new server… ack

  • Storage Node Question

    6
    0 Votes
    6 Posts
    2k Views
    C

    I also noticed the new site. It’s very nice and I’m glad the development continues. Keep up the good work

  • Set Join Active Directory Default

    5
    0 Votes
    5 Posts
    2k Views
    M

    [quote=“Junkhacker, post: 41710, member: 21583”][url]http://fogproject.org/wiki/index.php/Modifying_the_Init_Image#Version_1.0.0_and_up[/url][/quote]

    Thanks for the information, I’ve had a poke around and couldn’t locate the [I][SIZE=12px]fog.reg.man [/SIZE][/I]script. Are you able to point me in the right direction?

    Thanks!

    Edit

    Found it!

  • Wireless MAC for Snapins?

    7
    0 Votes
    7 Posts
    3k Views
    W

    [url]http://<ip[/url] of server>/fog/management/index.php?node=about&sub=mac-list

    is there a approve all macs?

    FYI: Wireless macs show up for hosts if the client is installed. Also to install snapins client must be installed.
    FYI2: New Client will be more useful for snapins and other exciting options.

  • Cisco IOS proper support for DHCP option 67

    6
    0 Votes
    6 Posts
    8k Views
    Boyan BiandovB

    YES the trick was [SIZE=5][B][FONT=Consolas]next-server <ip of PXE Server>[/FONT][/B][/SIZE]

195

Online

12.3k

Users

17.4k

Topics

155.6k

Posts