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

    5
    0 Votes
    5 Posts
    3k 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
    24k 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
    4k 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
    2k 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
    2k 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
    2k 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
    9k Views
    Boyan BiandovB

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

  • How's your uptime?

    7
    0 Votes
    7 Posts
    3k Views
    JunkhackerJ

    10:11:43 up 89 days, 17:46, 1 user, load average: 0.17, 0.27, 0.26

  • Image on server / on client

    6
    0 Votes
    6 Posts
    3k Views
    N

    Hi Junkhacker,

    Thanks for your help !

  • Join Domain after re-image

    10
    0 Votes
    10 Posts
    20k Views
    B

    thanks i got it, change the FOG Service start from automatic to automatic delayed…
    thats it…

  • Hardware Independant Image

    4
    0 Votes
    4 Posts
    2k Views
    Lee RowlettL

    no need to bloat your image with drivers

    model way (just look at driver stuff):
    [url]http://fogproject.org/forum/threads/utilizing-postscripts-rename-joindomain-drivers-snapins.12175/[/url]

    or Hardware ID way (also has a wiki page posted):
    [url]http://fogproject.org/forum/threads/automatic-hardware-detection-driver-installs-in-fog.11933/[/url]

  • Where is /images

    2
    0 Votes
    2 Posts
    937 Views
    W

    Images are literally stored in the root directory “/images” go into your terminal and type:
    [CODE]cd /
    ls
    cd /images
    ls[/CODE]
    This is the DEFAULT location for your images. It is possible that in your storage management you have changed the location but you would already know that.

    Connect to your Fog server via FTP through your Windows machine and download the images. I would suggest WinSCP program. Uses a more friendly interface. [url]http://winscp.net/eng/index.php[/url]

70

Online

12.7k

Users

17.6k

Topics

156.9k

Posts