1
vote
0answers
139 views

Doing an unattended PXE installation from a local NFS volume?

I'm trying to configure unattended Ubuntu Desktop (12.10) installations booting from PXE. I've got it working, but since I had to use the initrd.gz and kernel from the mini iso, it appears only to be ...
0
votes
1answer
288 views

How to enable lubuntu-12.10-alternate-amd64.iso to PXE network install the graphical desktop?

I have successfully used lubuntu-12.10-alternate-amd64.iso to PXE network install a server. But so far, I have not been able to get the desktop login installed regardless what I put in in the preseed ...
1
vote
0answers
319 views

How to preseed 12.10 desktop when the ubuntu-desktop package is missing?

I have been trying to use a preseed file to do PXE booting of a 12.10 desktop. Upon the first boot, I was greeted by a terminal with login prompt. Surprised, I checked the /var/log/installer/syslog ...
0
votes
0answers
147 views

A question about the cobbler-ubuntu-import bash script

I have been testing the latest cobbler for PXE booting Ubuntu 12.04.1-server-x86_64 and 12.10-server-x86_64 using a Scentific Linux 6.3 host to run the cobbler server. With the former, I got ...
2
votes
0answers
214 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 ...
4
votes
2answers
1k views

How do I preseed Postfix's mailname?

I don't want postfix to ask for its mailname i just want it to use its fqdn name. This is my preseed file
3
votes
1answer
409 views

How can I get a PXE install to ask for the hostname

I use a pxe install for a lab of machines, one problem I have is that the hostname is always set to 'ubuntu'. This is wrong, it should instead ask during the install what hostname should be used. One ...
1
vote
1answer
376 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 ...