Problem with setup_harddisks
Steffen Grunewald
steffen.grunewald at aei.mpg.de
Wed Nov 22 11:47:56 CET 2006
On Wed, Nov 22, 2006 at 11:16:20AM +0100, fcm2 at alu.um.es wrote:
> Hello!
> I've got a problem booting a client, my installation dies with:
>
> /dev/hda: no such file or directory
> [...]
> setup_harddisks did not create /tmp/fai/disk_var.sh
>
> In my nfsroot don't exist /dev/hda, but I don't know how to do..
> I have udev in my FAI-Server, and the package udev in make-fai-nfsroot.conf.
>
> Someone can help me?
In a very early stage in my class/ directory, I run the following:
#!/bin/sh
df -t tmpfs /dev | tail -n+2 | grep -q ^tmpfs && {
cd /dev
./MAKEDEV hd
./MAKEDEV sd
}
exit 0
This solved my (similar) problems.
Perhaps a non-udev kernel would be suited as well, but we're living in an
udev world now...
Steffen
--
Steffen Grunewald * MPI Grav.Phys.(AEI) * Am Mühlenberg 1, D-14476 Potsdam
Cluster Admin * http://pandora.aei.mpg.de/merlin/ * http://www.aei.mpg.de/
* e-mail: steffen.grunewald(*)aei.mpg.de * +49-331-567-{fon:7233,fax:7298}
No Word/PPT mails - http://www.gnu.org/philosophy/no-word-attachments.html
More information about the linux-fai
mailing list