Nope did exactly the same, I can click on the link no issue and it comes up in firefox
Latest posts made by Excel Group
-
RE: Realtek 8111\8168 & undionly.kpxe -> hangs on Initialising Devices...
-
RE: Realtek 8111\8168 & undionly.kpxe -> hangs on Initialising Devices...
[quote=“Tom Elliott, post: 30923, member: 7271”]It sounds like you’re doing it “right” persay, but doing a lot of extra work.
Really, you can “cheatify it” as such.
No need to stop tftp-hpa or tftpd-hpa or isc-dhcp-server
Doing the first few steps just as you did:
[code]mv /tftpboot /tftpboot.bak
mkdir /tftpboot
cd /tftpboot
wget -r ftp https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/*
[/code]Then move the undionly.kpxe file to undionly.kpxe_MAIN
[code]mv /tftpboot/undionly.kpxe /tftpboot/undionly.kpxe_MAIN[/code]Then just create symbolic links to undionly.kpxe from the file you want to try out. For example:
[code]ln -s /tftpboot/undionly.kkpxe /tftpboot/undionly.kpxe[/code]You don’t have to keep rebooting services to test it. When you’re ready to try another file you simply:
[code]rm /tftpboot/undionly.kpxe; ln -s /tftpboot/<NEWFILETOTEST> /tftpboot/undionly.kpxe[/code][/quote]
When I try this im getting error 404 not found on the wget stage -
RE: Realtek 8111\8168 & undionly.kpxe -> hangs on Initialising Devices...
Wont have any luck with 1.2.0 either as I’ve just upgraded to the same and having same issue
-
RE: Fog upgrade 1.1.1 --> 1.1.2 database error
Can confirm I edited the .fogsettings and Config.class.php files and the database then upgraded perfect fine, just editing the .fogsettings still wasn’t working hence changing the Config too.
-
RE: BSOD windows image what am I missing.
Has anyone managed to resolve this as I have 2 Lenovo Thinkpad T400’s to which I sysprepped perfectly fine, I imaged them to the fog server no problem. They both booted up after sysprep no problem, but if I deployed them from the fog server, it actually came up with the above error message, and tried two different images on these.
-
RE: Atheros AR71/AR81 Compatibilty Issue
Hi there
I only made this Kernel because the ones that I could download through fog just wouldn’t work with this Atheros LAN card. I have been using it as a main Kernel, but ideally one needs to be made that has all LAN adapters on, as some earlier machines still fail to work.
-
Atheros AR71/AR81 Compatibilty Issue
Hi Guys
I’m new at this ubuntu stuff, but I am a system builder and came across an issue with a new motherboard that was delivered today where it would boot from PXE, but would not send inventory as described at this page [url]http://fogproject.org/forum/threads/attempting-to-send-inventory-forever.82/[/url] [SIZE=2]due to current fog latest [/SIZE]kernel [SIZE=2]not having the driver installed.[/SIZE]
[SIZE=2]By using the instructions found here [/SIZE][url]http://fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel[/url] I managed to create a new kernel using version 3.12 which now includes this driver allowing fog to perform quick host and inventory to send to the server.
Please note I am new at this and try at your own risk as I will not be held responsible for any issues that may arise or data loss (backup existing kernel in [FONT=monospace][COLOR=#000000]/tftpboot/fog/kernel first) - My kernel is available at [/COLOR][/FONT][url]http://www.excelgrp.co.uk/fog_kernel/bzImage[/url]
Please be warned, on booting kernel message it may look frozen for a couple of minutes before fog actually shows on screen.
This is tested and working on Asrock FM2A88M Extreme 4+ Skt FM2+ Motherboard using Atheros AR8171 LAN/NIC as I have managed to perform quick host and inventory as well as upload the machines image.