-----------
 
 - chroot to your new build system and compile a new kernel
+  (you have to do this if you are not booting via nfsroot!)
        
        example:
        
                PATH="/sbin:/bin:/usr/sbin:/usr/bin" --login
        cd /usr/src/linux
        make menuconfig
+       (disable CONFIG_ROOT_NFS, if you are not booting via nfsroot!)
        make dep bzImage modules modules_install
 
 - yo may want to set a root password (default is 'hdw' iirc)