Danke für die Tips, die waren sehr hilfreich!
Ich bin jetzt soweit gekommen, daß ich den Kernel compiliert habe.
Leider funktioniert das Booten von der Installation auf Platte noch nicht.
Der Bootvorgang wird an folgender Stelle abgebrochen:
--
Gentoo Linux;
http://www.gentoo.org/ Copyright 2001-2004 Gentoo Technologies, Inc.; Distributed under the GPL
* Mounting proc at /proc... [ ok ]
* Starting devfsd...Started device management daemon v1.3.25 for /dev
[ ok ]
* Activating (possible) swap...modprobe: Can't locate module /dev/SWAP
[ ok ]
* Remounting root filesystem read-only (if necessary)...modprobe: Can't locate
module /dev/ROOT
[ ok ]
* Checking root filesystem...modprobe: Can't locate module /dev/ROOT
modprobe: Can't locate module /dev/ROOT
modprobe: Can't locate module /dev/ROOT
modprobe: Can't locate module /dev/ROOT
fsck.ext3: No such file or directory while trying to open /dev/ROOT
/dev/ROOT:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
* Filesystem couldn't be fixed
[ !! ]
Give root password for maintenance
(or type Control-D for normal startup):
--
Hab ich was beim Partitionieren / Filesystem zuweisen falsch gemacht? Muß die Root-Partition zwingend ext2 sein??? Soweit ich mich erinnere, habe ich die eine Partition als ext3 gemacht, die andere ist eine Swap-Partition.