Tagged Questions
0
votes
1answer
32 views
preseed with LVM and crypto fails with “An error occured while creating the keyfile.”
I am trying to set up a preseed installation that will automate most of the installation of a desktop computer with Ubuntu 13.04. Disk partitioning with LVM works fine, but I need to encrypt the ...
0
votes
0answers
21 views
Ubuntu Preseed set Norwegian Keyboard?
It's been a couple of days now that I am trying to make a fully automated unattended installation. I managed to make it work with Ubuntu/Cobbler and a preseed file, but I cannot set the correct ...
1
vote
0answers
211 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 ...
2
votes
0answers
56 views
How do I remove the 'Write the Changes to the Disks?' question during preseed?
I am pretty new to Ubuntu and Linux. I have spent a lot of time trying to get an unattended install up and running for my Headless Server.
As it stands I have everything almost there but when ...
1
vote
0answers
53 views
Is it possible to use the conditional arguments in a preseed?
I am trying to create a preseed.cfg that is usable for a CD based installation and a network based installation. I figured the easiest way to do this would be to use a bash conditional "if". As part ...
2
votes
0answers
234 views
How to modify Ubuntu Precise .iso preseed?
I'm trying to modify the installation sequence of Ubuntu Precise. I need add a repository package inside de iso.
I make my own apt repository mirror and add my own packages with reprepro includedeb. ...
2
votes
0answers
146 views
How can I preseed package installation without a network connection?
I am working to create an unattended offline installation of the Ubuntu Server 12.04.
I have everything preseeded so far, but I still can't figure out how to install other packages without requiring ...
1
vote
0answers
34 views
Ubuntu installation PopUp Error
I have created a unattended ubuntu installation using preseed file.
And i want to pop up the error message in Ubuntu installation. If CPU itself doesn't support virtualization for KVM.
Is there ...
1
vote
0answers
192 views
Creating custom tasksel recipes for preseed.
I am trying to work on Automation installation. As for that i create a preseed on Ubuntu 12.04. And lucky its working perfect. But i want it more smarter. Like in pre-install script i mentioned ...
1
vote
2answers
277 views
How to use existing partition in preseeded installation?
I have a machine with 4 partitions:
sda1 - root
sda2 - swap
sda3 - tmp
sda4 - documents
When I run the installation I don't want to repartition the disk. Now I read on ...
2
votes
0answers
231 views
PXE Linux kernel line for Preseed
I want to setup a Preseed for my Edubuntu 12.04 on my PXE Server, running PXE Linux
but I can't seem to figure out how to add the Preseed.
LABEL Install edUbutnu Junior 12.04 x86
MENU LABEL ...
1
vote
0answers
292 views
Hash Sum Mismatch using preseed (Ubuntu Server 12.04)
My install through Preseed fails at around 80% on Select and Install Software.
In VT-4, I can see Hash Sum mismatch errors.
This may be because I am going through a firewall which is caching files.
...
1
vote
2answers
428 views
Automated installation using preseeding from url failed (from within VirtualBox)
I'm trying to do automated installation using preseeding from url, but it failed.
Basically, I'm following
Ubuntu Server Quick Install, No Questions Asked!
...
0
votes
0answers
359 views
Ubuntu-installer fails preseed configuration file
I try to install Ubuntu 12.04 over network unattended. I installed a DHCP server (Dnsmasq), a TFTP server (tftpd-hpa), I got the netboot.tar.gz archive with the pxelinux.0 file, the pxelinux.cfg ...
4
votes
1answer
636 views
How do I get prompted for a hostname in a preseed?
I want my automated install to ask me for a hostname.
This is my preseed file and this is my pxe startup conf
LABEL auto64-1110
MENU LABEL ^C Ubuntu 11.10 64-bit auto install met proxy
...
3
votes
0answers
375 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 ...
3
votes
1answer
148 views
How do I stop the installer putting invalid entries in my /etc/hosts file?
I have a number of Hardy hosts that seem to get an invalid hostname placed in their /etc/hosts during the installation process.
There's a line in /etc/hosts on a freshly built, unmodified host that ...
2
votes
0answers
1k views
Unable to install, “no root file system is defined” [duplicate]
Possible Duplicate:
“No root file system defined” error while installing ubuntu
I am trying to feed the pressed to ubiquity while installing Xubuntu 11.10 .
Following is what I ...
1
vote
0answers
224 views
Static IP value set in orchestra not being applied on installation [closed]
I have orchestra setup to make install through the network.
on my kickstart file I have this
# Static network configuration.
d-i netcfg/get_nameservers string 10.1.1.249
d-i netcfg/get_ipaddress ...
3
votes
2answers
354 views
What is the correct way of setting up an abnt2 keyboard layout in preseed?
I am creating a preseeding file for an automatic ubuntu 11.10 installation and I am having problems setting up the keyboard configuration. I need the keyboard to be configured as abnt2 so I added this ...
1
vote
1answer
454 views
automatic installation error
I have a ubuntu orchestra server setup and I'm trying to install some desktop ubuntus across the network. The version I am trying to install is 11.10. My preseed file is like this:
# Preseeding only ...
0
votes
1answer
359 views
Preseed file being ignored during installation
I've followed this document pretty well (http://askubuntu.com/questions/29121/guide-to-particulars-in-customizing-ubuntu-installer / specifically: http://askubuntu.com/a/29632/36927), however it seems ...
5
votes
2answers
2k views
How can I remove packages using preseed?
I'm setting up an automated "no questions asked" preseed system and using Dustin Kirkland's server preseed as an example.
He uses the following line to install three packages as part of the ...
2
votes
2answers
260 views
How to show just a progress bar during a preseeded installation?
Based on the comment on a question on Superuser.com, I started wondering if it's possible to show a progress bar with no text during an installation.
That could be used to provide a user-friendly ...
1
vote
1answer
384 views
How to prompt for input while doing preseed/late_command?
My preseed server install file executes a number of additional tasks with a bash script called with preseed/late_command. I wish to prompt for a password during this process to install LDAP ...
4
votes
2answers
503 views
Preseeding the installer?
I need to preseed a dual boot installation of Ubuntu 10.04. I want partman to use all already existing Linux partitions and all free space (like the option when installing Fedora 13). what would that ...