A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Homebuilt PC's
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to copy Windows 10 x86 in VMDK file to USB Drive/Stick ?



 
 
Thread Tools Display Modes
  #1  
Old January 12th 20, 05:09 PM posted to alt.comp.hardware.pc-homebuilt
[email protected]
external usenet poster
 
Posts: 533
Default How to copy Windows 10 x86 in VMDK file to USB Drive/Stick ?

Hello,

I am struggling a bit here to copy a virtual harddisk created with VMDK and a windows 10 x86 installation to a usb stick so the usb stick can booted.

So far I have discovered and tried some things:

1. VMDK2Phys tool available on sourceforge.

When this tool is used, the partitions of windows 10 are "swapped". Meaning the partitions number are changed from 1, 2 to 0, 1. Not sure if this might cause boot issue.

The windows 10 fails to boot from usb in virtual machine. It boots from the recovery partition.

Windows 10 has two partitions when installed:
1. Recovery Partition
2. Windows 10/C Drive Partition.

2. VMWare Workstation 8 creates these two partitions in a file .vdmk.

Inside this file, which can be opened with z-zip are two or three files:

0.ntfs
1.ntfs
2.

The first one is the recover partition roughly 550+ MB
The second one is the c drive partition which I set to roughly 27+ GB or so..
The third one I am unsure of, it does not seem to be a 7-zip archive.

The first two 0.ntfs and 1.ntfs can be opened with 7-zip too.

I am not sure if these are compressed files or just flat files with a certain file structure.

3. Some problems with VMWare mapping of VMDK files:

First of all since it's two partitions it creates problems, second of all they must be marked as not read only otherwise won't even be readable in windows explorer and third and most important of all, they are not registered as true physical drive, so they don't integrate with windows enough to fool other tools that this is a physical disk, so it won't show up when mapping these drives to a drive letter with workstation map tool, which kinda sucks.

4. Further trying to convert this VMDK all at once to VHD also failed with t2ware conversion tool. The VHD was unbootable in oracle virtualbox.

So I am having a really hard time trying to copy this VMDK to anything else that is sensible and booting it.

So I need help with two things I want to achieve:

1. Copy this VMDK to something else then VMWare and then try and boot it inside a virtual machine.

However step 1 can be skipped.

My ultimate goal is to:

2. Copy the VMDK contents to a USB stick, so windows 10 can boot from a USB stick.

It is absolutely required to able to "burn" virtual disks to usb stick and usb drives and usb mass storage devices.

Installing windows from usb stick to harddisk might be possible or perhaps even to other usb sticks, but is probably not possible because of missing usb drives in windows iso, also updating works better in vmware/virtual machines and allows
multi-tasking and other things to be done, so for me installing windows and updating it outside VM is a big fat NO-NO for now. I need windows 7 x64 edition to go through this procedure as well.

So I need windows 7 x64 virtual disk VMDK to be copied to harddisk later or USB stick as well if I decide it's usuable and so far it seems highly usuable.
I created a Windows x64 Ultimate Integrated ISO with ntlite and windowsupdatedownloader and such.

So far it worked by installing in vmware workstation 15 which is running on newer hardwa laptop toshiba from 2012. Windows update is far from flawless failed many times, it wants to install service pack 1, 9 MB I think that is a bug in windows update, might try later.

So far the slip streaming proceeded nicely.

This would allow me to have two versions of windows 7 x64:

1. Non-platform update.
2. Platform update.

So games run only on 1, some games run only on 2.

Plus it's interesting to see how a fully patched windows 7 might function on my dreampc.

So the method to copy from virtual harddisk to usb drive/harddisk should be somewhat generic and well usuable for anything really if possible.

This would also allow experimentation with windows updates in virtual machines and if approved applied to usb sticks and harddisks, without risking main installations. Plus it can also run in virtual machines and be used in future and such, so that beats backup solutions that don't run in vm's.

Any ideas ? preferably non-linux solutions. I don't have time to debug linux and compile and scripts and such, must be gui based and not to hard to use, also no complexity to prevent **** ups.

So far I was going to try:

AOMEI Backupper

It seems to have cloning and parition cloning and such but it probably can't read vmdk files.

