Tagged Questions
1
vote
0answers
97 views
How do I setup a fine grained preseed with tasksel set to manual?
I am trying to preseed a netboot install of Ubuntu 13.04 (Raring Ringtail) x64.
Work Setup
My preseed configuration works fine as long as tasksel is not set to manual. For example:
[...]
d-i ...
0
votes
0answers
85 views
Recipe for Ubuntu 12.04 Preseeding
I have a simple recipe that fails with the error:
"The automatic partitioning recipe contains the definition of a volume group that does not contain any physical volume. Please check the automatic ...
2
votes
1answer
796 views
How do I modify this preseed snippet to partition my hard drive?
I'm attempting to create my first Ubuntu Server 10.04-4 LTS x64 preseed file and I'm afraid I can't figure out the hard drive partitioning aspect:
I have a 2TB hard disk that I need configured as ...
1
vote
1answer
900 views
How do I configure a preseed to skip the language support question?
I'm attempting to create a preseed configuration file for automating the install of
Ubuntu Server 10.04-4 LTS x64 via a bootable USB thumb drive and I've hit a major snag in the process. The ...
3
votes
0answers
347 views
How do I configure two NICs in ubuntu-server preseed? [closed]
I have a script that installs ubuntu server to a new virtual box instance via PXE and preseeding. So far it is working great, I can run a complete install and come out with a fresh machine with one ...
4
votes
1answer
898 views
“No root filesystem” error when preseeding
I am trying to perform automatic installation of Ubuntu server (11.10).
My partitioning recipe is here:
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string lvm
d-i ...
4
votes
2answers
500 views
How do I preseed a disk to 50% / and /tmp?
I need to install ubuntu server 10.04 by preseed file and part disk into 50% for / and rest for /tmp. I tried this:
# Partitioning
# use first hard drive SCSI/SATA:
d-i partman-auto/disk string ...