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

Re: [Xen-users] domU unable to open an initial console

To: "shacky" <shacky83@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] domU unable to open an initial console
From: "Itamar Reis Peixoto" <itamar@xxxxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2007 12:53:02 -0300
Delivery-date: Thu, 23 Aug 2007 08:59:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
References: <7fedbc910708230720l55465bf4kef2735d88821a792@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
mount domU disk on /mnt and run this

for i in console null zero ; do MAKEDEV -d /mnt/dev -x $i ; done

--------------------

Itamar Reis Peixoto

e-mail/msn: itamar@xxxxxxxxxxxxxxxx
skype: itamarjp
icq: 81053601
+55 34 3238 3845
+55 11 4063 5033
----- Original Message ----- From: "shacky" <shacky83@xxxxxxxxx>
To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Sent: Thursday, August 23, 2007 11:20 AM
Subject: [Xen-users] domU unable to open an initial console


I'm installing a new domU with Fedora Core 7 operating system on my Xen 3.1.0.
I debootstrap Fedora Core 7 in the destination partition with rinse
(www.xen-tools.org) and I configured the fedora7.cfg:

kernel  = '/boot/vmlinuz-2.6.18-xenU'
memory  = '128'
root    = '/dev/sda1 ro'
disk = [ 'phy:vserver/fedora7-disk,sda1,w', 'phy:vserver/fedora7-swap,sda2,w
name    = 'fedora7'
vif  = [ 'vifname=fedora7, ip=192.168.1.141' ]
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

I copied the "/lib/modules/2.6.18-xenU/" directory from the dom0 to
the new domU.

When I start the domU with "xen create" I get this error in the domU console:

TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
xen-vbd: registered block device major 8
blkfront: sda1: barriers enabled
blkfront: sda2: barriers enabled
netfront: device eth0 has copying receive path.
XENBUS: Device with no driver: device/console/0
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 144k freed
Warning: unable to open an initial console.
Restarting system.

What is the problem?

Thank you very much!
Bye.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>