Displaying 1 result from an estimated 1 matches for "worker1_disk".
2012 Dec 27
3
Accessing individual partitions of a HVM guest
Hi,
I need to do some p2v migration of a very old SuSE server.
Unfortunately, the kernel of that machine doesn''t support running as xen
domU, so I need to put the machine into a HVM domU.
When I set up the domU with
disk = [''phy:/dev/vg_guest/worker1_disk,sda1,w'']
then the domU doesn''t boot because it says that no OS was found on the HDD.
Of course I could set up the domU with
disk = [''phy:/dev/vg_guest/worker1_disk,sda,w'']
but then how can I access the individual partitions of the domU''s
/dev/sda...