CS 19740 from xen-3.4-testing.hg appears to be applied to current xVM’s tree  :-
xen_changeset : Fri Dec 11 08:54:46 2009 +0300 19667:efeb205e29b8
  
Build on 11/30/09 was still affected. Date for 129 is 11/24/09 , hence CS 19740
was not applied yet.
View :
http://xenbits.xensource.com/xen-3.4-testing.hg?rev/7a57911ff09e




________________________________
From: E. Mike Durbin <[email protected]>
To: [email protected]
Sent: Tue, December 15, 2009 5:17:56 AM
Subject: [xen-discuss] Boot loader didn't return any data!

Hi!

Got a fresh install of b129.

Did an install of Fedora12, worked great.  Fedora goes through the entire 
install,
finishes, and wants to reboot.

Can't reboot, I get the following error:

   # virsh start fedora
   error: Failed to start domain fedora
   error: POST operation failed: xend_post: error from xen daemon: (xend.err 
"Boot loader didn't return any data!")

I can look at the zvol (/dev/zvol/dsk/rpool/guests/fedora) and see that
grub did get installed.

# dd if=/dev/zvol/rdsk/rpool/guests/fedora of=/tmp/junk bs=1024k count=2
# od -c /tmp/junk > /tmp/junk.od-c
# more /tmp/junk.od-c
....
0000560  \0 276 223   } 350   *  \0 353 376   G   R   U   B      \0   G
0000600   e   o   m  \0   H   a   r   d       D   i   s   k  \0   R   e
....

Here was my install script:

MEDIA=nfs:192.168.5.1:/storage/misc/Downloads/ISOs/Linux/Fedora12/Fedora-12-x86_64-DVD

NAME=fedora
POOL=rpool/guests

#zfs create -V 50G ${POOL}/${NAME}

virt-install \
       --paravirt \
       --nographics \
       --noautoconsole \
       --debug \
       --os-type linux \
       --os-variant fedora11 \
       -n ${NAME} \
       -f /dev/zvol/dsk/${POOL}/${NAME} \
       -l ${MEDIA} \
       --vcpus=1 \
       -r 1024

(I tried with and without 'nographics' and 'autoconsole')

Any suggestions?

emike


_______________________________________________
xen-discuss mailing list
[email protected]



      
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to