WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problem while booting dom0 in FC4 for Xen-2.0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem while booting dom0 in FC4 for Xen-2.0
From: "AMIT KUMAR" <amitkpce@xxxxxxxxxxxxxx>
Date: 30 Dec 2005 06:33:26 -0000
Delivery-date: Fri, 30 Dec 2005 06:38:12 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: AMIT KUMAR <amitkpce@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

hi ,
          Booting process hangs after giving following warning ,
"Current emulating unsupported memory access in /lib/tls libraries. The emulation is very slow . To ensure full performance you should execute
mv /lib/tls /lib/tils.disabled"

This warning comes even after performing 'mv '.

Following is grub config:
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/sda3
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=20
splashimage=(hd0,1)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4smp)
        root (hd0,1)
        kernel /vmlinuz-2.6.11-1.1369_FC4smp ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.11-1.1369_FC4smp.img
title Xen 2.0 / XenLinux 2.6
      root(hd0,1)
      kernel /xen-2.0.7.gz  dom0_mem=720000
      module /vmlinuz-2.6.11.12-xen0  root=/dev/sda3 ro console=tty0

Following is the output of fdisk -l
Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1        5099    40957686    7  HPFS/NTFS
/dev/sda2            5100        5112      104422+  83  Linux
/dev/sda3            5113        9474    35037765  83  Linux
/dev/sda4            9475        9729    2048287+  5  Extended
/dev/sda5            9475        9729    2048256  82  Linux swap / Solaris

Xen-3.0 gives problem of Insufficient memory for dom0.

I have been successfully running Xen-2.0 with RHEL-3 kernel-2.4.20 with dom0 as 2.6.11.12.

Is this problem with FC4 ?

Any help in this regard will be greatly appreciated.

Thanks and Regards,
Amit Kumar





_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem while booting dom0 in FC4 for Xen-2.0, AMIT KUMAR <=