Jonatan Liljedahl wrote:
>> I've put up an updated initrd at http://kymatica.com/new_initrd
>> with a fixed startGoboLinux script, this loop should work, right: ?
>>
>> # Mounting Packages*.squashfs files inside /Programs
>> DIRS="/Mount/TmpFS/Programs=rw"
>>
>> for i in /Mount/CD-ROM/Packages*.squashfs; do
>>     mount -o loop,ro -t squashfs $i \
>> /Mount/SquashFS/`basename $i .squashfs`
>>     DIRS="$DIRS:/Mount/SquashFS/`basename $i .squashfs`=ro
>> done
>>
>> mount -t unionfs -o dirs=$DIRS none /Mount/TmpFS/Programs
>>
>> Do you have the time to create a new ISO with this initrd and the new
>> kernel (both as isolinux/kernel and as the "installed" kernel in the
>> corresponding squashfs image)?
>>
>> Almost there now... =)
> 
> Damn!! Forgot to close the quote (DIRS="...)!!
> I've surely used up some blank discs by now, and gone through the phases
> of replacing a file inside an initrd image inside an ISO image... well,
> it's time to do it once more. =/
> 
> I'll upload the new initrd at the same URL as before.

So, now it booted and the Installer was there, even though it didn't
show up on the KDE desktop... Anyhow, when trying to run it, it bails
out at ProfileInstall with this:

ProfileInstall: line 80: 3721 Segmentation fault   cp -ra
/Files/${dest_dir}/Files

!?

dmesg shows "kernel BUG at fs/reiserfs/bitmap.c:1287!" and some register
dumps and stacktraces from reiserfs code!

BTW, which filesystem is considered most secure (in an
anti-crash-or-dataloss kind of way), reiserfs or ext3 or something other?

-- 
/Jonatan - http://kymatica.com
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to