On Wed, Aug 4, 2010 at 8:07 PM, Tim Bordemann <t.bordemann@xxxxxx> wrote:
kernel = "/usr/lib/xen/boot/pv-grub-x86_64.gz"
extra = "(hd1)/boot/grub/menu.lst" disk = [ 'phy:/dev/vg0/testmigration-disk,xvda2,w',
'phy:/dev/vg0/testmigration-swap,xvda1,w',
]
After creating the VM I always get to the grubdom commandline. When I
type in "configfile (hd1)/boot/grub/menu.lst" (exactly the same as the
extra line in the VM's configfile), the machine starts to boot.
Am I missing anything?
I have a suspicion that somehow your hd0 and hd1 got mixed up. What happens if you change the disk order? something like
disk = [ 'phy:/dev/vg0/testmigration-swap,xvda1,w',
'phy:/dev/vg0/testmigration-disk,xvda2,w', ]
-- Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|