From mboxrd@z Thu Jan 1 00:00:00 1970 From: AL13N Subject: booting from HVM (?pv?) Date: Mon, 24 Jun 2013 22:21:48 +0200 Message-ID: <2868131.7MlTNbVQX4@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi, I'm the Mageia XEN packager and during QA, we stumbled into a problem. in fact, we wanted to test Mageia 3 installation on a HVM. so, we had a sparse image and a iso file: [ 'file:/opt/testhvm.img,sda,w', 'file:/opt/mageialive.iso,hdb:cdrom,r' ] the live booted, and was able to install to disk, but it never seemed to boot after the install... (for some reason) in the end, this "worked" when we changed to: [ 'file:/opt/testhvm.img,xvda,w', 'file:/opt/testhvm.img,sda,w' ] apparently 'xvda' to get grub to boot the kernel; and 'sda' so that it could start... any idea as to why it can't be booted with sda? is there a specific driver missing?