Quote:
Our server is sadly down (as our development machine too!) Anyway which filesystem are you using for the root partition?
hi, Giuseppe. yes, i've noticed that condition about crux server, hope you get it up and running again soon. re my boot attempts, they were all made from the same flash key formatted (and re-formatted) with ext2.
Quote:
I've seen that you're using the kernel image found on the installation media (it's OK), but did you copy /lib/modules/linux-$(uname -r) from the isntallation media to the root filesystem?
unfortunately i don't have access to the installation media. here is exactly what i did:
* i hunted the iso down to a random site (googled for the .iso file name). as it turns out that iso happens to be the original media one *yay!*
* i partitioned and formatted a flash key (to be precise, a 4GB memory stick card in a MS reader) with a sole ext2 partition (under OSX, if that would matter). the opensuse installation seemed to like it, so i assume it's a valid ext2 partition.
* i copied the content of the iso (mounted as a volume, again, under OSX) to the flash key (cp -R -p /iso /flash). i even diff'ed the result on my later attempt - found no issues with the copy.
* i attempted to boot, with the following configuration:
keyboard and flash key connected directly (i.e. sans hubs) to the efika. originally the attempts were without an HDD attached, then with an HDD attached. in the latter case HDD was partitioned amiga style (from within morphos), so nothing usable from crux, i assume.
boot command was:
Code:
boot scsi:0 ppc/efika/zImage.chrp root=/dev/sdb1 rootdelay=10
(rootdelay option courtesy of acrux)
as you can see from the above, i have not even been able to visit the original crux site and read instructions, so i may have missed something essential. i did read the
http://cruxppc.sunsite.dk/forum/viewtopic.php?p=1001 thread, though.