> 1. created a free partition /dev/sdb4 > 2. turned it into an ext2 fs > 3. brought over the basetarball and tar -xvf'd it > 4. made sure that there was a vmlinux in the /boot directory > 5. made sure that the quick.conf file looked similar to the one in the > install help > 6. added some users into the passwd file
Booting straight into the base tarball is a bit tricky. Why that message is happening I don't know for sure, but the best guess is a missing /etc/fstab - that's the most frequent problem. You'll also need a /etc/resolv.conf. Dan

