1
vote
1answer
297 views

Diskless with Ubuntu 12.04

I'm trying to setup a new diskless solution with ubuntu 12.04 without any success. I followed this howto: https://help.ubuntu.com/community/DisklessUbuntuHowto But the initramfs seems not to be ...
2
votes
0answers
317 views

PXE boot ubuntu 12.04 Customization

Just configured my Ubuntu 12.04 server to play host to a diskless PXE/NFS system. Currently I'm deploying the Ubuntu 12.04 Desktop Live CD to all my clients (derived from the install CD). My question ...
1
vote
0answers
142 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
254 views

How can I update diskless installation 11.04 to 11.10

Bonjour messieurs, we have installed on our Ubuntu server 64bit in directory /MNT the distribution of Ubuntu 11.04 32 bit as shared drive for PXE diskless computers in school. Can we upgrade to ...
5
votes
2answers
1k views

Using the fsc mount option with nfsroot kernel parameter to allow FS-cache

I'm PXE-booting a Ubuntu 10.10 system, where I specify the kernel parameters as follows: append root=/dev/nfs initrd=ubuntu-boot/initrd.img-2.6.35-24-generic nfsroot=11.22.33.44:/data/nfsroot,fsc ...
4
votes
1answer
1k views

How to Mount NFS Root in Maverick

After upgrading to 10.10 Maverick, my NFS root is not mounted correctly during boot. What is the correct method? 10.04 and earlier I had my /etc/fstab setup to use /dev/nfs as my root device, but it ...