On Thursday 18 August 2005 14:35, Riccardo Bianconi wrote:
> I'm tring to install uml on ubuntu with 2.6.10 kernel.
>
> If I made
> - make mrproper ARCH=um
> - make xconfig ARCH=um
> - load the defconfig file in arch/um
> --> remove module option <---
This will turn anything which is enabled as "module" into linked-in. This may 
include things which are needed for you setup to work (say ext2 support, or 
whatever you use for your root fs, including hostfs if you do it).
Be sure UML works with modules, it's the setup I've been using for ages.
> - make linux ARCH=um
> - strip linux
> Then I call "./linux ubd0=FSNAME" and UML seems to functions... but I
> haven't support for module

> If I made
> - make mrproper ARCH=um
> - make xconfig ARCH=um
> - load the defconfig file in arch/um
> - make linux ARCH=um
> - make modules ARCH=um
> - make modules_install ARCH=um INSTALL_MOD_PATH=WHEREMOUNTEDFS
> - strip linux
> Then I call "./linux ubd0=FSNAME" UML boot exit after "Initializing stdio
> console" or hangs up on "criptographic API"
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade


                
___________________________________
Yahoo! Agenda ti aiuta a ricordare impegni, appuntamenti e compleanni
http://agenda.yahoo.it



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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