<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">In the following link you can download official and legal windows virtual machines for any test.</div><div dir="ltr"><br></div><div dir="ltr"><a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/">https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/</a><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El dom., 17 mar. 2019 a las 20:03, Giuliano Colla (<<a href="mailto:giuliano.colla@fastwebnet.it">giuliano.colla@fastwebnet.it</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Il 14/03/2019 18:32, Bart ha scritto:<br>
> That is not really the issue.<br>
> My machine is Win10 on i5 with 8GB memory.<br>
> I run Mint in aVirtualBox VM (a bit sluggish, but do-able).<br>
> I don't have a Windows installable medium with license that I can<br>
> install into a VM.<br>
> And I'm not gonna buy it, nor am I gonna use some pitate copy.<br>
<br>
You don't need to buy a licence, or to use a pirated copy to run your <br>
Windows in a VM.<br>
<br>
You may run your legal copy of Windows on a VM just by using the raw <br>
disk or raw partition feature of VirtualBox.<br>
<br>
What I've done is the following.<br>
<br>
I have repartitioned the original disk in order to free enough space for <br>
a Linux install.<br>
By installing Linux on the free space, the first result is to have a <br>
dual boot box.<br>
Then, in Linux I have created my VM machines, and among them a Windows <br>
VM which just uses the Windows partitions of the disk.<br>
That way the physical disk is the same of the original install, and <br>
Windows doesn't complain about licensing issues.<br>
You may find detailed instructions on how to do it in the VirtualBox <br>
Help, under Advanced topics->Advanced storage configuration. But <br>
basically that's done from Linux with just one command line, which in my <br>
case is:<br>
<br>
VBoxManage internalcommands createrawvmdk -filename ~/VirtualBox\ VMs/Windows7/windows7.vmdk -rawdisk /dev/sda -partitions 1,2,3,5 -mbr win7.mbr<br>
<br>
where the required MBR has been created from Linux with sort of:<br>
<br>
dd if=/dev/sda of=win7.mbr count=1<br>
<br>
if you want to get the main MBR, or<br>
<br>
dd if=/dev/sda1 of=win7.mbr count=1<br>
<br>
if you want to get the MBR from the Windows start partition.<br>
<br>
If you select a "conservative" Linux distro (such as CentOs) you get a <br>
rock solid, bullet proof, main OS for any other task, you may do a lot <br>
of Windows testing by just using wine, and you may safely play with all <br>
of yours VM's, creating snapshots before doing dangerous things such as <br>
tampering with registry. But you keep the chance to run the "native" <br>
Windows in order to judge the real performance, and look.<br>
<br>
Maybe, before doing all of that, a full backup of your disk with <br>
Clonezilla would be a wise precaution....<br>
<br>
Giuliano<br>
<br>
-- <br>
Do not do to others as you would have them do to you.They might have different tastes.<br>
<br>
_______________________________________________<br>
fpc-devel maillist - <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" rel="noreferrer" target="_blank">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a><br>
</blockquote></div></div>