Questions tagged [automated-install]
166 questions
0
votes
1 answer
BAD ARCHIVE MIRROR using PXE BOOT method
i m trying to automatically install UBUNTU on a client PC by using the method of PXE BOOT method....my Objectives are below:-
i m following the steps given in this link installation using PXE BOOT INSTALL
1:-the server will have a KICKSTART config…

omkar
- 1
- 1
- 1
0
votes
1 answer
Why do I see two different ffmpeg binaries?
On Debian Lenny I built my own ffmpeg. When i do ffmpeg --version inside of a sudo bash shell I get the version I just build. Outside of it I get the old version. When using sudo ffmpeg I get the new version.
How do I replace the old version of…
user274
0
votes
1 answer
How to use admin console when install glassfish-3.0 by extract from zip file?
There are two types of glassfish distribution: the executable installer and zip archive.
I have to use the zip archive. But the admin console doesn't work, it only shows a blue footer div, the resource /theme/META-INF/com_sun_faces_ajax.js is not…

Lenik
- 792
- 8
- 13
- 27
0
votes
1 answer
Slipstream additional programs into XP installation disc?
I am trying to work out if it's possible to add additional programs to the default Windows XP disc. I am using nlite and it seems to work well for hotfixes etc. but not for specfic programs.
The main programs I am trying to get added are:
AniTa…

dannymcc
- 2,717
- 10
- 48
- 72
0
votes
1 answer
Cpanel alternative with auto installation
I'm looking for a free open source cPanel alternative which also includes auto installation software or can be easily configured to integrate an auto installation application.

Ulkmun
- 265
- 1
- 3
- 9
0
votes
1 answer
How to clean up an improperly installed SQL server
I have a Win2003 64 bit server. Trying to install SQL 2005 Standard. The install tells me a previous install is still pending. I've rebooted to no avail. There is no SQL version listed in Add/Remove.
I've removed the support files, native client…
Joe
0
votes
3 answers
Automation of installations
Is there an affordable program which will automate the installation of applications? I am looking for something that will work with Windows 7/Server 2008 R2 so that I can automate installations of VM builds (I use Hyper-V).
Thanks
sharepointguy
0
votes
2 answers
Ways for managing the installation and configuration of various software applications and settings in linux?
What are some ways for managing the installation and configuration of various software applications and settings in group of linux development and server computers? Is a set of basic scripts a good means of attack?
I was thinking about just having a…

EmpireJones
- 358
- 1
- 4
- 13
0
votes
1 answer
Ubuntu 10.04 preseed unattended install results in faulty partition table
I'm currently trying to set up an unattended installation of Ubuntu 10.04 (Lucid Lynx) through preseeding. But whenever I try to create a custom partition scheme, the Debian installer (which Ubuntu is using) produces a faulty partition table.
I've…

joschi
- 21,387
- 3
- 47
- 50
0
votes
2 answers
Deploy iso through e.g. dd using pxe
Our current means of deploying machines is to mirror the nvme drive from a master drive before installing it in a PC.
We are deploying windows on machines that will go to customers. As such, aad (and therefore autopilot) are out of the question.
I'd…

Daniël van den Berg
- 131
- 9
0
votes
2 answers
Advices on automating installation for Debian 11
I'm currently trying to automate Debian 11 template creation through Packer for Nutanix environment and need some advices about preseeding/automating Debian installation.
First of all, after reading this bible…

motorbass
- 303
- 2
- 12
0
votes
1 answer
Ubuntu autoinstall failing when creating partitions
I have a problem with autoinstall. The config loads correctly, but when trying to create the partitions it fails. I'm running everything in a virtual machine before testing it on the live system.
My config looks like…

Nisse
- 1
0
votes
2 answers
Windows Workgoup - is there a way to centrally install a software?
I have a client server application - intended for use in workgoups.
The server is a web application, clients are .NET 2.0 based desktop applications.
Is there a way to push/force the setup of the client application on all machines in the…

Sameet
- 139
- 5
0
votes
0 answers
Install postfix with ubuntu autoinstall
We recently got into ubuntu autoinstall. I planned to install postfix via packages and configure the main.cf with sed in late-commands section.
Since postfix installation is interactive I wanted to use debconf-set-selection like described here:…

MaKaNu
- 101
- 1
0
votes
0 answers
Unattended.xml encrypt admin password in packer
I'm using packer and answerfile to build windows server image. When I set autologon and AdministratorPassword as plaintext, it works fine.
However, when I set autologon and AdministratorPassword as plaintext=false, I get an error shown below.
…