Hi Andrea, some time ago you introduced the rewriting of the image's systemconfig.conf. This is what is does for my client:
/etc/fstab (of client) will be: /dev/sda1 /boot ext3 ... /dev/sda3 / ext3 ... The originally created systemconfig.conf: [BOOT] ROOTDEV = /dev/sda3 BOOTDEV = /dev/sda [KERNEL0] PATH = /boot/vmlinuz LABEL = vmlinuz The rewritten systemconfig.conf (done in the autoinstallscript): [BOOT] ROOTDEV = /dev/sda3 BOOTDEV = /dev/sda1 [KERNEL0] PATH = /vmlinuz LABEL = vmlinuz This is wrong! It will lead to grub-install /dev/sda1 i.e. install the grub stuff onto the partition, not the device. Also replacing the kernel path leads to failure of systemconfigurator. It doesn't find the kernel in the correct place (which is /boot/vmlinuz). I believe you wanted to fix something, but think it might have been fixed in the wrong way. Do you remember what you needed to fix? Maybe there is something which needs to be changed in systemconfigurator? Regards, Erich ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ sisuite-devel mailing list sisuite-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-devel