I was hoping to edit the command below to copy a file "start.bin" from the install cd to /root on the installation machine.
Beside the usual setup where I create a normal user foo, I want to run a few
d-i preseed/late_command commands as that foo user.
My initial thought was to simply call those commands with sudo, e.g:
d-i preseed/late_command in-target echo "<pwd>" | sudo -Si <command>.
This works for some sort of commands.
I have a USB stick with netinst version of Debian Wheezy (testing). I am trying to load a preseed file, called preseed.cfg in the USB root folder (same folder as initrd.gz).
I have been doing Ubuntu deployment using a preseed.cfg. After becoming comfortable with the packages being installed it was time to reduce download time and internet traffic by creating a mirror. I ended up doing a "partial mirror" using apt-cacher-ng and preseeding it by adding
d-i mirror/http/proxy string http://mymirror
to the preseed.cfg. This is where things got strange.
Hi folks
I am a noob so apologies if this is something ridiculously simple.
I am trying to prepare a USB installation of ubuntu 12.04. I have a headless unit so the install needs to be without any user entry. The install also need to install XRDP so that I can remote to the system to configure once its set up.
However all that is more complex than my issue.
Hi,
I'm trying to automate the task of setting up multiple precise servers using cobbler but I always get stuck in the installation. This seems to be due to missing items in the preseed file.
Is there a way to record such a file during a manual installation so that I can reuse this file to create similar installs?
Any hint will be greatly appreciated.
I'm creating KVM guest with following virt-install options and preseed.cfg, and always user creation dialog "[!!] Set up users and passwords" is shown.
How do I automate that section with preseeding?
Of course, I checked my preseed.cfg was right with debconf-set-selections -c preseed.cfg.
[install.sh]
#!/bin/bash
sudo virt-install \
--name=test \
--connect=qemu:///system \
--ram=2048 \
--vcpus
I'm trying to install my ubuntu servers with iPXE. I have created the kickstart file with system-config-kickstart, but once downloaded by the installing server, the parsing fails with the error:
The installer failed to process the preconfiguration file from http://...
The goal is to automate BackTrack installation to harddisk from LiveCD. The installation process is driven by ubiquity started from interactive shell.
How do I make ubiquity use the prepared preseed file in noninteractive mode?