• 0 Votes
    56 Posts
    46k Views
    A

    Somewhat like that, but organized in such a way that FOG can automatically inject the correct drivers into the firstboot process. If I were to use the Driverpacks, I’d need to build a database linking device IDs to folder structure, and that complicates the script significantly.

  • EFI BOOT

    4
    0 Votes
    4 Posts
    2k Views
    U

    I did it for memtest 5.01 and it works.

    :MENU
    menu
    item --gap – ---------------- iPXE boot menu ----------------
    item MEMTESTEFI MemTestEFI
    :MEMTEST
    kernel [url]http://{ip}/fog/service/ipxe/memtest/EFI/BOOT/BOOTX64.EFI[/url]
    boot

    Now, I have to do it for WINPE

  • PXE Password

    2
  • Burn Image directly without registering

    2
    0 Votes
    2 Posts
    1k Views
    G

    Its all about keywords 😉

    Now…need to learn to UPLOAD an image in the same manner.

    [CODE]
    :MENU
    menu
    item --gap Please Select one of the images below
    item fog.local Boot from hard disk
    item img1 COOLNAME
    item return Return to main menu
    choose --default fog.local target && goto ${target}

    :fog.local
    sanboot --no-describe --drive 0x80 || goto MENU

    :img1
    kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=MY.IP web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=MYIMAGE.NAME ftp=${fog-ip} imgType=n osid=7 storage=${fog-ip}:/images capone=1 imgFormat=2
    imgfetch init.xz
    boot || goto MENU

    :return
    chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || goto MENU
    autoboot[/CODE]

  • Custom PXE Options

    5
    0 Votes
    5 Posts
    2k Views
    V

    if you wont give information, it’s harder to help you.

    different solutions for different environments, but unless you know the why… things don’t always make sense.

  • Wiki - Where to Start?

    5
    0 Votes
    5 Posts
    3k Views
    C

    Also, you might look through the Wikipedia/Wikimedia tutorial on editing articles and using Transclusion to reduce data duplication. I think that’s still what they call it. We really need a wikipedia team of super documenting super heroes!

  • Suggestions for new server

    13
    0 Votes
    13 Posts
    5k Views
    R

    The NIC bonding isn’t difficult to achieve, I just followed the guide at [url]https://help.ubuntu.com/community/UbuntuBonding[/url]. There’s also a handy guide on a similar vein at [url]http://www.beyondvm.com/2014/03/quick-tip-bonding-lacp-and-vlans-in-linux/[/url] which adds some of the Cisco CLI commands

    My etc/network/interfaces ended up as:

    auto lo
    iface lo inet loopback

    auto eth1
    iface eth1 inet manual
    bond-master bond0

    auto eth2
    iface eth2 inet manual
    bond-master bond0

    auto bond0
    iface bond0 inet static
    address 192.168.1.60
    netmask 255.255.255.0
    gateway 192.168.1.1
    dns-nameservers 8.8.8.8 8.8.4.4
    bond-mode 4
    bond-miion 100
    bond-lacp-rate 1
    bond-slaves eth1 eth2

    … which provides for a single ‘bond0’ virtual network interface that you set up beforehand and refer to as the main interface when installing Fog. If you want even more network bandwidth you could add another two port card and add these interfaces as eth3 and eth4 into the mix too but the limit would be the disk throughput I guess - and the network infrastructure. As everything is isolated and local the latter isn’t an issue for me.

    Of course you do need a lan switch that supports LACP (a.k.a 802.3ad). On my sandpit system at home I have another N36L Microserver with a two port pcie-e (Intel) network card running into ports 1 &2 on a DLink DGS-3324SR switch. The latter was pretty easy to set up for LACP from its web interface. For the Cisco '3750 I may need to do some reading 😉

    I’m very interested to see what performance the ssd’s will achieve on my new box. I figured that the vast majoriy of the time as I’ll be reading from them when imaging back to the G1 tablets I shouldn’t see problems related to trim settings. Time will tell !

    HTH
    Robin

  • FOG pxe next to ZENworks PXE

    3
    0 Votes
    3 Posts
    1k Views
    JunkhackerJ

    in the developer’s pre-release version of fog, the ability to customize the ipxe boot menu has been extremely extended. using this menu modifying system, it may be possible to set fog as your default pxe boot system, and to default directly to your ZENworks pxe boot server if there is no pending fog task.
    however, keep in mind that these features are still experimental and you may be the first person to work with this type of setup

  • How to prepare Windows XP

    3
    0 Votes
    3 Posts
    2k Views
    P

    so I just run Sysprep after I install all the programs needed?

    I will use this XP image on multiple different OLD hardware

    Thanks

  • SVN

    6
    0 Votes
    6 Posts
    2k Views
    M

    Thank you for that information. I now know how to retrograde. I am still having issues with the Lenovo Yoga tablets that don’t have ethernet ports. I will follow up on this thread: [url]http://fogproject.org/forum/threads/ipxe-boot-issue-with-realtek-rtl8153.10507/#post-36781[/url]

  • FOG Virtual Machine

    24
    0 Votes
    24 Posts
    16k Views
    B

    The client is for things after imaging(Renaming, deploying snapins, etc).

    As far as your problems now it looks like your client is not connecting to your DHCP server as that is where the IP comes from.

  • Version 1.2.0 released!

    59
    0 Votes
    59 Posts
    55k Views
    Y

    [SIZE=6][B]newbie here[/B][/SIZE]

    [SIZE=6][B]How do i change the fog server ip in 1.2.0?[/B][/SIZE]

  • Wiki Account creation

    2
  • Setting up FOG 1.2.0 in Multiple VLANs

    34
    0 Votes
    34 Posts
    29k Views
    Jaymes DriverJ

    Sorry I can’t be of more help, I set up a server at each of my locations, but that works out to my benefit because each building uses the same base, but this lets me tweak the settings to better fit that novell context.

  • BASH: Shellshock? Turtle Power?

    3
    0 Votes
    3 Posts
    2k Views
    JunkhackerJ

    also, from the article, you can test with this
    [CODE]env X=“() { :;} ; echo busted” /bin/sh -c “echo completed”
    env X=“() { :;} ; echo busted” which bash -c “echo completed”[/CODE]
    or
    [CODE]wget -U “() { test;};/usr/bin/touch /tmp/VULNERABLE” myserver/cgi-bin/test[/CODE]

  • Fog 1.2.0 hanging On *Image uploaded *Task Complete!

    11
    0 Votes
    11 Posts
    2k Views
    R

    [quote=“Rohn Gordon, post: 37516, member: 26505”]It hung at 99.82%. I will upload the file again.

    Rohn[/quote]

    [url=“/_imported_xf_attachments/1/1408_errorlog.txt?:”]errorlog.txt[/url]

  • Snapins not deploying after upgrade

    18
    0 Votes
    18 Posts
    7k Views
    B

    No problem, glad to hear it’s working!

  • BASH exploit

    4
    0 Votes
    4 Posts
    2k Views
    N

    There is no good reason to still be using the 10.04 LTS branch. There are newer LTS branches out. However, this all comes down to personal setup and preference, and does not impact FOG.

  • Scheduling Multiple Tasks

    3
    0 Votes
    3 Posts
    1k Views
    G

    [quote=“Tom Elliott, post: 37288, member: 7271”]It will try running all tasks at the same time, thus failing to create one or the other that’s already been created.[/quote]

    Thanks Tom,

    Is there a way to put the tasks in a queue?

    Or, should I schedule the tasks at different times allowing enough time for the upload before scheduling the next task.

    Thanks, Geoff

  • 0 Votes
    4 Posts
    2k Views
    V

    you should not need any automated logins for FOG. As long as the NIC works and has drivers you should be fine all the way to joining the domain.

126

Online

12.6k

Users

17.5k

Topics

156.4k

Posts