Displaying 20 results from an estimated 30000 matches similar to: "Re: virt-p2v NVMe disks"
2020 Nov 03
1
virt-p2v NVMe disks
On Mon, Nov 02, 2020 at 11:15:18PM +0000, Femi Adegoke wrote:
> Hello Mr. Jones,
>
> Trying to convert a Fedora WS desktop to virtual.
> The WS is installed on a Samsung 1TB m2 NVMe drive .
> No local disk shows up so I can?t execute conversion.
>
> Does virt-p2v support NVMe?
TBH I'm not sure. If you get a shell inside virt-p2v
(press the "XTerm" button, or
2020 Nov 04
2
virt-p2v NVMe disks
On Wed, Nov 04, 2020 at 08:36:12AM +0000, Femi Adegoke wrote:
>
> Is this how I would get to the kernel cmd line of the virt-p2v iso?
>
> Add edd=off to the first(!) kernel line inside the VM in /boot/grub/grub.conf
The easiest thing is just to interrupt grub at boot (hit "Esc"), then
edit the kernel command line there. This is a one-off change that you
have to do each
2020 Nov 04
2
virt-p2v NVMe disks
On Wed, Nov 04, 2020 at 08:01:49AM +0000, Femi Adegoke wrote:
> Any idea how I can disable this message? It stops me from booting up the
> virt-p2v iso.
>
> o/s is Fedora 33 WS.
>
> Probing EDD (edd=off to disable)... ok
You mean this message specifically? It's a kernel message and
shouldn't stop it from booting, but if it does try adding edd=off on
the kernel command
2020 Nov 04
1
virt-p2v NVMe disks
On Wed, Nov 04, 2020 at 09:04:44AM +0000, Femi Adegoke wrote:
> virt-p2v hangs & displays the edd message right after I select which kernel to
> boot into.
> At that point I have to power cycle the pc.
> Yesterday (before I sent you email), it hung a few times but after the 5th
> power cycle it went through.
EDD is an ancient BIOS standard that's not relevant today.
2014 Nov 19
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
On Wed, Nov 19, 2014 at 10:05:53PM +0100, Nicolas Ecarnot wrote:
> Nov 19 21:54:52 serv-p2v-adm1 sshd[2727]: pam_unix(sshd:session):
> session opened for user root by (uid=0)
> Nov 19 21:54:53 serv-p2v-adm1 sshd[2725]: channel 2: open failed:
> connect failed: Connection refused
> Nov 19 21:54:53 serv-p2v-adm1 sshd[2727]: Received disconnect from
> 192.168.49.5: 11: disconnected
2015 Aug 10
0
Re: FC22: virt-p2v-make-kickstart/livecd-creator doesn't build
On Mon, Aug 10, 2015 at 04:01:40PM -0400, Martin Breault wrote:
> Hello,
>
> I am trying to make a .iso to p2v some old windows servers, and I
> installed a brand new FC22 server to build my images
>
> I run
>
> virt-p2v-make-kickstart fedora
>
> livecd-creator p2v.ks
>
> and I get the following error:
>
>
> Installing: grubby
2012 May 09
0
virt-p2v
[Please post all v2v/p2v questions on the libguestfs mailing list]
On Wed, May 09, 2012 at 05:06:03PM +0200, NEVEU Stephane wrote:
> Richard,
>
> Sorry for disturbing you again, I'm trying to install virt-p2v on ubuntu 12.04 following your instructions :
> http://virt-tools.org/learning/start-virt-tools/#ubuntu
> so apt-get install ubuntu-virt virt-top virt-what basically
>
2017 Dec 17
1
virt-p2v not recognising Hard Disks of Server
Hello,
I am trying to convert a physical server (10 year old hardware with PCI
LSI Loging / Symbios LSI MegaRAID controller and SCSI drives, RAID 5
Configuration) into a Virtual Machine in oVirt (oVirt Version 4.1.8).
Host to be converted has Fedora 5 OS.
I have downloaded the virt-p2v.iso (Cent OS 7.3). I have prepared the
conversion server, set it up as a VM in oVirt environment. I am able
2014 Nov 19
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
On Wed, Nov 19, 2014 at 09:08:36AM +0100, Nicolas Ecarnot wrote:
> I tried to use the virt-p2v-make-disk, but it failed to connect to a
> libvirt socket (obviously, there is none running in this VM.)
To avoid libvirt problems, do:
export LIBGUESTFS_BACKEND=direct
Why don't you use the ISO? Burn it onto a CD and boot it.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2011 Aug 31
3
Some more Virt-P2V CD results
On Wed, Aug 31, 2011 at 12:56:50PM -0500, Greg Scott wrote:
> OK, thanks. I just did a yum install virt-v2v on a Fedora 14 VM - but
> the man pages don't have anything about how to do physical machines. I
> already have a p2v CD built with virt-p2v-image-builder a while ago. I
> boot my source server from that CD - what do I do on the Fedora 14
> conversion VM? How do I
2017 Jan 29
0
Re: virt-p2v-make-disk not making disk
On Sat, Jan 28, 2017 at 04:26:08PM -0800, Martin Lanner wrote:
> I've used the following commands:
>
> ```
> # virt-p2v-make-disk -o /dev/sdb --inject-ssh-identity id_rsa_p2v
> # virt-p2v-make-disk -o /dev/sdb centos-7.3 --inject-ssh-identity id_rsa_p2v
> # virt-p2v-make-disk -o p2v/p2v.img centos-7.3 --inject-ssh-identity id_rsa_p2v
> ```
>
> ... on both CentOS
2017 Aug 29
0
Pango error when compiling virt-p2v on RHEL 7 (was: Re: Regarding libguestfs)
On Tue, Aug 29, 2017 at 01:16:00PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi Team,
>
> We are trying to build libguestfs-1.34.6 on RHEL7 host.
> We have installed all the dependencies which is showing while running ./configure command in inside the source code of libguestfs.
> But while running make we are facing below issue:
>
>
2017 Mar 17
0
[PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian
On Debian systems, usually daemons are run automatically after their
installations; since we are upgrading the template, and installing
packages such as openssh, network-manager, etc, this may cause few
daemon to stay running during the virt-builder execution, causing it to
fail when shutting down (since e.g. /sysroot/dev would be in use).
As workaround, use a temporary policy-rc.d policy layer
2017 Mar 17
5
[PATCH 0/4] p2v: fix virt-p2v-make-disk on Debian
Hi,
this small series fixes the generation of Debian-based images using
virt-p2v-make-disk. With this series, the image can boot fine, X is
started, and the p2v interface appears. I haven't tried an actual
conversion, but I don't think there are Debian-specific problems
preventing that.
Thanks,
Pino Toscano (4):
p2v: fix Gtk dependencies on Debian
p2v: remove
2023 Jan 30
1
[p2v PATCH 02/11] Introduce "p2v.output.misc" for passing "-oo" options to virt-v2v
From: Alban Lecorps <alban.lecorps at ubisoft.com>
The "-oo" option will be useful primarily for the openstack output mode
(currently disabled, from commit b74c126629e3, "Ignore 'openstack'
driver", 2020-03-16).
Use a ConfigStringList knob for "-oo", and for each OPTION=VALUE element
in that list, create a separate "-oo OPTION=VALUE" option.
2016 Jun 23
0
Re: [PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
On Thu, Jun 23, 2016 at 10:18:02AM +0200, Cédric Bosdonnat wrote:
> virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
> ensure the executable bit it set for user.
> ---
> p2v/virt-p2v-make-kiwi.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
> index e493bd4..3506e9b 100644
> ---
2014 Nov 10
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
On Mon, Nov 10, 2014 at 04:12:35PM +0100, Nicolas Ecarnot wrote:
> Hi,
>
> In a oVirt 3.4.4 environnement, and using a
> virt-p2v-0.9.1-2.20130730.1.el6.centos, I'm trying to convert a
> windows 2003 server 32 bits into an oVirt KVM image.
>
> I already succeed doing that many times, but now, this is failing :
> - All the usual process sounds good :
> PXE ->
2017 Jun 25
0
IRC question: virt-p2v-make-disk hanging
10:16 < netman1> Hi All. First timer. Running "sudo virt-p2v-make-disk -o image.dd debian-8" where the image is a zeroed out disk file of
16GB. Let is run for over 12 hours, still nothing. It has the deb8 cached. Still waiting on "[ 14.1] Opening the new
disk". What am I doing wrong/could be the cause?
11:02 < netman1> Hum.
2012 Mar 02
0
[virt-tools-list] virt-p2v failure
On Wed, Feb 29, 2012 at 07:23:20PM -0500, Cole Robinson wrote:
> On 02/29/2012 06:17 PM, Mike Brady wrote:
> > I have been doing some testing with v2v and p2v and have got stuck on with p2v
> > failing on mmy test systems and need some pointers.
> >
> > I got v2v working for Centos 5 Xen to Centos 6 KVM for both Linux (Centos) and
> > Windows (2008) with out too
2017 Jan 21
0
virt-p2v on RHEL 5
When virtualizing a physical machine ("P2V"), the conversion step is
done by virt-v2v, but there is a small GUI / front end component
called virt-p2v which has to run on the source physical machine in a
special environment.
http://libguestfs.org/virt-p2v.1.html#network-setup
Because the nature of the problem is that we want to virtualize old
machines, this means virt-p2v sometimes