• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Sebastian Roth
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 28
    • Topics 48
    • Posts 12,331
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: Windows Wont PXE Boot

      [quote=“Darrell Lanson, post: 42610, member: 1392”]I am now having a issue with Intel E1000 NIC not working with FOG I am using VM Ware Player 6.0.5 build-2443746 with FOG 1.2.0 and Ubuntu 10.04.4 I am getting a PXE-E32: TFTP open timeout as anyone encountered this issue all the machines I have tried boot no problem just the VM is an issue.[/quote]
      What do I see on that picture?? The client (not a VM or is it fullscreen)?!? Or is the FOG server installed in a VM and this picture just shows one of your clients not being able to boot PXE from this server?Sorry but I don’t understand your description of the issue. Please clarify.

      Maybe this is of help for you: [url]http://fogproject.org/wiki/index.php/Tftp_timeout[/url]…

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Deploying images from USB

      I just heard about FOG not supporting USB-storage to prevent trouble if someone left a stick in one of the clients by accident (see Junkhackers comment here: [url]http://fogproject.org/forum/threads/request-for-help-or-maybe-just-answers.12476/#post-42596[/url]). So you’d have to build your own kernel. Let me know if you need assistence with that. See some instructions here: [url]http://fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel[/url] or even better here: [url]http://fogproject.org/wiki/index.php/Build_TomElliott_Kernel[/url]

      Within the init.xz file you want to study those files:
      [CODE]/bin/fog.download
      /bin/fog.checkin
      /usr/share/fog/lib/funcs.sh[/CODE]

      FOG mounts /images via NFS from the server. Change this to mount your USB-Stick. But there probably is quite some work to be done in fog.checkin too, I’d say. Forgot about that at first, sorry.

      One more thing I just remembered. You probably will have to change your boot parameters sooner or later too to match things for your scenario. See how you go and let me know if I can help you.

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Dell iPXE issues

      PCI ID ‘8086:0087’ seams to be an Intel Corporation Centrino Advanced-N + WiMAX 6250, correct? Are you sure you want to PXE-boot over the wireless adapter? Sounds a bit like iPXE does not detect your normal ethernet card, maybe?? Or it might the detect the wireless card as the first one?!?

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: SVN 2979 multicast issues

      As I already said… From my point of view multicast is NOT broadcast! You don’t need directed broadcasts to make multicast work. Just my two cents…
      Do you still have errors in your apache log file??

      Have you gone through this guide yet? [url]http://fogproject.org/wiki/index.php?title=Troubleshooting_a_multicast[/url]

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Unable to PXE Boot with fog.

      Great! Thanks for reporting back. Sounds like the file was missing and is now in place… 🙂

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: How to edit the pxe boot menu in FOG 1.2.0

      There are a couple of examples here in the forums. e.g.: [url]http://fogproject.org/forum/threads/boot-menu-iso-file-size.12442/[/url]

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Request for Help or maybe just answers

      Maybe FOG does not see them (yet). But does linux? Try booting debug mode or any other live linux and check the above commands…

      posted in Hardware Compatibility
      S
      Sebastian Roth
    • RE: Request for Help or maybe just answers

      I am pretty sure that this is only limited by what the used linux kernel can support. As far as I can see those Apacer UDMs can generally be used with linux!! Have you successfully run any kind of linux on it??

      Trying a quick search on the web I couldn’t find a whole lot of information about it but I guess I’ll find some soon.

      EDIT: Just had an idea. Please try booting into a debug session with one of your UDM clients. Then see which partitions linux finds: [CODE]cat /proc/partitions
      …
      fdisk -l
      …
      ls -al /dev/sd*
      …
      dmesg | grep sd
      …[/CODE]
      If you don’t see any maybe try loading the usb storage module with ‘modprobe usb-storage’…

      posted in Hardware Compatibility
      S
      Sebastian Roth
    • RE: Unable to PXE Boot with fog.

      See if the file is on your server…
      [CODE]ls -al /var/www/fog/service/ipxe/boot.php[/CODE]

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Upload task from a failing disk

      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.

      posted in General
      S
      Sebastian Roth
    • RE: Is creating a new group disabled ? SVN 3031

      Tom is working very hard on some performance issues within the webinterface. Sometimes minor things are broken in current SVN therefore. If you need to add a group on your production server you could either try to find the issue yourself (Tom would be greatful for any help I guess) or revert back (see Toms post here: [url]http://fogproject.org/forum/threads/stop-auto-reboots-or-how-to-find-errors.12455/#post-42395[/url]) or you could try adding the group via phpmyadmin…

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Deploying images from USB

      [quote=“Jørn Pettersen, post: 42539, member: 28650”]As I’ve understand it, when choosing something in the startup menu on a client, you actually tell the server what to do at the next reboot?[/quote]
      No, not usually. There are a couple of tasks (especially if that particular host is not registered yet) that you can run from the PXE menu, like register the host or quick imaging. That “task” is then run straight away. BUT usually all tasks are being scheduled via the webinterface. The clients are then woken up via WOL and run that scheduled task without any further user interaction (no PXE menu but booting straight into FOG an run the task). But this is only important for you if you use FOG in a network scenario as well.

      [quote=“Jørn Pettersen, post: 42539, member: 28650”]Tom, where can I change the image format? If I do so, do I need a newer version of fog to deploy this image again? And last, since you are using partclone to do the imaging, is it possible to deploy this image with another image tool that also use partclone?[/quote]
      I am still new to FOG so I don’t know for sure but AFAIK image format can only be set in the database. So you’d need to install phpmyadmin or similar tools to do this. Tom, please correct me if that’s not true.

      I reckon that you could deploy that image using clonezilla for example. But it would need some kind of shell script too I’d say. Up to you if you want to dive into clonezilla or changing FOG for your needs.

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Deploying images from USB

      Take it one step at a time…
      I’d recommend using FOG 1.2.0 for now although it probably would not hurt to use current SVN either. Your choice.

      1. Get an USB Stick with FOG running
      • (Format it with FAT32 and put syslinux onto it - I guess you’ve done that already)
      • copy /var/www/fog/service/ipxe/bzImage(32) and /var/www/fog/service/ipxe/init(_32).xz to USB-Stick
      • Use the following configuration (home brew) and change to bzImage/init.xz for 64bit:
        [CODE]DEFAULT fog
        LABEL fog
        KERNEL /bzImage32
        APPEND initrd=/init_32.xz root=/dev/ram0 rw ramdisk_size=127000 nodhcp loglevel=4 osid=5 chkdsk=0 type=down mode=debug[/CODE]
      • Boot the client using that Stick. If everything works you’ll end up with a lot off messages saying “Sending discovery…”
      1. Modify FOG
      • See here on how to mod init(_32).xz: [url]http://www.fogproject.org/wiki/index.php/Modifying_the_Init_Image[/url]
      • First delete etc/init.d/S40network from init(_32.xz) to skip DHCP discovery
      • Boot up again and you should end up with a terminal session within FOG…
      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Change langage keyboard on boot for password and full inventory

      Hi,
      the setting FOG_KEYMAP is used to tell the kernel to use this keymap. See kernel command line options for more details but in my case simply ‘de’ is working. It’s not perfect as german Umlauts are not working but at least the rest is working great. So in your case you’d have to set FOG_KEYMAP to ‘fr’…

      Not sure if this setting also makes a difference for FOG login and password … anyone has a clue? Or just give it a try.

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Pxe boot halts with MTFTP message on specific platforms

      Please try capturing network traffic with wireshark to see if TFTP traffic is going back and forth…

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Deploying images from USB

      FOG is made to read images from a NFS server or via multicast. I am sure it is possible to change fog.download script to make it restore an image that resides on the USB stick. Splitting the image files should also be possible I think! But you’d need some bash scripting skills to do that. Maybe you want to look into that provide your solution to the community as others might ask for this too.

      Let me know if you want to look into it and I can point you the right way and give you some hints!! Depending on your skills this can be done in a few hours I reckon 🙂

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Tasks do not start

      AFAIK that client gets to see a different iPXE file depending on a task being scheduled for it or not. The file your are looking for is being generated output by the following PHP script: [url]http://<fog-server-ip>/fog/service/ipxe/boot.php[/url]

      Type this URL into your browser. It should look different when you request it from your normal PC than when you send the request from that Client that is supposed to run a task (should be way shorter then!). Does it look different??

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: SVN 2979 multicast issues

      [quote=“Wayne Workman, post: 42508, member: 28155”]…
      The problem is that they are within different broadcast domains.
      …[/quote]

      Not correct from my point of view. WOL is a bit of an issue if you want to wake up clients in another subnet. But Multicasting (IF setup correctly) sould work beyond broadcast domains! I have my server in 192.168.6.x/24 and some of my clients in 192.168.6.x/24 (VLAN6) but also others in 192.168.5.x/24 (VLAN5). All doing multicast imaging without any issue!!!

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Unable to PXE Boot with fog.

      Yes, try that URL in your webbrowser, what do you see?? [url]http://172.20.0.206/fog/service/ipxe/boot.php[/url]

      posted in FOG Problems
      S
      Sebastian Roth
    • RE: Windows Wont PXE Boot

      Do you get anything after “Starting network…”???

      The above ‘IP-Config’ warnings/errors derive from the linux kernel (see here: [url]http://lxr.free-electrons.com/source/net/ipv4/ipconfig.c#L1469[/url]). To me that sounds like the kernel has trouble to talk to the network and therefore other things like linux dhclient won’t be able to get an address from the DHCP-server either. This is just guessing as I don’t have an insight into what is really going on in your setup.

      Can you capture the traffic on that virtual network interface within your windows host using wireshark??

      You can try booting any kind of linux live CD (e.g. ubuntu) in that virtualbox container to see if network is alright with that…

      posted in FOG Problems
      S
      Sebastian Roth
    • 1
    • 2
    • 611
    • 612
    • 613
    • 614
    • 615
    • 616
    • 617
    • 613 / 617