> Hmm I know cp didn't copy the /dev stuff right.. but I figured I could run
> MAKEDEV once it was up.. any tips for using tar/dump to copy that stuff
> properly? Could that be causeing the problem?
hmm, you need those device files before you can run lilo.
I forgot what partitions you had defined, just pretend I list them all
and make whatever corrections you need to with my device names:
mount /dev/sda1 /scsiroot
mkdir /scsiroot/usr
mount /dev/sda3 /scsiroot/usr
mount /dev/sda4 /scsiroot/var
mount /dev/sda5 /scsiroot/home
tar --one-file-system -cf - / /usr /var /home | tar -C /scsiroot -xvf -
[ ie. mount the new filesystems in the correct place relative to each
other, then tar up the originals, piping the output to a tar that does
the restore. You can leave off the 'v' options if you want, everything
else is pretty much required. ]
_____________________ _ _ _________________________
Michael Rice |_| Collective |_| http://www.colltech.com
[EMAIL PROTECTED] |_ Technologies _| 8007598888/8019292 pager
Consultant [] [] "The Power Of Many Minds"
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]