Hello, Wondering if someone might push me in the right direction?
I've setup the boot server using si_mkbootserver and specified all the defaults... ie: What is the full pathname of the kernel you want to use? [(/usr/share/systemimager/boot/i386/standard/kernel)] What is the full pathname of the compressed ramdisk (initrd.img) you want to use? [(/usr/share/systemimager/boot/i386/standard/initrd.img)] Ran the si_mkclientnetbood --netboot --clients HOSTNAME, Saw this somewhere and ran it too: perl -pi -e 's/APPEND/APPEND IMAGESERVER=systemimagerserver IMAGENAME=RH40U3/' /tftpboot/pxelinux.cfg/$MAC which produced my tftpboot file LABEL systemimager KERNEL kernel APPEND IMAGESERVER=systemimagerserver IMAGENAME=RH40U3 vga=extended initrd=initrd.img root=/dev/ram So far so good? It boots up fine, but it crashes with these errors: run_autoinstall_script >>> /scripts/RH40U4.master get_arch Partitioning /dev/sda... Old partition table for /dev/sda: Error: Could not stat device /dev/sda - No such file or directory. Figured we don't have the right drivers to find the hard disk (being SATA or some such...) so I copy the kernel and initrd.img over from the image directory cp /var/lib/systemimager/images/RH40U3/etc/systemimager/boot/kernel /tftpboot cp /var/lib/systemimager/images/RH40U3/etc/systemimager/boot/initrd.img /tftpboot Reboot and get another error: EXT2-fs error (device ram0): ext2_get_inode: unable to read inode block - inode=676, block=24736 Kernel panic - not syncing: no init found. Try passing init= option to kernel. Am I missing something... probably something obvious too? ;-) Thanks Jason ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
