Hello, I'm trying to get uml working on my opteron machine. It does, but only in TT mode. Both host and guest runs reasonably updated versions of gentoo. The guest system was compiled completely in i686 mode, and so was the guest kernel. The host runs compiled in x86_64 mode. The guest kernel is patched with -bs1 for 2.6.13. The host is patched with -v9-pre7 for 2.6.13.

linux32 ./linux-2613 mem=128m ubd0=root_fs ubd1=swap_fs eth0=tuntap,,,192.168.10.254 mode=tt rw

(boots just fine)


linux32 ./linux-2613 mem=128m stderr=1 ubd0=root_fs ubd1=swap_fs eth0=tuntap,,,192.168.10.254 mode=skas3 rw

...
NET: Registered protocol family 1
NET: Registered protocol family 17
Initialized stdio console driver
Initializing software serial port version 1
 ubda: unknown partition table
 ubdb: unknown partition table
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
Warning: unable to open an initial console.

(hangs)


linux32 ./linux-2613 mem=128m stderr=1 ubd0=root_fs ubd1=swap_fs eth0=tuntap,,,192.168.10.254 mode=skas0 rw

...
NET: Registered protocol family 1
NET: Registered protocol family 17
Initialized stdio console driver
Initializing software serial port version 1
 ubda: unknown partition table
 ubdb: unknown partition table
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
Warning: unable to open an initial console.

(hangs)


uname on host:

Linux ligur.student.mh.se 2.6.13.1-skas3-v9-pre7 #1 SMP Sat Sep 10 14:19:29 CEST 2005 x86_64 AMD Opteron(tm) Processor 244 AuthenticAMD GNU/Linux

uname on guest booted in TT mode:

Linux uml1.student.mh.se 2.6.13.1-bs1 #1 Fri Sep 23 09:59:19 CEST 2005 i686 UML User Mode Linux GNU/Linux

Wild guesses on some other possibly relevant package versions:

glibc (guest): 2.3.4.20041102-r1
glibc (host): 2.3.5-r1
gcc (guest): 3.3.5.20050130-r1
gcc (host): 3.4.4

Host kernel is compiled within host, guest kernel is compiled within guest.

Any ideas?

  // Joel



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to