@george1421 thank you, yes we use win 2012 r2. I did set this up in the past partially never really got to testing it as all our machines within the organisation are on legacy mode. certainly will now try it.
Posts made by owlz89
-
RE: IPXE boot issue - Realtek RTL8153 - DELL VENUE - Resolved
-
RE: IPXE boot issue - Realtek RTL8153 - DELL VENUE - Resolved
okay figured it out. it seems the DELL Venue Pro 11 does not like legacy mode. (well realtek RTL8153 doesn’t like legacy mode)
What you have to do is change the boot option 67 to snponly.efi and boot via UEFI ipv4. I didnt test to see if it registered the host as i manually entered the mac address & host details on the web management service and set the task via the web management console.
Thank you for your help @george1421 & @Sebastian-Roth
UPDATE: I was using Fog 1.3.0-RC-8 & i had to reinstall OS from scratch after changing bios to UEFI as Fog looks for a gpt scheme on HDD (in the venue’s case a eMMC) or it will fail.
-
RE: IPXE boot issue - Realtek RTL8153 - DELL VENUE - Resolved
@george1421 yes, i only have one running at a time. Never really tried it lol would certain make the server confused. Joking a side, I already have option 67 on undionly.KKpxe not Kpxe but i will certain give ipxe.kpxe a go and see how it responds.
No need to apologies mate am glad your someone who’s responding to my fault, so Thank you.
-
RE: IPXE boot issue - Realtek RTL8153 - DELL VENUE - Resolved
@george1421 I have two VM’s (one with fog 1.2.0 & another 1.3.0) and their both have the same ip address (10.0.21.0) I have checked the tftp config file and it’s pointing to the right IP.
Option 67 is set to undionly.kkpxe, my venue bios is on legacy mode and my Fog trunk version is the latest 1.3.0-rc8.
Technically there is nothing wrong with the fog server as i have re-imaged a laptop and uploaded a image (which has a built in NIC not a venue) and it worked fine on both servers (fog 1.2.0 & 1.3.0)
It just right now the problem is when am on the boot menu and i try registering the host the venue either restarts or the screen stays blank. If i register the device before hand & then try set a task to lets say download (re-image) it freeze’s the moment it reads the kernal (bzImage)
@Sebastian-Roth I checked most of the forum & wiki page bud & yes there is quite a lot of issue with this model (chip) i just assumed there might have been a fix now as this problem dated back to many years. Thank you for iPXE binaries.
-
RE: IPXE boot issue - Realtek RTL8153 - DELL VENUE - Resolved
how strange, when i pressed the enter button on the keyboard the percentage went from 90% to a 100% and went onto the next command line…http://my-ip-address/fog/service/ipxe/bg.png and then the same thing is occuring where i have to press the enter button after a few seconds to get the percentage up.
Update: i can now get to the boot menu screen however it hangs on the bzimage…i just need a workaround so if there’s a method please me know.
Note: am a beginner on linux so if there;s any specific config file change that i need to then could you please tell me via steps.
Thank you
-
IPXE boot issue - Realtek RTL8153 - DELL VENUE - Resolved
Hi all,
Am trying to image a few Dell Venue 11’s using the official DELL USB Ethernet adaptor which is a Realtek RTL8153 model.
When i first tried it, it hanged on iPXE initialising devices, after going through the forum i realised that i was to change my option 67 to undionly.kkpxe.
I changed my option 67 and i got happy to soon and the system started to hang on
http://my-ip-address//fog/service/ipxe/boot.php....90%…My project is on version 1.2.0 however for test purposes i made a clone vm and upgraded the fog 1.2.0 to the trunk version and this time the same thing happens but hangs on 36%
Any ideas anyone, in whats wrong?
Thank you.
-
RE: FOG Errors: tftp & pxe boot
@Wayne-Workman i wasn’t really clever in browsing this forum with my phone, so I thought hey Google may just pop with the answer quicker but I will certainly use that link for my reference for future mishap.
Thanks bud (Y)
-
RE: FOG Errors: tftp & pxe boot
@Wayne-Workman figured it out after asking google, seems as if it’s a common bug on debian.
You have to change the TFTP_ADDRESS from “0.0.0.0:69” to “:69”
( /etc/default/tftp-hpa)Now tftp service loads up during boot.
-
RE: FOG Errors: tftp & pxe boot
no problem, I’ll have a look.
Damn the letter “n” grrr… thank you -
RE: FOG Errors: tftp & pxe boot
@Wayne-Workman haha these are the moment that you want to start laughing due to stupidity … You was right Wayne my option 67 had the “n” missing.
However when I loaded up debian the initial boot screen states tftp hpa: failed
I had to restart the service in order to get it running. Any ideas?
Thank you also for pointing out my error. I now have a sigh of relief.
-
FOG Errors: tftp & pxe boot
Hi everyone,
I was wondering if anyone could help me as am on the verge of pulling my hair…
I set up my fog server on a Linux debian vm and I have the linux vm network settings on bridge mode. I can log on to the Web server interface from any machine within the building just by punching in the ip address and I can ping the vm.
I followed the instructions i.e my windows DHCP option 66 & 67 which is the fog servers ip address and also udionly.kpxe I also made a reservation on my windows DHCP for my vm server.
When any of my device boots up on network mode it looks at the right ip address but it just times out (pxe-e32) or if I test on a vm that has for example windows 8 os it will show that its looking at the right ip address but would say… udionly.kpxe not found etc
I did a tftp test on a Windows machine:
tftp -i x.x.x.x get udionly.kpxe but it either times out or I get error on server.*I have disabled the linux server firewall
*I restarted the tftp server.
*tftp server status command stated that the server is active.
*I restarted the apache2 server
*I tried various Linux distributionMy fog setup:
Server ip address: 10.0.21.0
DHCP: 10.0.21.0
DNS: 10.0.21.0
ROUTER/Gateway: 10.0.20.1 (which is also our sophos firewall)
Fog DHCP: did not setupWhat am I doing wrong? and guys please assume that am a complete newbie on Linux.
Any ideas?
Thank you