On Fri, Nov 12, 2010 at 09:28:06AM +0100, Hans de Goede wrote:
> Boot the installer into rescue mode and run
> parted /dev/<path-to-entire-disk>
> 
> And in parted do:
> mklabel gpt

For VMs you can do:

 guestfish -a /dev/<path-to-VM-disk> run : part-init gpt

(which destroys any data on /dev/<path-to-VM-disk>), and then proceed
with virt-install/whatever as usual.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to