All of lore.kernel.org
 help / color / mirror / Atom feed
From: Uri Lublin <uril-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Bob Tennent <rdt-KqohdIWue1eOxDzaCwUlWg@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Fedora 8 as kvm guest
Date: Sun, 03 Feb 2008 14:04:03 +0200	[thread overview]
Message-ID: <47A5ADB3.4040208@qumranet.com> (raw)
In-Reply-To: <200802030506.m1356N3E002718-s+GRcMkL13YalnyRIsVktCwD8/FfD2ys@public.gmane.org>

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/

  parent reply	other threads:[~2008-02-03 12:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2008-02-10 11:36 ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47A5ADB3.4040208@qumranet.com \
    --to=uril-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=rdt-KqohdIWue1eOxDzaCwUlWg@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.