Nano

The ‘en-gb’ directory does not exist in the ‘Packages’ directory (‘E:\NanoServer\Packages’)

The ‘en-gb’ directory does not exist in the ‘Packages’ directory (‘E:\NanoServer\Packages’)

So Nano, the new, exciting and if I’m honest a little bit scary OS from Microsoft. I decided to have a crack at this and started following the instructions on TechNet. I copied the correct folder from the Server 2016 TP3 CD and was making good progress until I started to build the image, then got this error.

The ;en-gb’ directory does not exist in the ‘Packages’ directory (‘E:\NanoServer\Packages’)

I checked my media CD and yep, the folder doesn’t exist, however ’en-us’ does.So to get this to complete, I just need to add the “-Language EN-US” to the command line

New-NanoServerImage -MediaPath E:\ -BasePath .\Base -TargetPath .\Nano1\Nano.vhd -ComputerName Nano1 –GuestDrivers -Language en-us