[CentOS] pygrub cannot find kernel

Mon May 21 20:10:39 UTC 2007
Daniel de Kok <danieldk at pobox.com>

On Mon, 2007-05-21 at 11:26 -0700, Fong Vang wrote:
> I just installed a CentOs 5 domU system on a CentOS 5 dom0 system
> following the instructions detailed here:
> http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU.
> 
> The installation went through successfully.  After installation,
> however, pygrub can't find a kernel.

No, this:

>   File "/usr/bin/pygrub", line 366, in draw
>     self.draw_main_windows()
>   File "/usr/bin/pygrub", line 159, in draw_main_windows
>     curses.use_default_colors()
> _curses.error: use_default_colors() returned ERR 
> No handlers could be found for logger "xend"
> Error: Boot loader didn't return any data!
> Usage: xm create <ConfigFile> [options] [vars]

is a curses error. How are you creating the domain? Do you happen to use
"xm create -c" over SSH? If so, could you try to create the domain with
"xm create" (without -c), and attach the console to the domain later
with "xm console"?

-- Daniel