• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. JeanLuc
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    JeanLuc

    @JeanLuc

    0
    Reputation
    90
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JeanLuc Unfollow Follow

    Latest posts made by JeanLuc

    • RE: Client PXE boot fail

      [CODE]sudo service --status-all | grep tftpd-hpa[/CODE]

      Output of the above:

      [ ? ] FOGImageReplicator
      [ ? ] FOGMulticastManager
      [ ? ] FOGScheduler
      [ ? ] acpi-support
      [ ? ] acpid
      [ ? ] alsa-restore
      [ ? ] alsa-store
      [ ? ] anacron
      [ ? ] apport
      [ ? ] atd
      [ ? ] avahi-daemon
      [ ? ] bluetooth
      [ ? ] console-setup
      [ ? ] cron
      [ ? ] cups
      [ ? ] dbus
      [ ? ] dmesg
      [ ? ] dns-clean
      [ ? ] failsafe-x
      [ ? ] friendly-recovery
      [ ? ] gssd
      [ ? ] hostname
      [ ? ] hwclock
      [ ? ] hwclock-save
      [ ? ] idmapd
      [ ? ] irqbalance
      [ ? ] killprocs
      [ ? ] lightdm
      [ ? ] modemmanager
      [ ? ] module-init-tools
      [ ? ] mysql
      [ ? ] network-interface
      [ ? ] network-interface-container
      [ ? ] network-interface-security
      [ ? ] network-manager
      [ ? ] networking
      [ ? ] ondemand
      [ ? ] plymouth
      [ ? ] plymouth-log
      [ ? ] plymouth-splash
      [ ? ] plymouth-stop
      [ ? ] plymouth-upstart-bridge
      [ ? ] portmap
      [ ? ] portmap-wait
      [ ? ] pppd-dns
      [ ? ] procps
      [ ? ] rc.local
      [ ? ] resolvconf
      [ ? ] rfkill-restore
      [ ? ] rfkill-store
      [ ? ] rpcbind-boot
      [ ? ] rsyslog
      [ ? ] sendsigs
      [ ? ] setvtrgb
      [ ? ] speech-dispatcher
      [ ? ] statd
      [ ? ] statd-mounting
      [ ? ] sudo
      [ ? ] tftpd-hpa
      [ ? ] udev
      [ ? ] udev-fallback-graphics
      [ ? ] udev-finish
      [ ? ] udevmonitor
      [ ? ] udevtrigger
      [ ? ] ufw
      [ ? ] umountfs
      [ ? ] umountnfs.sh
      [ ? ] umountroot
      [ ? ] vsftpd
      [ ? ] whoopsie
      [ ? ] xinetd

      posted in FOG Problems
      J
      JeanLuc
    • RE: Client PXE boot fail

      [quote=“flex, post: 8790, member: 1530”]Hi. I just posted the fix in another thread.

      Edit etc/rc.local and add the line one up from exit 0: /bin/sleep 30 && /etc/init.d/tftpd-hpa restart

      It should look like this:

      /bin/sleep 30 && /etc/init.d/tftpd-hpa restart
      exit 0[/quote]

      Hello flex! I edited the file, but am still receiving the PXE-32 error when I reboot my client.

      posted in FOG Problems
      J
      JeanLuc
    • RE: Client PXE boot fail

      Hi Chad! I had found a post describing the TFTP daemon startup issue. The particular post I found suggested the same code you entered except without the word “service”. Anyway, I tried again (both with & without ‘service’) and still get the same PXE-32 error on my windows box.

      posted in FOG Problems
      J
      JeanLuc
    • Client PXE boot fail

      Greetings,

      Let me preface my post by saying I am not very knowledgeable nor experienced with networking/cloning/imaging. I also apologize if I am posting in the incorrect forum. As embarrassing as it is to say, I admittedly don’t know if my problem is OS related or FOG related.

      I installed FOG 0.32 on a machine running Ubuntu 12.04. It’s connected through my network via a Linksys SD205 switch. Next to my Ubuntu machine, I have a windows 7 box intended to be a test client which is connected to my network via the same Linksys switch.

      Things went smoothly until I tried to get my windows box to PXE boot. I continue to get a “PXE-32: TFTP open timeout” error. Did I mention that I really don’t know what I’m doing?

      One final detail: both my Ubuntu & windows machines are identical HP 6000 Pro SFF PC’s with Intel 82579LM NICs.

      Any help, advice, guidance, or prayers will be much appreciated.

      JL

      posted in FOG Problems
      J
      JeanLuc