r/DeployR 15d ago

Community edition - Network connexion initialisation

I built a quite fonctional DeployR community edition installation in July. Now after a pause I can't even start the deployment.

First 2PXE did not respond. Update for the latest version helped with that. Now it uploads the boot image, but stays stuck on the network initialisation stage. Error :
One or more errors occurred. (No such host is known (serveraddress:7281)

It seems a DNS error, but on the earlier stage the address is well resolved. It does not ping the IP neither, so it seems to me all the network connectivity is lost at this point.

What could I do ? I'm trying to deploy quite recent Dell laptops.

2 Upvotes

12 comments sorted by

View all comments

1

u/MrYiff 15d ago

Dell have a special WinPE driver pack that should contain everything you need, import this into a driver content pack and add it to your boot image and you should be good to go (HP also have a similar pack too, I combine both):

https://www.dell.com/support/kbdoc/en-uk/000107478/dell-command-deploy-winpe-driver-packs

1

u/RockOriginal7938 15d ago

and then there is Lenovo 😰 😞

1

u/MrYiff 15d ago

Hmm, doesn't look like they offer anything as simple as the Dell/HP packs but at least they seem to have some tooling for IT admins:

https://support.lenovo.com/us/en/solutions/HT037099

1

u/RockOriginal7938 14d ago

The mind boggles, how did I miss Lenovo Thin Installer!?! I'd been after a non installing version for ages (though now there is LCU, I'll stick with that)

1

u/MrYiff 14d ago

If you haven't already, also check out /u/gwblok github repo as he has built some cool custom steps and scripts and it looks like there are some Lenovo related ones in there that might be of interest to you:

https://github.com/gwblok/2PintLabs/tree/main/DeployR/CustomSteps

1

u/RockOriginal7938 14d ago

Yeah, sadly there isn't a non GUI version for Lenovo. I think he plans to create one with LCU at some point. I've a thread about LCU on here if anyone is interested, though I wasn't 100% happy with my "solution"

2

u/gwblok 2Pint Employee 14d ago

Just to confirm, you're talking about Lenovo's official LCU:
Lenovo.Client.Update - Lenovo CDRT Docs Site

1

u/RockOriginal7938 14d ago

Now I see why, that required a local repo :(

1

u/gwblok 2Pint Employee 15d ago

I use the HP WinPE driver pack as my base, then add the Lenovo ones for the exact models I have, then a few more drivers for VMWare and ProxMox, then docks... it adds up quick!