|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen kernel diy not working
> On Tue, 2004-12-21 at 09:53 +0000, Keir Fraser wrote:
>
> > > What am I doing wrong?
> > >
> > > Thanks in advance for any reply!
> >
> > Post your GRUB menu lines for Xen, and your kernel config file.
> >
> I see no reply so I send you also my grub config:
>
> default=0
> timeout=11
>
> title xen
> #:0 <-- type: 0 => linux, 1 => windows, 2 => other
> root (hd0,1)
> kernel /boot/xen.gz console=vga
> module /boot/vmlinuz-2.6.9-xen0 md=2,/dev/sdb3,/dev/sdc3
> root=/dev/md2 ro console=/dev/tty0
> 22
>
>
>
The problem is probably something suspect in your kernel config.
Try building a kernel with the default configuration: it may fail to
find all devices on your system, but you should then get *some* output
from the DOM0 kernel.
-- Keir
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|