public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Fedora 8 as kvm guest
@ 2008-02-03  5:06 Bob Tennent
       [not found] ` <200802030506.m1356N3E002718-s+GRcMkL13YalnyRIsVktCwD8/FfD2ys@public.gmane.org>
  2008-02-10 11:36 ` Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Bob Tennent @ 2008-02-03  5:06 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

I'm experimenting with kvm on a Fedora 8 system. I've installed the
necessary packages, have a suitable CPU etc. I'll eventually aim for
a Windows guest, but am trying out a virtual Fedora 8 guest. When I
try to install a Fedora guest, it threatens to wipe and re-partition
the whole drive. It does this whether I specify an installation file
or partition in virt-manager. Can I ignore this? I don't want my whole
installation wiped. Is the hypervisor presenting the Fedora install with
a file/parition and making it think it has a whole drive?

Bob T.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fedora 8 as kvm guest
       [not found] ` <200802030506.m1356N3E002718-s+GRcMkL13YalnyRIsVktCwD8/FfD2ys@public.gmane.org>
@ 2008-02-03 12:04   ` Uri Lublin
  0 siblings, 0 replies; 3+ messages in thread
From: Uri Lublin @ 2008-02-03 12:04 UTC (permalink / raw)
  To: Bob Tennent; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Bob Tennent wrote:
> I'm experimenting with kvm on a Fedora 8 system. I've installed the
> necessary packages, have a suitable CPU etc. I'll eventually aim for
> a Windows guest, but am trying out a virtual Fedora 8 guest. When I
> try to install a Fedora guest, it threatens to wipe and re-partition
> the whole drive. It does this whether I specify an installation file
> or partition in virt-manager. Can I ignore this? I don't want my whole
> installation wiped. Is the hypervisor presenting the Fedora install with
> a file/parition and making it think it has a whole drive?
>
> Bob T.
>   

KVM guests see a virtual disk (which usually does not contain the host 
installation).
To be on the safe side use a disk-image-file and verify that your guest 
finds no partitions and specifically no linux partition where the host 
fedora is installed.
And/Or let us know the command line you are using.
And/Or use the following, taken from KVM Wiki, which is safe 
(location/name of executables may vary):

/usr/local/kvm/bin/qemu-img create -f qcow vdisk.img 10G
sudo /usr/local/kvm/bin/qemu-system-x86_64 -hda vdisk.img -cdrom /path/to/boot-media.iso \ 
   -boot d  -m 384

Uri

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fedora 8 as kvm guest
  2008-02-03  5:06 Fedora 8 as kvm guest Bob Tennent
       [not found] ` <200802030506.m1356N3E002718-s+GRcMkL13YalnyRIsVktCwD8/FfD2ys@public.gmane.org>
@ 2008-02-10 11:36 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2008-02-10 11:36 UTC (permalink / raw)
  To: Bob Tennent; +Cc: kvm-devel

Bob Tennent wrote:
> I'm experimenting with kvm on a Fedora 8 system. I've installed the
> necessary packages, have a suitable CPU etc. I'll eventually aim for
> a Windows guest, but am trying out a virtual Fedora 8 guest. When I
> try to install a Fedora guest, it threatens to wipe and re-partition
> the whole drive. It does this whether I specify an installation file
> or partition in virt-manager. Can I ignore this? I don't want my whole
> installation wiped. Is the hypervisor presenting the Fedora install with
> a file/parition and making it think it has a whole drive?
>   

Yes, it's a virtual drive that is implemented as a file on the host.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-10 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-03  5:06 Fedora 8 as kvm guest Bob Tennent
     [not found] ` <200802030506.m1356N3E002718-s+GRcMkL13YalnyRIsVktCwD8/FfD2ys@public.gmane.org>
2008-02-03 12:04   ` Uri Lublin
2008-02-10 11:36 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox