Questions tagged [unattended]

134 questions
1
vote
3 answers

unattended recovery from image

I've got quite a few machines which sometimes need to be restored from an image. There's a slight problem that those machines are at different locations, don't have keyboards and sometimes don't even have displays next to them, so it's required that…
Baczek
  • 195
  • 1
  • 7
1
vote
0 answers

Autounattend.xml - strange behaviour when CommandLine is long

Version: Windows 10 x64 1909 (Spanish) | Build: 18363.959 According to Microsoft, the limit of the CommandLine element is 1024 characters, but in my tests when it exceeds two hundred something characters it starts behaving strangely. Considering the…
Bangaio
  • 150
  • 1
  • 7
1
vote
2 answers

Automated Ubuntu 20.04 server install: How can I get hostname from DHCP server?

On older versions of Ubuntu (using the Classical Installer), I was able to populate the hostname from my DHCP server. I then passed it by using the netcfg/get_hostname= option of the kernel parameters. As of 20.04, the Classical Installer no longer…
0
votes
1 answer

Unattend installation not working - "We couldn't create a new partition or locate an existing one"

I can't seem to get an unattended installation to work it fails with: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."
hbogert
  • 411
  • 1
  • 4
  • 18
0
votes
1 answer

Unattended machine join to domain

My company would like to use a Syprep image and an autounattend.xml file to deploy new machines or rebuild old ones with a USB stick. We do not want to use SCCM. I will push us to use WDS in the future but we still want to be able to do this through…
Rhys
  • 3
  • 3
0
votes
0 answers

How do I make unattended-upgrades email me every time it runs?

How do I get unattended-upgrades to email me every time it runs, even if there are no packages that need updating? When there are upgrades they are applied and I am emailed, so the configuration is at least partially right. System details and…
cfogelberg
  • 121
  • 1
  • 7
0
votes
0 answers

Run batch script at first logon in Windows automated Installation

I am doing unattended Windows installation with few initialization script having setups to install like python and java. I added the script path under FirstLogonCommands as shown here FirstLogon Whenever the Windows is about to complete, the First…
0
votes
2 answers

Stop nginx before APT upgrades run

How can I stop nginx before APT upgrades run in Ubuntu? We run unattended upgrades on the server and in case there is any upgrade that will interfere with nginx I would like to stop the nginx service before doing upgrades. (E.g. an upgrade of nginx…
Carl Winbäck
  • 231
  • 2
  • 11
0
votes
0 answers

Which update scheme is better for an unattended Ubuntu server

I'm in a situation where I have to deploy an ubuntu server for a Client (they do not have a Sysadmin), and it will serve as an HTTP API backend for an app. The catch is that after the deployment they no longer allow me to have remote SSH access to…
0
votes
1 answer

Using FirstLogonCommands in an Unattend.xml file

I apologize ahead of time for what is probably a stupid question, but I'm having a hard time figuring this out from the Microsoft Documentation…
aydeisen
  • 86
  • 1
  • 6
0
votes
2 answers

Secure WDS Unattended Access / Unattended.xml

Windows Server 2012 - WDS installed and configured to deploy Windows Server 2012 on several Clients. We will depoly several Windows Server 2012 Clients, each of the Clients should NOT know the initial Password of the other Clients. The WDS Server…
eXe
  • 235
  • 3
  • 13
0
votes
1 answer

Windows - multiple concurrent unattended installations

Distribution Server and Software: Debian 8 TFTP Server SAMBA Server DHCP Server Right now we use following way for windows (2012) distribution to our servers: installation task inkomming edit dhcp server (new server) auto create wim boot image…
eXe
  • 235
  • 3
  • 13
0
votes
1 answer

WDS Unattend file for multiple wims based on motherboard models

I was wondering if it was possible to set up an unattend file to check the motherboard model and select the appropriate image. We have several images based on each type of computer we have. We did this so that we can create specialized images to…
0
votes
1 answer

Unattended install of PostgreSQL 9.5 on Windows, modifying config files

I'd like to perform an unattended installation of PostgreSQL 9.5 on a number of Windows 7 machines, ideally by assigning an MSI via Group Policy. There seems to be no MSI file, but the EnterpriseDB EXE installer supports "--mode unattended". That…
EM0
  • 351
  • 7
  • 20
0
votes
1 answer

Unattended upgrades not running under Ubuntu 14.04

I have a bunch of servers running Ubuntu 14.04. They all have the unattended-upgrades package installed. I've created a file called: /etc/apt/apt.conf.d/local-50-unattended And I've added the file to each server. The contents of the file are as…
1 2 3
8 9