Guide to Creating a Virtual Machine Updated for Beginners
In this chapter, we will go over the basics to successfully creating a virtual machine in both VMware WorkStation and Virtualbox. We will discuss the features and options regarding this process and I’ll try to explain everything so you’ll be able to create your own VMs by yourself in the future. Keep in mind that creating the VM itself isn’t actually hard if you know what you’re doing. Allocating the right (virtual) hardware is important to get right though
VMware WorkStation
To create a virtual machine with VMware WorkStation we first have to install this so-called hosted hypervisor. In the previous chapter, I explained the basics of VMware and added a download to this software at the end of the chapter. Click the VMware (left) icon to download the installer. The installation should be pretty straightforward so I won’t go into it in detail.
New Virtual Machine – Creating a Virtual Machine
Alright so now that you successfully installed VMware WorkStation, we can go ahead and create our first virtual machine!
To create a new VM, click “File” in the left upper corner and select the new virtual machine. This will bring you to the so-called New Virtual Machine Wizard. This is a Wizard menu to create new VMs. There are other ways of creating/loading in virtual machines, but this one is by far the easiest.
Configuration Type
When you opened the wizard you’ll see two options, Typical and Custom configuration. I recommend to always using typical unless you specifically need to preset certain features.
Select Typically and click next. When you have done this you’ll have the option to select a way to install the operating system on the virtual machine.
The first option is an installation by installer disk. Use this when you have a physical installation CD from your desired operating system. You’ll be asked to insert this disk into your PC.
The second option is the most commonly used option, which is an installation using an iso image file. For those of you who don’t know what an ISO file is, it’s basically a file that acts as a virtual CD. To use this option you’ll need to have an iso file of your desired operating system on your PC. If you don’t have them, you can download them online.
The third option is simply skipping the operating system and installing it later. If you want to create a VM right now and install the operating system on it at a later time, this is the option you’ll want to use.
Easy Installation options
After selecting your preferred installation option and clicking next you’ll see the easy install information window. In this window, you’ll be able to add a product key (if needed). Select the preferred version of the OS version you’re installing. (For windows you can often choose between home, pro, and education/ultimate, etc). Aside from this, you can also already fill in your preferred username and password. Personally, I prefer to keep this empty and do this manually. Once the OS has been installed on the virtual machine but that’s up to you.
Name & Path
After clicking next you’ll be able to name the virtual machine. And select a folder on your PC where you want to install the VM. The name can be anything you want. The location can be anything as well, though if you have an SSD on your PC. I strongly recommend placing the VM on the SSD instead of the HDD as the VM will be much faster as a result.
Aside from that I also recommend you to save you. VM in a folder where you won’t delete it by mistake. I sometimes see people with folders inside folders inside folders and so on. I recommend just creating a folder in the root (C:\) called Virtual Machines. And save it in its own folder there. For example, if I wanted to create a windows 10 machine, I’d save it in the following path: “C:\Virtual Machines\Windows10”.
Storage Options
After naming your VM and specifying the path where you want to install it and clicking next. You’ll be able to specify the disk capacity and have the storage option.
Specifying the right disk capacity is very important. You can still change it afterward but it’s always better to do it right the first time. Whilst creating the VM. For Windows operating systems I recommend adding a disk size of at least 30GB. Now I do realize that this does sound big but no worries, VMware WorkStation uses the thin provisioning method. This means that the VM file will only be as big as needed. It will grow larger once you add applications and files inside the VM. And it’ll be able to be as large as the amount of GB you specify here.
Then there’s the option that lets you choose whether you want to save your virtual disk as a single file or into multiple files. Personally I always select a single files but it doesn’t really matter that much. If you plan on moving your VM to another PC in the future it is recommended to choose the multiple files option as it makes the moving process easier.
Customizing Hardware
After selecting the right settings in the window we discussed above and clicking next, you’ll arrive at the very last window of this wizard. Here you can customize the VM hardware. The great thing about VMware Workstation is that it already selected the recommended hardware specifications so if you just need a normal virtual machine, chances are high that the settings are already perfect as they are.
We are going to click the “customize hardware” button either way though to get you familiar with the options. After you clicked the button a hardware window will pop up, giving you the ability to customize the (virtual) hardware for your virtual machine. You’ll be able to add another network adapter, change the allocated amount of processor cores and allocate more memory to the VM.
Aside from the processor cores and memory the rest of the options likely won’t have any impact on the performance of the VM so we will leave them as it is. As for memory, usually, VMware WorkStation allocates about 1-2GB to a new VM. I strongly recommend adding more to it if possible. Keep in mind that your own PC has a set amount of GB RAM space, and you cannot go above that. Going near it is also not recommended as it might significantly slow down or even crash your own PC. My recommendation is to allocate about 50% of your total RAM to the VM and no more. This way you’ll get the most optimal performance on both your PC and your VM. Also keep in mind that it is strongly recommended that if you’re going to work with VMs on your PC, you should at least have 8GB of RAM. To find out how much RAM you have, go to file explorer, right-click This PC and click properties. There you’ll see your Installed memory (RAM). Creating a Virtual Machine
After this you can simply start the virtual machine and the operating system will be installed. You can find the start button on the toolbar on top of the VMware window. It’s the green arrow pointing to the right.
VirtualBox
To create a virtual machine with VirtualBox we first have to install this so-called hosted hypervisor. In the previous chapter, I explained the basics of VirtualBox and added a download to this software at the end of the chapter. Click the VirtualBox (right) icon to download the installer. The installation should be pretty straightforward so I won’t go into it in detail. .
Creating a new VM
Alright so now that you successfully installed VirtualBox, we can go ahead and create our first virtual machine!
To create a new VM, click the “New” button in the left upper corner and select new virtual machine. This will bring you to the so called New Virtual Machine Wizard. This is a Wizard menu to create new VM’s. Now because VirtualBox tends to drag out the options a bit in the guided wizard mode, we will be switching to the expert mode. Simply click on the expert mode button to do so.
Name & Operating System
In the first window, the first thing you’ll see is the name and operating system section. Here you’ll be able to fill in a name for the VM you’re creating, it’s operating system type (Windows/Linux/macOS etc,) and the version of the type you selected (Windows 7/8/10 and so on). A fun little feature is that if you use the version name of the operating system you’re going to install, VirtualBox will automatically try to fill in the Type and version of the OS. For example, if you type “Windows 10” it will select “Microsoft Windows” in type and “Windows 10 (32 bit) in version.
Memory Size
In this section, you’ll be able to allocate a set amount of Megabytes (MB) to the virtual machine. If you are going to install windows as an operating system, I recommend adding at least 2048MB (2GB) RAM. This is also the case with the most commonly used Linux versions such as Ubuntu and CentOS. Keep in mind that your own PC has a set amount of GB RAM space, and you cannot go above that. Going near it is also not recommended as it might significantly slow down or even crash your own PC. My recommendation is to allocate about 50% of your total RAM to the VM and no more. This way you’ll get the most optimal performance on both your PC and your VM. Also keep in mind that it is strongly recommended that if you’re going to work with VM’s on your PC, you should at least have 8GB of RAM. To find out how much RAM you have, go to file explorer, right-click This PC and click properties. There you’ll see your Installed memory (RAM).
Hard Disk
In this section you’ll be able to choose between creating a new virtual hard disk, adding an existing one and not adding one at this time. If you are creating a brand new virtual machine I recommend leaving this option on the pres-selected “Create a virtual hard disk now”.
After you’ve chosen your options in this window you can click on create.
Hard Disk File Location
Since you checked the option to create a new virtual hard disk, you’ll now be prompted with a window with options regarding this new virtual disk you’re about to create. In the first section you can choose a name for the virtual hard disk, and the path on your PC where this file will be saved. You can choose the path by clicking on the folder icon on the right and using file explorer to browse to the desired path.
Hard Disk File Size
In this section you will be able to specify the size of the virtual hard disk you are creating. I personally recommend you to leave this at 20-30GB, depending on the exact operating system you are about to install on this VM. It’s always good to look up the requirements of said operating system online to get a general idea about the needed size in order to properly install and run the desired OS.
Hard Disk File Type
In this section, you’ll be able to select a file type for your virtual hard disk. This option was specifically implemented should you want to use the same virtual hard disk in VirtualBox in another hypervisor, such as VMware Workstation. If you would want this, select VMDK as the file type. Personally, I prefer to let each VM have its own dedicated virtual hard disk. If you agree with me on that you can just leave it as it is, on VDI.
Storage Method
Lastly, there’s the Storage on the physical hard disk section. This may seem a bit hard to understand, but trust me, it’s very easy! In this section, you’ll be able to choose between Dynamically allocated storage or Fixed-size storage. The difference is easy.
Dynamically allocated storage means that the file size will only be as big as it needs to be. Say your OS needs 8GB in total but you did declare a maximum size of 30GB. Then the file will be 8GB and gradually increase in size when you start adding files and programs in the virtual machine.
Fixed-size storage means the virtual hard disk will be as big as the declared size. So say you declared a maximum hard disk size of 30GB, then the file will be 30GB from the start. I recommend not using this as it would be a waste of space. You may want to use it if you are working on a server with a lot of different virtual machines and you want to reserve a certain amount of space for this specific VM.
So in short, if you’re just creating a VM for normal tasks I recommend using the Dynamically allocated storage method.
After you selected your desired option in this section you can click create and the virtual machine will be created!
Do note that with VirtualBox you’ll still need to add your .iso file after you finished creating your new virtual machine with the wizard. To do so, simply start the VM, browse to the desired .iso file, and click start to load in this file, and start the OS installation. You can find the start button by right-clicking the VM and clicking start, or clicking on the green arrow pointing to the right in the upper toolbar in the VirtualBox window.
Henceforth, WE WISH TO ANNOUNCE THAT OUR SERVICES ARE NOT AVAILABLE TO PEOPLE FROM NIGERIA AND INDIA. THESE ARE USELESS TIME WASTERS AND THIEVES TRYING TO BEG OR SCAM US OF OUR PRODUCTS. OUR SERVICES ARE NOT FREE AND PAYMENT IS UPFRONT
A LOT OF FOOLS FROM NIGERIA AND INDIA. on the off chance that YOU DON’T TRUST TO USE OUR SERVICES, DON’T CONTACT US AS WE HAVE NO FREE SERVICE
CONTACT US FOR PURCHASE/INQUIRIES, WE RESPOND ALMOST INSTANTLY
HI BUYERS, WE ARE A PROFESSIONAL CARDING AND HACKING TEAM. HOVATOOLS HAS BEEN AROUND SINCE THE TIME OF EVO MARKET, ALPHABAY, WALLSTREET MARKET AND MORE. WE REMAIN STRONG AND RELIABLE IN THE INDUSTRY, ALWAYS PROVIDING YOU WITH THE BEST QUALITY TOOLS TO HELP YOU MAKE MONEY AND MAXIMIZE PROFIT IN THE FRAUD GAME.
TO GET STARTED, YOU CAN VISIT OUR ONLINE SHOP/STORE TO BUY EVERYTHING YOU NEED TO START CASHING OUT. AT THE SHOP YOU GET Accounts & Bank Drops CVV & CARDS DUMPS PERSONAL INFORMATION & SCAN.
BANK HACKING SOFTWARE – WIRE/ACH DARKWEB MONEY TRANSFER HACKERS
Buy Fresh Credit Cards for Carding, BIN LIST Buy Bank Login, RDP, Buy Hacked Paypal accounts. Contact us to buy all tools and carding software. CLICK HERE TO VISIT OUR SHOP
Buy Socks 5, Email Leads, Buy Latest CC to Bitcoin Cashout Guide, Buy Hacked Zelle transfer , Western Union Money Transfer Hack, Buy Hacked Money Transfer service to your bank account.
Enroll for Paid private Carding Class.