> Can anyone please tell me what I'm missing.

You have not the correct loadable modules for your kernel.
If you have compiled your brand new kernel, with ARCH=um (I guess
because it's last version), mount your root file system on host
machine (mount root_fs /mnt -o loop), and install the modules compiled
also with ARCH=um


export ARCH=um
make defconfig
make menuconfig
(select all netfilter options)
make
make modules
(mount your root_fs)
make modules_install INSTALL_MOD_PATH=(mount path for root_fs)
(umount root_fs)

boot your UML et voilĂ .

Regards

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to