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] Installing Xen4.0.1 on Ubuntu 10.04 LTS issues (VGA cras

To: Priya <pbhat@xxxxxxxxxxxx>
Subject: Re: [Xen-users] Installing Xen4.0.1 on Ubuntu 10.04 LTS issues (VGA crashes at boot-up)
From: Bruce Edge <bruce.edge@xxxxxxxxx>
Date: Mon, 27 Sep 2010 16:33:09 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 27 Sep 2010 16:34:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7DmolLgVotOWVt5xdMF0b8huJ6jdG9ajVxq+gemLhPA=; b=Snr0QkAgmmebbwhd7oj1aUZ2rKUJcmvrsK6Lcwe6aZ5neB8MmsUNf3+5oenQms9HY9 qKIV7kkFy/1q0HtgH2GSzWwm/GGOjdOZ6ueow4IfM81K1RApNovOSUF1x+EWfqiOQ/Ik XQtyrYZMDB3QlNG8pubQzCWZDxljnoobpKMYs=
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 :cc:content-type:content-transfer-encoding; b=UyaVfwMeVZ/x+8l6LbugG3dqeccbDrwfMw1wEX6pullRoZnwdsTdVT8VP6TxPEeWda 8TxsRI32TPZ1xjr8jRJJ0SrBQdP+6/kCoSXJhEtI96RyRqgwdVS/s/nOYFzLoGbOMt4f hPsDrMg8BfhotLRkNUfgXPz4x8+mP/czn6bCE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=_+LrK7M=cREHvR_Lyzd4+z8NPS7L0+hNp2qYU@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: <AANLkTi=_+LrK7M=cREHvR_Lyzd4+z8NPS7L0+hNp2qYU@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, Sep 27, 2010 at 4:00 PM, Priya <pbhat@xxxxxxxxxxxx> wrote:
> Hey Guys !
> I am trying to install Xen 4.0.1 on Ubuntu 10.04 LTS on a 64-bit machine.
>
> Basically the issue that I am facing is that when I try to boot up my
> Domain0, my video display driver crashes and the system simply hangs.
>
> I am using an Intel graphics card:
> $ lspci -v | grep VGA
> 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset
> Integrated Graphics Controller (rev 03)
>
> I did some Google search and people had suggested to use the "nomodeset" and
> the "i915.modeset=0" options in the grub file in order to disable the KMS.
> Accordingly, I changed my /etc/grub.d/40_custom file to:
>
> $ more /etc/grub.d/40_custom
> #!/bin/sh
> exec tail -n +3 $0
> # This file provides an easy way to add custom menu entries.  Simply type
> the
> # menu entries you want to add after this comment.  Be careful not to change
> # the 'exec tail' line above.
>
> menuentry 'Xen 4.0.1, Ubuntu 10.4 kernel 2.6.32.21' {
>         recordfail
>         insmod ext2
>         set root='(hd0,1)'
>         multiboot (hd0,1)/boot/xen-4.0.1.gz dummy=dummy dom0_mem=832M
>         module (hd0,1)/boot/vmlinuz-2.6.32.21-xen dummy=dummy root=/dev/sda1
> nopat ro nomodeset console=tty0 earlyprintk=xen
>         module (hd0,1)/boot/initrd.img-2.6.32.21-xen
> }
>
> I have also tried to replace the "nomodeset" with "i915.modeset=0" in the
> above file and it still does not work.
>
> I am confident that it is the graphics that causing the boot failure because
> when I disable them (by doing "mv /etc/init/gdm.conf
> /etc/init/gdm.disabled"), the command-line based dom-0 comes up just fine.
>
> Can anyone throw some light on what could be causing the issue and what a
> possible work around can be?

You're going to be asked for the dom0 serial console output as that's
what shows why it crashed.
Set the dom0 to use a serial console and hook that up to another
machine so you can capture it using minicom or something like that.

-Bruce


>
>
>
>
> --
> Priya Bhat
>
>
>
> _______________________________________________
> 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>