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] RE: domU on v3.2 is not booting

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] RE: domU on v3.2 is not booting
From: "Masroor Vettuparambil" <Masroor.Vettuparambil@xxxxxxxxxxxx>
Date: Thu, 28 Feb 2008 07:07:22 -0500
Cc: masroor.vettuparambil@xxxxxxxxxxxx
Delivery-date: Thu, 28 Feb 2008 04:08:58 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1JUXm8-0007VE-U2@host-192-168-0-1-bcn-london>
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: <E1JUXm8-0007VE-U2@host-192-168-0-1-bcn-london>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ach5quyPbzRwYc5GQ1adYExGzKG8GQAVaEIg
Thread-topic: domU on v3.2 is not booting
thanks for the reply Jon. 
But that kernel option didn't work for me.
filesystem seems to be corrupted, so I ran fsck.ext3 disk1.
After that the below mentioned EXT3 boot error is disappeared.
Still the domU kernel 2.6.18.8 is getting hanged.

Then I installed the kernel in v3.1 using make install-kernels.
this kernel(2.6.8) is booting well.
So I feel I have missed to copy some kernel related stuffs to disk1.
I have copied all lib modules of 2.6.18.8 to disk1. Anything else I need
to copy to disk image?

thanks
Masroor.

Date: Wed, 27 Feb 2008 10:27:30 -0900
From: jonr@xxxxxxxxxx
Subject: Re: [Xen-users] domU on v3.2 is not booting
To: xen-users@xxxxxxxxxxxxxxxxxxx
Message-ID: <20080227102730.6n0032b34g4o0gcg@xxxxxxxxxxxxxx>
Content-Type: text/plain;       charset=ISO-8859-1;     DelSp="Yes";
        format="flowed"

Quoting Masroor Vettuparambil <Masroor.Vettuparambil@xxxxxxxxxxxx>:

> hi all,
>
> I installed v3.2 from source and now dom0 is booting well. But when I 
> tried to start domU it shows the following error message and seems 
> hanging.
>
> EXT3-fs: mounted filesystem with ordered data mode.
> EXT3-fs warning: mounting unchecked fs, running e2fsck is recommended
> EXT3 FS on hda1, internal journal
> device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised:
> dm-devel@xxxxxxxxxx
> EXT3-fs error (device hda1): ext3_free_blocks_sb: bit already cleared 
> for block Aborting journal on device hda1.
> EXT3-fs error (device hda1) in ext3_reserve_inode_write: Journal has 
> aborted EXT3-fs error (device hda1) in ext3_truncate: Journal has 
> aborted EXT3-fs error (device hda1) in ext3_reserve_inode_write: 
> Journal has aborted EXT3-fs error (device hda1) in ext3_orphan_del: 
> Journal has aborted EXT3-fs error (device hda1) in 
> ext3_reserve_inode_write: Journal has aborted EXT3-fs error (device 
> hda1) in ext3_delete_inode: Journal has aborted ext3_abort called.
> EXT3-fs error (device hda1): ext3_journal_start_sb: Detected aborted 
> journal Remounting filesystem read-only
> audit(1204110895.260:2): audit_pid=0 old=0 by auid=4294967295
> audit(1204110895.270:3): audit_backlog_limit=256 old=64 by
> auid=4294967295
> NET: Registered protocol family 10
> lo: Disabled Privacy Extensions
> IPv6 over IPv4 tunneling driver
>
> the configuration file is,
>
> kernel = "/boot/vmlinuz-2.6.18.8-xen"
> ramdisk = "/boot/initrd-2.6.18.8-xen"
> memory = 256
> name = "VM1"
> vif = [ 'mac=00:16:3e:00:00:11, bridge=eth2' ] disk = [ 
> 'file:/home/xen/images/disk1,hda1,w' ] root = "/dev/hda1"
> extra = "3"
>
> the file image disk1 was worked with the kernel 2.6.18 that is coming 
> with v3.1.
>
> Any idea?
>
> regards
> Masroor
>
Substitute your 'extra' line with this one:

extra = 'xencons=tty0'

Hope that helps,

Jon




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] RE: domU on v3.2 is not booting, Masroor Vettuparambil <=