Christian Meissner a écrit :
I have tried this method but it doesn't work. Maybe I'm doing something
wrong ?
Here is what I did :
My fai server is : 192.168.1.204
I Add in the /etc/fai/menu.lst those lines :
title Fully Automatic Installation - dhcp, nfsroot
kernel /boot/vmlinuz ip=dhcp root=/dev/nfs
nfsroot=192.168.1.204:/srv/fai/nfsroot boot=live
FAI_FLAGS="verbose,sshd,createvt" FAI_ACTION=install
initrd /boot/initrd.img
I have a boot cd here which i have generatet by make-fai-bootfloppy and
there i have to delete root=/dev/nfs from the grub command line.
br Chris
Hi,
thanks for your answer. I tried this method, but when I run the
make-fai-bootfloppy command, it fails to find the files because they are
not in /srv/fai/nfsroot but in /srv/fai/nfsroot/live/filesystem.dir.
So, I tried something else :
I ran the fai-cd command, burn a cdrom and boot the client with this cdrom.
Then I choose to install a demohost.
I enter the password and it fails with this message :
"/init: .: 150: Can't open /scripts/live"
Have you got an Idea ?
tks
Jean-Paul