I tried mounting part of the vmdk file but as written above it does not show up as a physical drive in this program so it's useless.

So I am at a loss right now, no tool seems to be able to deal with this "multi-volume" vmdk file and burn it to usb disk properly ?!? At least not the ones I tried.

You know of any tool that can do this ?

7-zip seems to indicate offsets into this file vmdk. BEGIN CHS and such.

Perhaps that can be used to "burn" ntfs files to disk ?

I am not sure if it will work to "burn" ntfs files to usb disk ?

Perhaps it's compressed and needs to be extracted during the burn process, this could explain the slowness of VMDK2Phys tool.

It's software is avialable so I could check.

Maybe even fix it myself, but hehe... that is a bit much to ask for and would take a long time and I don't know file systems and partition tables that well, maybe somebody else might know though how to fix this program.

Any C programmer care to take a look, maybe you can spot what is wrong ?

For now my assumption is that the VMDK file of Windows 10 is OK, cause it does boot ok in VMWare 8 and seems to work just fine, though virtual machine do tend to be somewhat resilient against wrong offsets, but for now since 7-zip seems to be working ok as well, it seems vmware and 7 zip are ok tools, and the other tools are simply bugged for this case.

I need a good tool, that can "burn" "multi-parition/volume" vmdk to any storage medium that allows booting, harddisk, usb drives, perhaps even ssd in future.

Should be as easy as writing boot sector 0 properly ?!? and the rest as well ?!

Though perhaps these usb/ssd drives require certain aligning of partitions, saw something about that for ssd. Don't need SSD functionality for now cause bios can't boot from SSD drives, though it is a usb device I think so that is kinda weird.

SCSI controllers were used in VMWare cause they recommended but then later it says dual-something is slow ? confused about that, so far seems to be ok..

Not sure if maybe scsi is causing wrong sector location writes in vmdk or so, not sure.

Anything is possible really... Let's suppose VMWare writes the sectors up-side down... then other tools would never copy it properly, same if it was random or offset or wholes inside of it... how can we be sure it's truely flat ?

For now it's assumptions at best

(Would have to write values likes 0,1,2,3,4,5,6 and such with a fake OS embedded in it to see how VMWare and other tools truely behave when it comes to writing/reading sectors/data and such and see if they produce any holes or wrong offsets and such)

Bye for now,
Skybuck.
  #2  
Old January 12th 20, 05:26 PM posted to alt.comp.hardware.pc-homebuilt
[email protected]
external usenet poster
 
Posts: 533
Default How to copy Windows 10 x86 in VMDK file to USB Drive/Stick ?

For backup AND restore purposes compressed archives are horrible, VMDK could be a compressed archive and is therefore horrible to restore, slow and needs presumeable needs special software to decode it's file format.

This guy has an idea though:

https://askubuntu.com/questions/3249...hysical-system

First convert the VMDK to a "raw" format like IMG.

So this could be a first good step to convert this VMDK mess into something which might burn a bit easier.

I think I did have a tool for VHD to IMG. But VMDK to IMG might be a different story.

So I will try to find a tool like this, don't hesitate to mention it if you know one too, in case I don't find it =D

And then I will still need an IMG to DISK cloning tool or something.

IMG could be tested in PCem but I doubt it can run windows 10, but who knows lol.

Maybe also other VM tools might be able to run IMG... not sure...

I dont care about compression, I rather work with raw images files for Virtualization, I am finding these VHD and VMDK files to be more trouble then worth it, costing me HUGE ammount of time trying to work around there ****ty file formats.

Hope VM guys see this and abadon VMDK and VHD completely for something that is easier to burn but for now VHD works nicely in Windows... Maybe windows needs to start using something more RAW too, and maybe a descriptor file like VMDK uses, but for gods sakes no compression.

It's hard enough already as it is ! Don't bring back bad memories of ghost explorer or something... with compression 1 bit error and all data is lost, with raw... maybe you be lucky and it was 1 bit error in free space.

Bye,
Skybuck.
  #3  
Old January 12th 20, 07:02 PM posted to alt.comp.hardware.pc-homebuilt
Paul[_28_]
external usenet poster
 
