Eugene Podkopaev wrote: > Hi! > My autoinstall script failed reporting: > Kernel /vmlinuz-2.4.21-32.ELsmp under [KERNEL0] doesn't exist, please check > your systemconfigurator config > > > Original systemconfig.conf > [BOOT] > ROOTDEV = /dev/sda2 > BOOTDEV = /dev/sda > DEFAULTBOOT = systemimager > > [KERNEL0] > LABEL = systemimager > PATH = /boot/vmlinuz-2.4.21-32.ELsmp > INITRD = /boot/initrd-2.4.21-32.ELsmp.img > APPEND = ro root=LABEL=/ > > Rewritten systemconfig.conf > [BOOT] > ROOTDEV = LABEL=/ > BOOTDEV = LABEL=boot > DEFAULTBOOT = PCC8PAR > > [KERNEL0] > LABEL = PCC8PAR > PATH = /vmlinuz-2.4.21-32.ELsmp > INITRD = /initrd-2.4.21-32.ELsmp.img > APPEND = ro root=LABEL=/ > > > I have systemimager-4.0.0-1, systemconfigurator-2.2.11-1. Both client and > server are Linux RedHat 3.5, linux-2.4 i386 kernel. > How can I fix this issue? Any help is appreciated. >
This is a known bug fixed in the developers' trunk: http://www.systemimager.org:8000/trac.systemimager.org/changeset?old=trunk%404336&new=trunk%404336 The fix will be available in the next SystemImager stable release. For now you can try the pre-release packages, available here: http://download.systemimager.org/~arighi/systemimager/ Remember to always re-create your auto-install scripts by si_mkautoinstallscript(8) after a packages update. -Andrea ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
