Migrating Ubuntu 18.04 LTS From Hyper-v To ESXi - Server Fault
-
- Home
- Questions
- Tags
- Users
- Jobs
- Companies
- Unanswered
- Teams
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Try Teams for free Explore Teams - Teams
-
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams Migrating Ubuntu 18.04 LTS from hyper-v to ESXi Ask Question Asked 2 years, 8 months ago Modified 2 years, 7 months ago Viewed 2k times 4I'm trying to migrate a Ubuntu server 18.04 from hyper-v to VMWare VCenter 7.0.2. I found out after the fact that 18.04 is not supported by the VCenter converter 6.2. Is there anyway to successfully migrate this over from hyper-v? I tried running a repair of GRUB since that is the issue by the looks of it, but it does not work.
EDIT: Starwinds logs
4/7 8:51:12.819 43f4 Facility ???INFO: CV2V_ConverterApp::InitInstance: SetDllDirectory: C:\Program Files\StarWind Software\StarWind V2V Converter\lib 4/7 8:51:12.819 43f4 Facility ???INFO: CV2V_ConverterApp::InitInstance: File Version: 9.0.1.268 4/7 8:51:12.824 43f4 Facility ???INFO: CV2V_ConverterApp::InitInstance: Load language IDR_XML_ENGLISH 4/7 8:51:12.824 43f4 Facility ???INFO: CV2V_ConverterApp::InitInstance: Set current language English 4/7 8:51:12.827 43f4 Facility ???INFO: CPS_V2V_Converter::CPS_V2V_Converter: Version MajorVersion 10, MinorVersion 0, BuildNumber 19042 4/7 8:51:12.830 43f4 Facility ???INFO: WrapperHyperV::WrapperHyperV: LoadLibrary C:\Windows\system32\wbem\wmiutils.dll - c9c70000 4/7 8:51:12.831 43f4 Facility ???INFO: WrapperHyperV::WrapperHyperV: LoadLibrary C:\Windows\system32\wbem\wmiutils.dll - c9c70000 4/7 8:51:19.054 43f4 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eHYPERVConnection 4/7 8:51:25.332 43f4 Facility ???INFO: WrapperHyperV::connect: Host - \\luciussextius\root\virtualization\v2 4/7 8:51:25.475 43f4 Facility ???INFO: WrapperHyperV::init_version: HyperV version: 6.3.9600 4/7 8:51:25.478 43f4 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eInputVM 4/7 8:51:31.508 43f4 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eLocationTo 4/7 8:51:33.492 43f4 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eESXConnectionTo 4/7 8:51:50.747 43f4 Facility ???INFO: WrapperESXI::connect: m_url - https://10.16.0.99/sdk 4/7 8:51:50.805 43f4 Facility ???INFO: WrapperESXI::connect: fullName - , key - 52e25633-51de-8f2c-4bdc-f1ea78518924 4/7 8:51:50.805 43f4 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eVMSettingsESX 4/7 8:51:50.865 43f4 Facility ???INFO: VMConverter::ESXIConverter::GetHostListInfo: ESX version: 7.0.2 4/7 8:51:50.865 43f4 Facility ???INFO: VMConverter::ESXIConverter::GetHostListInfo: ESX version: 7.0.2 4/7 8:52:01.765 43f4 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eConverting 4/7 8:52:01.779 51e8 Facility ???INFO: CPPConverting::Convert: InConvertType: 8, OutConvertType: 6 4/7 8:52:01.876 51e8 Facility ???INFO: VMConverter::ESXIConverter::CreateVM: createVM is false, 4/7 8:52:01.876 51e8 Facility ???ERROR: CPPConverting::ConverterESX: Create VM error 4/7 8:52:01.882 51e8 Facility ???INFO: WrapperHyperV::connect: Host - \\luciussextius\root\virtualization\v2 4/7 8:52:01.949 51e8 Facility ???INFO: WrapperHyperV::init_version: HyperV version: 6.3.9600 4/7 8:52:01.952 51e8 Facility ???ERROR: CPPConverting::Convert: FAILED``` Share Improve this question Follow edited Apr 8, 2022 at 16:41 TL_Arwen asked Mar 30, 2022 at 17:45 TL_ArwenTL_Arwen 991 silver badge10 bronze badges Add a comment |2 Answers
Sorted by: Reset to default Highest score (default) Date modified (newest first) Date created (oldest first) 4You can try using StarWind V2V Converter to migrate you Ubuntu 18.04 VM. I have just tested conversion of newly deployed Ubuntu 18.04 on Hyper-V to ESXi. No issues so far. Might help: https://www.starwindsoftware.com/starwind-v2v-converter
Share Improve this answer Follow answered Mar 31, 2022 at 10:13 StukaStuka 5,99517 silver badges13 bronze badges 7- Does the VM have to be shutdown to do the conversion? I did a test with it on and it failed. – TL_Arwen Commented Mar 31, 2022 at 16:47
- 3 You need to shutdown the VM to convert it. – Stuka Commented Apr 1, 2022 at 12:37
- This didn't work. Wouldn't even attempt to convert it. I even merged all the check points. – TL_Arwen Commented Apr 7, 2022 at 16:28
- 2 Did you receive any error? I haven't faced any issue. – Stuka Commented Apr 8, 2022 at 10:06
- See my edit above to see logs. – TL_Arwen Commented Apr 8, 2022 at 16:41
If the export from Hyper-V is an ova / ovf there should be no need for any extra converter.
Just make sure, you consolidate any existing snapshot, remove mounted devices, ISO etc. - Export the VM. And after successful export just import the new ovf / ova file.
If grub comes up, it means that the boot process was successful...for the first part, if it stops, any failure/error message would be needed to investigate.
But most of the time the problem is, that the fstab doesn't contain a UUID but just the /dev/sd name, which can be wrong because of new hardware settings or device order.
For example: /dev/sda is the first detected disk of IDE/SATA/SCSI type. In this case, emulated(full virtualized) by the hypervisor.
/dev/vda is the first detected paravirtualizated disk driver. It is faster than emulated sdX devices if both are referred to the same disk, because there are less overhead in its operation compared to an emulated drive.
Share Improve this answer Follow answered Mar 30, 2022 at 20:49 terpentinterpentin 213 bronze badges Add a comment |You must log in to answer this question.
Not the answer you're looking for? Browse other questions tagged
.- The Overflow Blog
- Your docs are your infrastructure
- Featured on Meta
- More network sites to see advertising test [updated with phase 2]
- We’re (finally!) going to the cloud!
Related
3 ESXi 4.0 migration from Microsoft Hyper-V 2 How to migrate VMs from ESXi 3.5 to 4? 1 Migrating from exported Hyper-V VM to ESXi 0 Convert Vmware version 2 virtual machine to Hyper-V---General Road map needed 3 Ubuntu 18.04 LTS installation in ESXi 6.5 1 Migrate/Copy VM from ESXi to other ESXi 1 Ubuntu 18.04 VM freezes and kills single ESXi when cloning diskHot Network Questions
- What would T-Rex cavalry be used for?
- Is there evidence that Kurt Gödel took his proof of the existence of God to be conclusive?
- How to Draw a Diagram with a Custom Coordinate System and Shaded Areas?
- If someone is irresponsible, or weak-willed “their words lack _____?
- Find the Smallest Data Type for a Number
- What's the Purpose of the IRQ on a 6502
- Polynomial.java - a Java class for dealing with polynomials with BigDecimal coefficients
- What are the pros & cons of downdraft ventilation?
- How much do ebikes actually benefit from ebike specific wheels, tires, and forks?
- Use of “12 m.” for noon and “12 p.m.” for midnight
- Why is a pure copper cathode necessary in the electrolytic refining of copper?
- Can this strong directional blur at wide apertures still be explained by the usual arguments?
- Reducing wattage of a portable car heater
- A roulette wheel? An AC Milan kit? Darth Maul's face?
- If Occam's razor supports naturalism over theism, then why was William of Ockham, its author, a theist and not a naturalist?
- Where can I find an up-to-date map of Stockholm Central Station that shows the platform layout?
- What style/Form is the Stranger's Poem in, from The Magnus Archives?
- Is there a limit below a panel's rating for bonding neutrals and grounds?
- Shell Script to Normalize the data
- How to find file names but only with grep .html OR .php?
- Does length contraction "break the speed limit"?
- When did Storm Troopers stop being clones?
- Are PA and Counting Theory synonymous\bi-interpretable?
- Is there a way to forecast by subgroup without forecasting each subgroup separately?
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Từ khóa » C9c70000
-
Display Code: C9C70000 - HP Support Community - 6261105
-
How To Resolve HP Error Code C9c70000 |1-877-734-4797 - Issuu
-
Error Code C9C70000. Hp Office Jet Pro Printer. Do Not Know.
-
(RESOLVIDO) C9C7000 HP 477 DW - YouTube
-
C9c70000 Error Hp Printer? - Accounding Updated
-
C9C70000 Error
-
C9c70000 Hp Printer Error Code - OpenBlogPost
-
Multifuncional Com Defeito: Erro C9C70000 - HP Brasil - Reclame Aqui
-
Hp8710打印机开机出现c9c70000是怎么回事啊? - 知乎
-
¿Cómo Reparar El Código De Error De HP OfficeJet Pro C9c70000?
-
무한잉크공급프린터 블루스크린(예:C9C70000) 조치 / 일산
-
Alexandre Slivnik On Twitter: "@HPSupport I Have A Brand New HP ...
-
Colour Multifunction Printers - Best Buy