2009/3/3 Jawad hussain <jawad.ss...@gmail.com>
>
> Hi,
>
> I am new to UML and I want to ask how to solve below mention warning.
>
>
> modprobe: FATAL: Could not load /lib/modules/2.6.17-rc1/modules.dep: No > 
> such file or directory

Hi,
from the host system, before starting UML,

# mount -o loop /path/to/rootfs /path/to/loopdir/
# cd /path/to/your/uml/kernel/sources/root
# make modules ARCH=um
# make modules_install INSTALL_MOD_PATH=/path/to/loopdir/ ARCH=um
# umount /path/to/loopdir/

start UML as usual and modprobe the modules youn need.

Bye,

Flavio

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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