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] Kernel panic on Xen 4.0.1 + Debian Squeeze

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Kernel panic on Xen 4.0.1 + Debian Squeeze
From: Ilya Kozlov <unicast.ru@xxxxxxxxx>
Date: Tue, 21 Sep 2010 20:45:22 +0400
Delivery-date: Tue, 21 Sep 2010 09:48:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=0Wvvo9C0dp7a/f0kqHhAp25KyGajFNfsdcSutFpa9dw=; b=I1E3OTpyG/HSDK8TBpB5HZEYgQxelhhuFgfJYBAY8R2laEC61M3DN5Yjvxco8NcuKb 4/iAalz/B3DuWZY+17rvOhQ616CBRSe4GrVLXLADzR2IW5RtyKFBRvj/KK52WVIgh0W8 kOQ4OH4Z5It4V9Pk4SXwRohlIkWjp+GqCTc8k=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=O7GcCdY1C5lmuP1HWlcy1ZLajrsRg2OcJgYGmQJDyS2bHhj5pBz/b2CACodqpRAynJ uA1sR226pbRRNrLV9NxeB6Zv3R6xLfbrstMEhwYiNCLVUi8deF3XeI//QqFX9/+vrr3t 4vTWcZFN2ZeTQ99cySMauCEd13YkfWSIiF6G0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BAY148-w13AFD09E3BDFE123CB7DFEEF7B0@xxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTikqyd7Sck9yQadRFj-CUYZiq-Dt+xpR-4q0d=4e@xxxxxxxxxxxxxx> <20100917165515.GA31903@xxxxxxxxxxxxxxxxxx> <BAY148-w13AFD09E3BDFE123CB7DFEEF7B0@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I added option "iommu=off", becouse without it system show black screen and reboots.

> What partition is root? I believe "set root='(hd0,msdos1)'" is wrong
> (dependant on if you actually have the partition setup as msdos!?) --
> should be more like "set root='(hd0,1)"
I tried this option with the same result

2010/9/18 Mike Viau <viaum@xxxxxxxxxxxxxxx>

> On Date: Fri, 17 Sep 2010 17:55:15 +0100 <mark@xxxxxxxxxxxxxxxxxx> wrote:
>
> What partition is root? I believe "set root='(hd0,msdos1)'" is wrong
> (dependant on if you actually have the partition setup as msdos!?) --
> should be more like "set root='(hd0,1)'"

It seems to work out of the box with msdos based entries in squeeze.

I am running a grub similar to this and it works.

The only un standard part is " iommu=off "


-M

>
> On Fri, Sep 17, 2010 at 06:05:30PM +0400, Ilya Kozlov wrote:
>> Hi.
>>
>> I'm trying to run Xen 4.0.1 with Debian Squeeze in Dom0
>> My grub config:
>> menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN
>> 4.0-amd64' --class debian --class gnu-linux --class gnu --class os --class
>> xen {
>> insmod part_msdos
>> insmod ext2
>> set root='(hd0,msdos1)'
>> search --no-floppy --fs-uuid --set e719719a-35aa-4ada-8ab5-9b6c676bc89e
>> echo 'Loading Linux 2.6.32-5-xen-amd64 ...'
>> multiboot /boot/xen-4.0-amd64.gz placeholder iommu=off
>> module /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
>> root=UUID=e719719a-35aa-4ada-8ab5-9b6c676bc89e ro quiet
>> echo 'Loading initial ramdisk ...'
>> module /boot/initrd.img-2.6.32-5-xen-amd64
>>
>> After boot i see in console:
>> Failed to execute /init
>> Kernel panic - not syncing: No init found. Try passing init= option to
>> kernel
>> Pid: 1, comm: swapper Not tained 2.6.32-5-xen-amd64 #1
>>
>> Initramfs unpacking failed: junk in compressed archve
>> registering netback
>> Kernel panic - not syncing: VFS: Unable to mount root fs on
>> unknown-block(0,0)
>>
>> Kernel vmlinuz-2.6.32-5-xen-amd64 without xen boots normaly.
>>
>> My "trouble" server is IBM HS-22 (2x Xeon E5530, 36 GB RAM, LSI SAS).
>> The same configuration works correctrly on other machine (supermicro-based).
>> But this is not "bad hardware" trouble - i tried two different HS-22
>>
>>
>> --
>> WBR, Kozlov Ilya AKA unicast AKA Lin
>
>> _______________________________________________
>> 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

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



--
WBR, Kozlov Ilya AKA unicast AKA Lin

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