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] how should I go for Xen 4.0.1 with a non pv-ops Dom0 ker

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] how should I go for Xen 4.0.1 with a non pv-ops Dom0 kernel
From: Abhishek Dixit <abhidixit87@xxxxxxxxx>
Date: Thu, 3 Mar 2011 17:20:17 +0530
Delivery-date: Thu, 03 Mar 2011 03:51:29 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=n26RHngpbz5ay0hH3iaCln4c4Gb3lh+2tL/LIanIXiA=; b=d3cnrmCAq2xFX8FFM6fr6ES0N2FIS46raakCKQ0Bb/kqAzjvapIwIdew2P8KeF2NUA rt5S1nFQ2dOrB8YMqJIQ1y9F57LXkClw9kPD6V/vif4YYEzv1BVY0R/Rcr73wctGafBL XpdlxXJBl1QHiiVyQGVbkO9TStaSwqeFSYloI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XTYQZFVGEaCGpxbKxi8kIkB10ziqPigcbvHHBdHSlfrZudc/oTdDpUPRvvHKUPFDkZ 5DZ7rDZfj3yLNPQkSO6lQi1VZH8jsBjlRgfJoxynagw4nszxxIgKqJT3j0zrHmVMjYsj rCnycidJxItpIZl8Xb5sdxmxjGJ4W/PLm5XdE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTikRCxH2grQoJxnK2w+HYZF=WTti=e6t6_j9GNak@xxxxxxxxxxxxxx>
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: <AANLkTim+PWUrkfaECdxuDbAQuo2yYj0CgWVbJqTdCCpf@xxxxxxxxxxxxxx> <AANLkTikRCxH2grQoJxnK2w+HYZF=WTti=e6t6_j9GNak@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, Mar 3, 2011 at 2:44 PM, Fajar A. Nugraha <list@xxxxxxxxx> wrote:
> On Thu, Mar 3, 2011 at 3:55 PM, Abhishek Dixit <abhidixit87@xxxxxxxxx>
> wrote:
>>
>> my hypervisor could not boot and unfortunately the
>> system is rebooting so frequently that I am not able
>> to note down the error messages on a paper and pencil.
>
> Try http://wiki.debian.org/Xen#dom0automaticreboots
> --
Your link is good I tried it but the results are not different.
menuentry 'Xen 4.0.1 with new kernel' {
        root='(hd0,1)'
        kernel (hd0,1)/boot/xen.gz noreboot
        module  (hd0,1)/boot/vmlinuz-2.6.32.27-pv-ops root=/dev/sda1
ro console=tty0
        module  (hd0,1)/boot/initrd.img-2.6.32.27-pv-ops
}


error: unknown command kernel
error :u need to load the multiboot kernel first
error :u need to load the multiboot kernel first
Press any key to continue

Now when I changed the entry to some thing like this

menuentry 'Ubuntu, with Xen and  Linux 2.6.32.27'  {
        recordfail
        insmod ext2
        set root='(hd0,1)'
        multiboot (hd0,1)/boot/xen.gz dummy=dummy noreboot
        module  (hd0,1)/boot/vmlinuz-2.6.32.27 dummy=dummy nopat
root=/dev/sda1 ro console=tty0
        module  (hd0,1)/boot/initrd.img-2.6.32.27

}

Then even before I could note down any message on screen it becomes black.

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

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