>Message: 5<br>>Date: Wed, 11 Apr 2012 18:20:19 +0200<br>>From: Alessandro Briosi <<a href="mailto:ab1@metalitnord.com">ab1@metalitnord.com</a>><br>>The file has been deleted, but it's still in use, so you can do a copy<br>
>from the link in /proc<br><br>>try with something like<br><br>>lsof | grep vm-108<br><br>>you should see something like<br><br>>kvm <pid> root <fileid>u ..... /storage_lvm/images/vm-108-disk-1.raw<br>
(deleted)<br><br>>that's the file you want to backup with a cat or some other tools.<br><br>>i.e.<br>>cat /proc/<pid>/fd/<fileid> > /backup/<whatever your file is named><br><br>>cat /proc/729/fd/5 > /backup/vm108-disk.raw<br>
<br>>dunno if there's a way to create a hard-link from that reference.<br><br>>Alessandro<br><br><br>Thanks Alessandro :-) It worked perfectly.<br>
<br>
Thanks a lot<br><br clear="all">----<br>Francesco Gabriele<br><br>
<br><br><div class="gmail_quote">2012/4/11 <span dir="ltr"><<a href="mailto:pve-user-request@pve.proxmox.com">pve-user-request@pve.proxmox.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send pve-user mailing list submissions to<br>
<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:pve-user-request@pve.proxmox.com">pve-user-request@pve.proxmox.com</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:pve-user-owner@pve.proxmox.com">pve-user-owner@pve.proxmox.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of pve-user digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Recovery VM DISK (Francesco Gabriele)<br>
2. Re: Recovery VM DISK (Maykel Franco Hern?ndez)<br>
3. Re: Recovery VM DISK (Luca Fornasari)<br>
4. Restoring Win2k8 R2 64bit to PVE 2.0 (Hart, Brian R.)<br>
5. Re: Recovery VM DISK (Alessandro Briosi)<br>
6. Re: Recovery VM DISK (Claus Strommer)<br>
7. Re: Restoring Win2k8 R2 64bit to PVE 2.0 (Alain P?an)<br>
8. Re: Restoring Win2k8 R2 64bit to PVE 2.0 (Hart, Brian R.)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 11 Apr 2012 17:00:06 +0200<br>
From: Francesco Gabriele <<a href="mailto:francesco.gabriele@gmail.com">francesco.gabriele@gmail.com</a>><br>
To: <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
Subject: [PVE-User] Recovery VM DISK<br>
Message-ID:<br>
<<a href="mailto:CAHdYQm34mzaCYe3FnAxZe-q%2BRJHWybiL2qv_DXE4gOtOuXnMtg@mail.gmail.com">CAHdYQm34mzaCYe3FnAxZe-q+RJHWybiL2qv_DXE4gOtOuXnMtg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Good evening,<br>
we are facing a problem since one vm hard disk (*vm-108-disk-1.raw*) which<br>
was stored in the following path:<br>
<br>
*/storage_lvm/images/108*<br>
<br>
had been deleted.<br>
<br>
During the backup we got the following error:<br>
<br>
*108: Apr 11 02:00:01 INFO: Starting Backup of VM 108 (qemu)<br>
108: Apr 11 02:00:01 INFO: running<br>
108: Apr 11 02:00:01 INFO: status = running<br>
108: Apr 11 02:00:02 INFO: backup mode: suspend<br>
108: Apr 11 02:00:02 INFO: ionice priority: 7<br>
108: Apr 11 02:00:04 ERROR: Backup of VM 108 failed - volume<br>
'storage_lvm:108/vm-108-disk-1.raw'<br>
does not exist*<br>
<br>
The strange thing is that the virtual machine is still running correctly<br>
but we are now scared to reboot it.<br>
<br>
Is there any way to restore the *vm-108-disk-1.raw* file from any cache?<br>
<br>
Thanks<br>
<br>
----<br>
Francesco Gabriele<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://pve.proxmox.com/pipermail/pve-user/attachments/20120411/5823b91d/attachment-0001.html" target="_blank">http://pve.proxmox.com/pipermail/pve-user/attachments/20120411/5823b91d/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 11 Apr 2012 17:10:12 +0200<br>
From: Maykel Franco Hern?ndez <<a href="mailto:maykel@maykel.sytes.net">maykel@maykel.sytes.net</a>><br>
To: proxmox lista <<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>><br>
Subject: Re: [PVE-User] Recovery VM DISK<br>
Message-ID: <<a href="mailto:2783810a1ec511b0b09d7acebe742359@maykel.sytes.net">2783810a1ec511b0b09d7acebe742359@maykel.sytes.net</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
<br>
<br>
El 2012-04-11 17:00, Francesco Gabriele escribi?:<br>
<br>
> Good<br>
evening,<br>
> we are facing a problem since one vm hard disk<br>
(VM-108-DISK-1.RAW) which was stored in the following path:<br>
><br>
><br>
/STORAGE_LVM/IMAGES/108<br>
><br>
> had been deleted.<br>
><br>
> During the backup<br>
we got the following error:<br>
><br>
> 108: Apr 11 02:00:01 INFO: Starting<br>
Backup of VM 108 (qemu)<br>
> 108: Apr 11 02:00:01 INFO: running<br>
> 108: Apr<br>
11 02:00:01 INFO: status = running<br>
> 108: Apr 11 02:00:02 INFO: backup<br>
mode: suspend<br>
> 108: Apr 11 02:00:02 INFO: ionice priority: 7<br>
> 108: Apr<br>
11 02:00:04 ERROR: Backup of VM 108 failed - volume<br>
'STORAGE_LVM:108/VM-108-DISK-1.RAW' DOES NOT EXIST<br>
><br>
> The strange<br>
thing is that the virtual machine is still running correctly but we are<br>
now scared to reboot it.<br>
><br>
> Is there any way to restore the<br>
VM-108-DISK-1.RAW file from any cache?<br>
><br>
> Thanks<br>
><br>
> ----<br>
><br>
Francesco Gabriele<br>
<br>
Hi. Try with testdisk. Install it in proxmox and run<br>
testdisk. Try recovery with testdisk....<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://pve.proxmox.com/pipermail/pve-user/attachments/20120411/d477fda1/attachment-0001.html" target="_blank">http://pve.proxmox.com/pipermail/pve-user/attachments/20120411/d477fda1/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 11 Apr 2012 17:41:42 +0200<br>
From: Luca Fornasari <<a href="mailto:luca.fornasari@upprovider.it">luca.fornasari@upprovider.it</a>><br>
To: <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
Subject: Re: [PVE-User] Recovery VM DISK<br>
Message-ID: <<a href="mailto:4F85A636.2020405@upprovider.it">4F85A636.2020405@upprovider.it</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Hi Francesco,<br>
<br>
Is it a file based VM or an lvm based VM?<br>
Your datastore name contains the word 'lvm' but the syntax that shows in<br>
the error is the file syntax.<br>
<br>
Luca<br>
<br>
-------- Original Message --------<br>
Subject: [PVE-User] Recovery VM DISK<br>
From: Francesco Gabriele <<a href="mailto:francesco.gabriele@gmail.com">francesco.gabriele@gmail.com</a>><br>
To: <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
CC:<br>
Date: 04/11/2012 05:00 PM<br>
> Good evening,<br>
> we are facing a problem since one vm hard disk (*vm-108-disk-1.raw*)<br>
> which was stored in the following path:<br>
><br>
> */storage_lvm/images/108*<br>
><br>
> had been deleted.<br>
><br>
> During the backup we got the following error:<br>
><br>
> /108: Apr 11 02:00:01 INFO: Starting Backup of VM 108 (qemu)<br>
> 108: Apr 11 02:00:01 INFO: running<br>
> 108: Apr 11 02:00:01 INFO: status = running<br>
> 108: Apr 11 02:00:02 INFO: backup mode: suspend<br>
> 108: Apr 11 02:00:02 INFO: ionice priority: 7<br>
> 108: Apr 11 02:00:04 ERROR: Backup of VM 108 failed - volume<br>
> *'storage_lvm:108/vm-108-disk-1.raw' does not exist*/<br>
><br>
> The strange thing is that the virtual machine is still running<br>
> correctly but we are now scared to reboot it.<br>
><br>
> Is there any way to restore the *vm-108-disk-1.raw* file from any cache?<br>
><br>
> Thanks<br>
><br>
> ----<br>
> Francesco Gabriele<br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> pve-user mailing list<br>
> <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
> <a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://pve.proxmox.com/pipermail/pve-user/attachments/20120411/953f36c6/attachment-0001.html" target="_blank">http://pve.proxmox.com/pipermail/pve-user/attachments/20120411/953f36c6/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 11 Apr 2012 16:15:04 +0000<br>
From: "Hart, Brian R." <<a href="mailto:brianhart@ou.edu">brianhart@ou.edu</a>><br>
To: "<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>" <<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>><br>
Subject: [PVE-User] Restoring Win2k8 R2 64bit to PVE 2.0<br>
Message-ID: <<a href="mailto:CBAB1833.471CC%25brianhart@ou.edu">CBAB1833.471CC%brianhart@ou.edu</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi all,<br>
<br>
So I've been working on migrating all of our virtual machines (all KVM) to<br>
proxmox 2.0. The way I decided to do it was I loaded all of our VMs on<br>
one of our old nodes and reloading one of the systems with a clean install<br>
of 2.0 while I left the VMs running on the 1.9 node. We have a SAN on the<br>
backend for shared storage which we also happen to be upgrading and<br>
replacing with a new model so its working out quite well. I've got the<br>
2.0 system up and to move the VMs over I do this:<br>
<br>
1. Schedule a backup<br>
2. When completed, restore image into 2.0 system on new SAN<br>
3. When restore finishes, shut down original VM on 1.9<br>
4. Startup restored VM on 2.0<br>
<br>
I've done 19 systems so far this way with zero problems. Its been split<br>
between windows VMs and Linux VMs. The windows VMs so far have been<br>
Windows 2000 Server, a WinXP VM, and a few Windows Server 2008 and 2008 R2<br>
systems. No problems.<br>
<br>
Now I've got just 2 Windows VMs left to move, both 2008 R2 64 bit. I<br>
cannot get them to work after being restored. Once I restore them, they<br>
constantly BSOD on startup and won't even let me boot the recovery mode<br>
that it offers. I thought maybe I needed to update the virtio drivers<br>
(used both for storage and NIC) so I did that on the source and did a new<br>
backup/restore and it still did the same thing.<br>
<br>
Anybody have any ideas?<br>
<br>
Thanks!<br>
<br>
--<br>
Brian Hart<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 11 Apr 2012 18:20:19 +0200<br>
From: Alessandro Briosi <<a href="mailto:ab1@metalitnord.com">ab1@metalitnord.com</a>><br>
To: <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
Subject: Re: [PVE-User] Recovery VM DISK<br>
Message-ID: <<a href="mailto:4F85AF43.4070301@metalitnord.com">4F85AF43.4070301@metalitnord.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Il 11/04/2012 17:00, Francesco Gabriele ha scritto:<br>
> Good evening,<br>
> we are facing a problem since one vm hard disk (*vm-108-disk-1.raw*)<br>
> which was stored in the following path:<br>
><br>
> */storage_lvm/images/108*<br>
><br>
> had been deleted.<br>
><br>
<br>
The file has been deleted, but it's still in use, so you can do a copy<br>
from the link in /proc<br>
<br>
try with something like<br>
<br>
lsof | grep vm-108<br>
<br>
you should see something like<br>
<br>
kvm <pid> root <fileid>u ..... /storage_lvm/images/vm-108-disk-1.raw<br>
(deleted)<br>
<br>
that's the file you want to backup with a cat or some other tools.<br>
<br>
i.e.<br>
cat /proc/<pid>/fd/<fileid> > /backup/<whatever your file is named><br>
<br>
cat /proc/729/fd/5 > /backup/vm108-disk.raw<br>
<br>
dunno if there's a way to create a hard-link from that reference.<br>
<br>
Alessandro<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 11 Apr 2012 12:24:48 -0400<br>
From: Claus Strommer <<a href="mailto:claus.strommer@prylynx.com">claus.strommer@prylynx.com</a>><br>
To: <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
Subject: Re: [PVE-User] Recovery VM DISK<br>
Message-ID: <<a href="mailto:4F85B050.9080606@prylynx.com">4F85B050.9080606@prylynx.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hard link won't work if the target is on a different partition, but<br>
copying should do the trick.<br>
<br>
On 12-04-11 12:20 PM, Alessandro Briosi wrote:<br>
> Il 11/04/2012 17:00, Francesco Gabriele ha scritto:<br>
>> Good evening, we are facing a problem since one vm hard disk<br>
>> (*vm-108-disk-1.raw*) which was stored in the following path:<br>
>><br>
>> */storage_lvm/images/108*<br>
>><br>
>> had been deleted.<br>
>><br>
><br>
> The file has been deleted, but it's still in use, so you can do a<br>
> copy from the link in /proc<br>
><br>
> try with something like<br>
><br>
> lsof | grep vm-108<br>
><br>
> you should see something like<br>
><br>
> kvm <pid> root <fileid>u .....<br>
> /storage_lvm/images/vm-108-disk-1.raw (deleted)<br>
><br>
> that's the file you want to backup with a cat or some other tools.<br>
><br>
> i.e. cat /proc/<pid>/fd/<fileid> > /backup/<whatever your file is<br>
> named><br>
><br>
> cat /proc/729/fd/5 > /backup/vm108-disk.raw<br>
><br>
> dunno if there's a way to create a hard-link from that reference.<br>
><br>
> Alessandro _______________________________________________ pve-user<br>
> mailing list <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
> <a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.11 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
iQEcBAEBAgAGBQJPhbBMAAoJEH9Xbged0oyT4mUH/AyTKog1ayFOVvWr70a6yPNv<br>
QTW5tyJ8PKbdPm9A8A89ed6zYOX0nvefTgICPm/cmrxTlje8kOTPOxufJpHtoC/v<br>
tIjiDzWxYgf3cU40GC56gdLnmryPNdFzGYsdeneKC3Fbs1+eWybhhRjl5Nt1p8OM<br>
8jlQqVZ5Mwm4AGvZFlFtnHIHu3dD7YVAK+fMOaUk3/IzLS8tf7pwHzKcAocNa6ig<br>
xtG2Xet4BQr8zBrx6NA1BmbD9vskbfA7otsecGOI5Yhjb5QkAPQ/b1H8N3ZFl5+0<br>
voMwzoPvwWBEvwAOvEBHYazPv8k4gYIAEDyGVeb0mBFbgjmmk00o9X2NKEO+n3M=<br>
=s23j<br>
-----END PGP SIGNATURE-----<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Wed, 11 Apr 2012 18:37:31 +0200<br>
From: Alain P?an <<a href="mailto:alain.pean@lpp.polytechnique.fr">alain.pean@lpp.polytechnique.fr</a>><br>
To: <a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
Subject: Re: [PVE-User] Restoring Win2k8 R2 64bit to PVE 2.0<br>
Message-ID: <<a href="mailto:4F85B34B.9010606@lpp.polytechnique.fr">4F85B34B.9010606@lpp.polytechnique.fr</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Le 11/04/2012 18:15, Hart, Brian R. a ?crit :<br>
> Hi all,<br>
><br>
> So I've been working on migrating all of our virtual machines (all KVM) to<br>
> proxmox 2.0. The way I decided to do it was I loaded all of our VMs on<br>
> one of our old nodes and reloading one of the systems with a clean install<br>
> of 2.0 while I left the VMs running on the 1.9 node. We have a SAN on the<br>
> backend for shared storage which we also happen to be upgrading and<br>
> replacing with a new model so its working out quite well. I've got the<br>
> 2.0 system up and to move the VMs over I do this:<br>
><br>
> 1. Schedule a backup<br>
> 2. When completed, restore image into 2.0 system on new SAN<br>
> 3. When restore finishes, shut down original VM on 1.9<br>
> 4. Startup restored VM on 2.0<br>
><br>
> I've done 19 systems so far this way with zero problems. Its been split<br>
> between windows VMs and Linux VMs. The windows VMs so far have been<br>
> Windows 2000 Server, a WinXP VM, and a few Windows Server 2008 and 2008 R2<br>
> systems. No problems.<br>
><br>
> Now I've got just 2 Windows VMs left to move, both 2008 R2 64 bit. I<br>
> cannot get them to work after being restored. Once I restore them, they<br>
> constantly BSOD on startup and won't even let me boot the recovery mode<br>
> that it offers. I thought maybe I needed to update the virtio drivers<br>
> (used both for storage and NIC) so I did that on the source and did a new<br>
> backup/restore and it still did the same thing.<br>
><br>
> Anybody have any ideas?<br>
<br>
Hi Brian,<br>
<br>
Perhaps one idea : I got such problem when an iso was mounted on virtual<br>
cdrom. You can test with 'qm start vmid' and see<br>
what error you get. If you have such an iso mounted (virtio-win, 2008 R2<br>
iso...), just unmount it on 1.9, then retry.<br>
<br>
Alain<br>
<br>
--<br>
=============================================================<br>
Alain P?an - LPP/CNRS<br>
Attention !! : Nouveau num?ro de Telephone : <a href="tel:01-44-27-92-39" value="+390144279239">01-44-27-92-39</a><br>
Administrateur Syst?me/R?seau<br>
Laboratoire de Physique des Plasmas - UMR 7648<br>
Observatoire de Saint-Maur<br>
4, av de Neptune, Bat. A<br>
94100 Saint-Maur des Foss?s<br>
=============================================================<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Wed, 11 Apr 2012 16:45:39 +0000<br>
From: "Hart, Brian R." <<a href="mailto:brianhart@ou.edu">brianhart@ou.edu</a>><br>
To: Alain P?an <<a href="mailto:alain.pean@lpp.polytechnique.fr">alain.pean@lpp.polytechnique.fr</a>>,<br>
"<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>" <<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>><br>
Subject: Re: [PVE-User] Restoring Win2k8 R2 64bit to PVE 2.0<br>
Message-ID: <<a href="mailto:CBAB1F27.471D3%25brianhart@ou.edu">CBAB1F27.471D3%brianhart@ou.edu</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
I do have isos attached to both - I have done this previously too without<br>
issues but I'll try. I had also tried taking the backup image with the VM<br>
shut down to see if that would help. I'll unmount the ISO's though, shut<br>
them down, image and restore them and see what happens and post back.<br>
Thanks for the suggestion!<br>
<br>
--<br>
Brian Hart<br>
<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: Alain P?an <<a href="mailto:alain.pean@lpp.polytechnique.fr">alain.pean@lpp.polytechnique.fr</a>><br>
Date: Wed, 11 Apr 2012 18:37:31 +0200<br>
To: <<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>><br>
Subject: Re: [PVE-User] Restoring Win2k8 R2 64bit to PVE 2.0<br>
<br>
>Le 11/04/2012 18:15, Hart, Brian R. a ?crit :<br>
>> Hi all,<br>
>><br>
>> So I've been working on migrating all of our virtual machines (all KVM)<br>
>>to<br>
>> proxmox 2.0. The way I decided to do it was I loaded all of our VMs on<br>
>> one of our old nodes and reloading one of the systems with a clean<br>
>>install<br>
>> of 2.0 while I left the VMs running on the 1.9 node. We have a SAN on<br>
>>the<br>
>> backend for shared storage which we also happen to be upgrading and<br>
>> replacing with a new model so its working out quite well. I've got the<br>
>> 2.0 system up and to move the VMs over I do this:<br>
>><br>
>> 1. Schedule a backup<br>
>> 2. When completed, restore image into 2.0 system on new SAN<br>
>> 3. When restore finishes, shut down original VM on 1.9<br>
>> 4. Startup restored VM on 2.0<br>
>><br>
>> I've done 19 systems so far this way with zero problems. Its been split<br>
>> between windows VMs and Linux VMs. The windows VMs so far have been<br>
>> Windows 2000 Server, a WinXP VM, and a few Windows Server 2008 and 2008<br>
>>R2<br>
>> systems. No problems.<br>
>><br>
>> Now I've got just 2 Windows VMs left to move, both 2008 R2 64 bit. I<br>
>> cannot get them to work after being restored. Once I restore them, they<br>
>> constantly BSOD on startup and won't even let me boot the recovery mode<br>
>> that it offers. I thought maybe I needed to update the virtio drivers<br>
>> (used both for storage and NIC) so I did that on the source and did a<br>
>>new<br>
>> backup/restore and it still did the same thing.<br>
>><br>
>> Anybody have any ideas?<br>
><br>
>Hi Brian,<br>
><br>
>Perhaps one idea : I got such problem when an iso was mounted on virtual<br>
>cdrom. You can test with 'qm start vmid' and see<br>
>what error you get. If you have such an iso mounted (virtio-win, 2008 R2<br>
>iso...), just unmount it on 1.9, then retry.<br>
><br>
>Alain<br>
><br>
>--<br>
>=============================================================<br>
>Alain P?an - LPP/CNRS<br>
>Attention !! : Nouveau num?ro de Telephone : <a href="tel:01-44-27-92-39" value="+390144279239">01-44-27-92-39</a><br>
>Administrateur Syst?me/R?seau<br>
>Laboratoire de Physique des Plasmas - UMR 7648<br>
>Observatoire de Saint-Maur<br>
>4, av de Neptune, Bat. A<br>
>94100 Saint-Maur des Foss?s<br>
>=============================================================<br>
><br>
>_______________________________________________<br>
>pve-user mailing list<br>
><a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
><a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
pve-user mailing list<br>
<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
<br>
<br>
End of pve-user Digest, Vol 49, Issue 10<br>
****************************************<br>
</blockquote></div><br>