On Sat, Oct 15, 2011 at 8:43 PM, Michał Dwużnik <michal.dwuz...@gmail.com> wrote: > Hi, > > I'm trying to setup FAI for a test machine (KVM virtual machine, > managed from virt-manager) > in order to understand enough to deploy FAI for some 120 machines (of > 5 flavours) in faculty computer rooms. > > fai-setup -v shows quite nice installation of ubuntu 10.04 to > /srv/fai/nfsroot/live/filesystem.dir/
I use the fai repo with debian squeeze and use make-fai-nfsroot instead of fai-setup. When it is done downloading/debootstrapping everything, it sets both the vmlinuz as the initrd file in the $TFTPROOT indicated in /etc/fai/make-fai-nfsroot.conf. [knip] > Yet booting fails to find kernel: > > [virtio-net]I/O address 0x0000c060, IRQ #11 > MAC address 52:54:00:CF:B8:2C > Searching for server (DHCP)..... > Me: 192.168.100.150, DHCP: 192.168.100.1, TFTP: 192.168.100.1 > Loading 192.168.100.1:/pxeIinux.0 (PXE) .done > > PXELINUX 4.02 debian-20101016 Copyright (C) 1994-2010 H. Peter Anvin et aI > !PXE entry point found (we hope) at 9D00:0680 via pIan A > UNDI code segment at 9D00 Ien 0AAD > UNDI data segment at 9C00 Ien 1000 > Getting cached packet 01 02 03 > My IP address seems to be C0A86496 192.168.100.150 > ip=192.168.100.150:192.168.100.1:0.0.0.0:255.255.255.0 > BOOTIF=01-52-54-00-cf-b8-2c > TFTP prefix: / > Trying to Ioad: pxeIinux.cfg/C0A86496 ok > CouId not find kerneI image: vmIinuz-2.6.38-11-generic > boot:_ check in your tftp server that those files are there. You should have both a vmlinuz.... as a initrd file with the same kernel version. -- groeten, natxo