OK, I'm not very good with the intricate workings of the grubby bits of Linux so bear with me, but here's what I have so far:
PowerMac G4/500 with XUbuntu Feisty Fawn
I have installed debootstrap
I have debootstrapped a base system to
/efika
/efika is shared via NFS with the following switches:
efika(rw,no_root_squash)
EFIKA 5200B
EFIKA with a USB stick holding kernels
I have booted from the supplied
ubuntu_efika kernel using this boot line:
Code:
boot hd0:0 ubuntu_efika ip=dhcp root=/dev/nfs nfsroot=192.168.1.64:/efika
The EFIKA boots, with a good bit of warnings and swearing, and gives me the
login: prompt
I can login here as 'root'
Networking works fine and dandy and I can install packages to the NFSRoot using apt-get
So my issue here is that from here I don't know what to do to get Ubuntu ON the EFIKA's hard drive. Well that's not true, I know I have to use
parted to partition the hard drive, format the partitions, then mount them under a subfolder (like
/target for example), then I can use
debootstrap AGAIN to drop a base system on that hard disk. That's my theory, I don't know wether it's a good one?
My current majot issue is that I have not got any
'sd*' devices listed under
/dev . This means I can't do anything with the hard drive. So I'm stuck. Where do I got from here?
UPDATE!!
OK I solved the problem here - I think the ubuntu_efika kernel has a problem. I booted the rig again using the debian_efika kernel and all the devices came up correctly.
I'm going to write a full breakdown of my methods and post a link to it on the thread here. While Johan's information is a great start, and is great, those of us with little or no experience in the area have to work out a lot of stuff we don't understand ourselves to get the stuff to work!