On Thursday 19 July 2007 17:06, Youssef Eldakar wrote: > I am attaching the syslog along with the hardware-summary and partman > log.
Thanks. I think I see the error. The script currently assumes in a not vary nice way that there is only one disk present. Could you try again with the following change (around line 65-70 in the script). You can make that change in the same way you added the 'set -x'. Suggest you add 'set -x' again in case there are still problems and send the syslog again. *) - disc_offered_devfs=$(find $prefix -follow -name disc | head -n 1) + disc_offered_devfs=$(echo "$bootfs_devfs" | sed "s:\(.*\)/.*:\1/disc:") ;; esac disc_offered=$(mapdevfs "$disc_offered_devfs") > > Different issue. > > At that point there should at least be a /target/etc/lilo.conf. > > Is that indeed there and are the contents correct? > > Please send us the file. OK. The log shows that this error is a consequence of the first one. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]