Posts: 1,467
Default How to copy Windows 10 x86 in VMDK file to USB Drive/Stick ?

wrote:
For backup AND restore purposes compressed archives are horrible, VMDK could be a compressed archive and is therefore horrible to restore, slow and needs presumeable needs special software to decode it's file format.

This guy has an idea though:

https://askubuntu.com/questions/3249...hysical-system

First convert the VMDK to a "raw" format like IMG.

So this could be a first good step to convert this VMDK mess into something which might burn a bit easier.

I think I did have a tool for VHD to IMG. But VMDK to IMG might be a different story.

So I will try to find a tool like this, don't hesitate to mention it if you know one too, in case I don't find it =D

And then I will still need an IMG to DISK cloning tool or something.

IMG could be tested in PCem but I doubt it can run windows 10, but who knows lol.

Maybe also other VM tools might be able to run IMG... not sure...

I dont care about compression, I rather work with raw images files for Virtualization, I am finding these VHD and VMDK files to be more trouble then worth it, costing me HUGE ammount of time trying to work around there ****ty file formats.

Hope VM guys see this and abadon VMDK and VHD completely for something that is easier to burn but for now VHD works nicely in Windows... Maybe windows needs to start using something more RAW too, and maybe a descriptor file like VMDK uses, but for gods sakes no compression.

It's hard enough already as it is ! Don't bring back bad memories of ghost explorer or something... with compression 1 bit error and all data is lost, with raw... maybe you be lucky and it was 1 bit error in free space.

Bye,
Skybuck.


You could try this.

https://www.easyuefi.com/wintousb/

https://www.easyuefi.com/wintousb/do...ToUSB_Free.exe

Name: WinToUSB_Free__hasleo_easyuefi_com.exe
Size: 5,610,118 bytes
SHA1: 25038E1CE69D35926253E1972E336A3F8B7CD4DA

(as downloaded 7/11/2018)

What that's doing, is it is supposed to make the USB bootable
on whatever it is plugged into. Officially, Microsoft has
stopped supporting Windows To Go, so if this works on 1909,
it'll be a miracle.

It sounds like you've tried everything else, so give
that a try.

Paul
  #4  
Old January 12th 20, 09:02 PM posted to alt.comp.hardware.pc-homebuilt
[email protected]
external usenet poster
 
Posts: 533
Default How to copy Windows 10 x86 in VMDK file to USB Drive/Stick ?

It'd rather not use a strange command line utility but it's starting to seem I might be running out of options, at least I will mention this tool:

https://cloudbase.it/qemu-img-windows/

It's website description:

"
qemu-img for Windows

QEMU disk image utility for Windows. It is used for converting, creating and consistency checking of various virtual disk formats. It’s compatible with Hyper-V, KVM, VMware, VirtualBox and Xen virtualization solutions..This build has been optimized for Windows Server (x64), including Windows Nano Server.
"

At least this runs on windows and I can avoid using linux based versions, the horror avoided

It also seems to have some virtual machine as well,

"
What is QEMU?

QEMU is a generic and open source machine emulator and virtualizer.
"

Most of it is for linux but it seems there are also windows versions available.

Maybe I tried this long ago and it ran like a dog, or maybe that was something else, I can remember some kind of tool where you had to build your own PC completely... I hope this is not it cause then I am wasting my time.

But maybe I give this emulator a try too later, to see what it can do and how well/stable and fast it runs

If this converter tool works then I would only need some IMG to DISK tool.

So one step closer hopefully to achieving my goal

Bye,
Skybuck.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Utility to Image Hard Drive to File under Windows Will Storage (alternative) 14 August 2nd 08 02:39 PM
Windows XP Setup cannot copy file..... [email protected] Homebuilt PC's 12 June 26th 07 04:57 AM
Utility to copy "in use" file [email protected] Storage (alternative) 6 May 26th 05 05:25 PM
USB/IDE drive runs weird during large file copy Zorro Homebuilt PC's 9 April 20th 05 12:22 AM
Nero 6 - Copy on the fly, quick copy---Can someone test this and save log file?, tryitoz Joe Donaldson Cdr 0 January 6th 04 05:36 AM


All times are GMT +1. The time now is 10:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.