Package: fai-client Version: 2.10.1 I have a disk_config like the following:
disk_config disk1 primary /boot 50-100 rw ; -c -j ext2 primary / 1000- rw ; -j ext3 logical swap 100-999 rw The intent is that the client should be booted off the /boot partition which has to be located in the beginning of the disk. The reason is because the disk is old and it is only possible to boot off the first part of it. The client instead seem to try booting off the second partiton, mounted at /: root (hd0,4) Filesystem type is ext2fs, partition type 0x83 kernel /vmlinuz-2.6.8-3-386 root=/dev/hda5 ro Error 15: File not found Press any key to continue... By manually changing root (hd0,4) to root (hd0,0) it is possible for me to get the client to boot. -- mvh Björn

