@patts
Hey, great to hear it's working!
If grub.conf can't be read, make sure there's a symlink to it called menu.lst (it's one of the steps in the FAQ GRUB item).
Here's how to enable networking:
Boot the installer CD
Start a shell
Type 'hwsetup'
Type 'lsmod'
Among the kernel modules listed you should see one for your network card (it'll probably match a corresponding item in the hardware lister)
Type the exact module name into the module list in your x-amiga installation: /etc/init.d/modules
(When X-Amiga reboots, it reads the modules in the list and enables them)
With the relevant lines uncommented in /etc/init.d/rcS you should have full networking!
One day this will be automated, or at least documented...
Amir