-
Manuelraa
- Posts: 5
- Joined: 20. Apr 2019, 15:47
[Solved] Can’t install Virtualbox on Windows 10
First I wanted to update my Virtualbox.
The installer always stops without any progress with the error: «the system cannot open the device or file specified»
I can press try again or cancel. «try again» instantly gives the same error.
When I press cancel it basically says «The error code is 2755»
I tried different versions.
I tried finding out what it tries to open with progress monitor.
I ran «sfc /scannow»
I tried to install other software -> works
I uninstalled the old version of Virtualbox. Now I can’t even run the VM i need.
What process monitor captures when I press on «try again»:
-
- The Process Monitor output when I press on «try again»
- process_monitor_output.png (90.26 KiB) Viewed 24912 times
Can someone help me?
Last edited by Manuelraa on 20. Apr 2019, 23:01, edited 1 time in total.
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Can’t install Virtualbox on Windows 10
Post
by mpack »
Is that the complete error message? Does it not name the specific resource that it can’t find?
Does drive R: still exist?
This is actually a Windows Installer (MSI) issue, not a problem with the VirtualBox installer. MSI wants to start by uninstalling the previous VirtualBox version, and for some reason that involves accessing the previous installer on the same drive that it was originally run from: I’m guess that’s drive R: given your registry contents.
So make sure that the installer for the previous VirtualBox version exists on drive R:.
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Can’t install Virtualbox on Windows 10
Post
by scottgus1 »
You can do a system-wide search for that particular file name «virtualbox 6.0.6.etc.msi» and see if it is still on your drives.
You can also get the msi file by extracting it from the downloaded 6.0.6 installer from www.virtualbox.org. Google ‘extract msi from exe’ for how to get the msi out of the installer. Then put the msi in R:\temp and try again.
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: [Solved] Can’t install Virtualbox on Windows 10
Post
by socratis »
Windows can do some funny things sometimes, it fails with no apparent reason when things aren’t in their «expected» locations[1].
Glad you got it going and thanks for letting us know. And thank you for marking the topic as [Solved]…
[1]: I installed Notepad++ on «U:\Program Files\Notepad++«, shared drive. No matter what I tried, I can’t assign (for example) all .log files to open by default with Notepad++, it simply won’t do it. Change it to «C:\Program Files\Notepad++» and Windows is happy as a clam…
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the «QUOTE» button, please use the «POST REPLY«, at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
Jetty
- Posts: 2
- Joined: 8. Nov 2016, 09:57
Re: Can’t install Virtualbox on Windows 10
Post
by Jetty »
Manuelraa wrote:SOLVED: MSI somehow didn’t like my TEMP not being in C: for only this installation….
So change TEMP environment variable to «C:\temp» install. Then back!
Exactly! I have an ImDisk RamDisk (dynamic allocation) for my TEMP files. I had to change to C:\Temp to make a successful installation! Thanx!
-
RonFred
- Posts: 1
- Joined: 5. Aug 2019, 07:57
Re: [Solved] Can’t install Virtualbox on Windows 10
Post
by RonFred »
This thread solved my problem with installation of VirtualBox-6.0.10-132072-Win.exe (I tried older versions of Virtualbox too with same error) on Windows 10 host. The error I got:
The system cannot open the device or file specified
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755.
When I switched from a Windows TEMP directory on my ram disk (R:\TEMP) to C:\TEMP, VirtualBox installation worked just fine.
However, I will offer my advice that the error message VirtualBox MSI installer issues is not a Microsoft problem just because Microsoft makes the MSI installer tool. Installation of other modern software works just fine with a ram disk TEMP directory including LibreOffice and VMWare player. So I recommend that Oracle engineers fix this issue (installation with ram disk windows TEMP directory) to keep up with modern times. In a modern computer with SSD C: drive, the SSD disk will last longer without thrashing by using a ram disk for temporary files (faster too).
Thank you for this discussion thread.
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: [Solved] Can’t install Virtualbox on Windows 10
Post
by socratis »
RonFred wrote:So I recommend that Oracle engineers fix this issue (installation with ram disk windows TEMP directory) to keep up with modern times
There are some really obscure issues with what’s called «hardening». VirtualBox takes unusual steps to make sure that things are in a certain way, not sure if making sure that TEMP is where is supposed to be is one of them or not…
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the «QUOTE» button, please use the «POST REPLY«, at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
Bramdean
- Posts: 1
- Joined: 9. Mar 2020, 22:49
Re: [Solved] Can’t install Virtualbox on Windows 10
Post
by Bramdean »
This has NOT been solved yet. Trying to install VirtualBox v6.1.4 on Windows 10 and I get the same error 2755.
As it was suggested, the error is in regard to «temp»‘s location, ie not pointing to drive C:, which is archaic at the very least.
I have skipped a number of updates due to this issue. Every time VB has an update out, you are forced to change the TEMP to c:\temp to be able to install it but other apps then start crashing or misbehaving, thus requiring a complete reboot to be able to make certain things are working again as they should.
Why is the VB installer not yet fixed after almost a year since this error was first reported? Please mark the thread as solved once the installer is fixed, and not requiring an admin system change, which most users won’t have access to or even know how to do. It is very disappointing
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: [Solved] Can’t install Virtualbox on Windows 10
Post
by mpack »
Bramdean wrote:
As it was suggested, the error is in regard to «temp»‘s location, ie not pointing to drive C:, which is archaic at the very least.
I’m sure it is, but why are you raising the matter here? As has been mentioned repeatedly, VirtualBox is installed by MSI, the standard Windows installer. Go complain to Microsoft about MSI foibles.
In recent times, many Windows 10 users have complained that they have received an installation error while trying to install the VirtualBox setup on their computers. VirtualBox is a tool that helps users to use multiple operating systems on their computers. This tool allows users to run Linux, Oracle Solaris, Mac OS X, and Microsoft Windows operating systems. The installation error can prevent users to use the VirtualBox setup and even cause issues when they try to reinstall VirtualBox setup on their computer. It is easy to fix VirtualBox installation failed issue. Generally, the issue can be fixed by running system scans. In this guide, we will discuss methods to know how to fix VirtualBox installation failed issue on Windows 10.
Table of Contents
There can be multiple reasons for the VirtualBox installation issues. Some of the possible reasons are listed below.
- Configuration and permission issues with the VirtualBox setup
- Insufficient disk space on the computer
- Corrupted or outdated system files on your computer
- Issues caused by a third-party antivirus
- Corrupted or outdated Windows updates
- Bugs and errors in the Windows updates
- Issues caused by excess temp files
In the following guide, we will discuss methods to resolve the issues with the VirtualBox installation failure.
Method 1: Run VirtualBox Setup as Administrator
One of the first methods that you can try to resolve the installation errors with the VirtualBox setup is to run the setup as an administrator. Allowing administrative privileges to the VirtualBox setup prevents the errors caused by the other background apps.
1. Locate the VirtualBox setup file and right-click on it.
2. Now, click on Run as administrator.
3. On the UAC prompt, click on Next > to proceed to Oracle VM VirtualBox Setup.
Many users noticed that allowing VirtualBox setup administrator permissions fixed the installation error.
Method 2: Ensure Enough Disk Space
Before installing or performing a reinstall VirtualBox setup on your computer make sure that you have enough disk space to install the program. One of the most common reasons for installation failure on computers is insufficient disk space on the computer you can try to free up the disk space to fix VirtualBox installation failed issue.
1. Press Windows + E keys simultaneously to open File Explorer.
2. Click on This PC and Locate the disk where you want to install the VirtualBox setup.
3. Right-click on the disk and click on Properties.
4. Under the General tab, you can see the Disk space information.
5. If you have insufficient disk space consider deleting unnecessary files from the disk. To free space, you can read our guide on how to use disk cleanup in Windows 10.
Also Read: Fix Failed to Create a Proxy Device for the USB Device
Method 3: Clear Temp Files
Temp files are temporary files on your computer. You should regularly clean these files otherwise these files may cause your computer to slow down and cause various errors such as installation and reinstall VirtualBox setup errors. Many users found out that deleting the temp directory resolved the issue with installation.
1. Press Windows + R keys simultaneously to open the Run dialog box.
2. Type %temp% and press the Enter key.
3. Hit the Ctrl + A keys together to select all files and delete them all by pressing the Delete key.
Method 4: Disable Third-party Antivirus Temporarily (If Applicable)
Many users also found out that the installation error with the VirtualBox setup was caused by the third-party antivirus. When an antivirus falsely reads a program file as a virus or malware it may interrupt the installation process and cause a reinstall VirtualBox error. To resolve the issues caused by an antivirus you can try to disable the antivirus on your computer. You can check out the How to Disable Antivirus Temporarily on Windows 10 guide to safely disable the third-party antivirus on your computer and fix VirtualBox installation failed issue.
Also Read: Fix VMware Error Code 21001 in Windows 10
Method 5: Update Windows
Sometimes the installation error with the VirtualBox setup may be caused due to Windows issues. If there is a corrupted or outdated Windows version installed on your computer you may face issues while trying to install programs. To resolve this issue you can manually check for Windows 10 updates on your computer. Check out the How to Download and Install Windows 10 Latest Update guide to safely follow the steps to install the latest version of Windows 10 on your computer.
Also Read: Fix Could Not Create the Java Virtual Machine in Windows 10
Method 6: Run Microsoft Program Install Troubleshooter
Many users who faced this error were able to fix the issue by running the Microsoft Program Install Troubleshooter. This tool is developed by Microsoft to resolve installation errors while attempting to install a program on your computer. You can follow the below-mentioned steps to run the Microsoft Program Install troubleshooter to fix VirtualBox installation failed issue.
Note: We have shown the Google Chrome browser as an example. You can follow these steps in your respective web browsers.
1. Hit the Windows key, type Chrome, then click on Open.
2. From the search bar go to the Microsoft Program Install Troubleshooter page.
3. On this page click on the Download troubleshooter option.
4. Wait for the tool to download. After finishing the installation open the tool.
5. Then, click on the Next button.
6. Locate Are you having a problem installing or uninstalling a program section and click on Installing.
7. Wait for the tool to scan your computer for possible reasons for the installation error.
8. Once the scan is complete reboot the PC and try launching VirtualBox installer setup file.
Frequently Asked Questions (FAQs)
Q1. Why can’t I install VirtualBox?
Ans. There can be multiple reasons for installation errors with VirtualBox such as not enough disk space, corrupted system files, antivirus issues, Windows issues, etc.
Q2. What is the VirtualBox?
Ans. VirtualBox is a tool that provides users to run different operating systems on their computers.
Q3. What Operating systems I can run with VirtualBox?
Ans. A user can run various operating systems such as Linux, Oracle Solaris, Mac OS X, and Microsoft Windows operating systems.
Recommended:
- How to Find Someone’s Name by Phone Number For Free
- Fix Printer Installation Issues in Windows 10
- Fix Virtualbox Unable to Insert Virtual Optical Disk
- Fix VirtualBox Interface Has Active Connections Error Message
We hope this guide was helpful to you and you were able to figure out how to fix VirtualBox installation failed issues on your computer. Let us know which method worked for you. If you have any suggestions for us please let us know in the comment section.
Oracle VM Virtual Box has been facing a major installation error on windows, which is mostly faced after you have completed all the required steps to progress further into the installation and you receive the “Installation Failed Error: Fatal e0rror during installation” message. One of the most common cause for this error are interference from third-party security software.
This guide will show you how to fix Windows’s Virtual Box installation error.
1. Run Virtual Box Installer As An Administrator
The User account control (UAC) determines whether the app should run in administrator or non-administrator mode. If the Installer is running the non-administrator mode, it won’t have enough privileges to write the temporary files it requires to install the Virtual Box; therefore, running the Virtual Box Installer as an administrator can grant the necessary permissions to the installer.
Follow these steps:
- Open the directory where your VirtualBox installer is located.
- Now, right-click on the installer, and click “Run as Administrator.”
Running Virtual Box as an administrator. - When the User Account Control prompt appears on the screen, click YES.
- Now follow the on-screen instructions to check if the issue is resolved or not.
2. Run Program Install Troubleshooter for VirtualBox
When Virtual Box fails to install properly, you can use the Microsoft Program install Troubleshooter to automatically repair the issues on your system that are stopping you from installing the virtual box.
Follow the Methods below to Run the Microsoft Install Troubleshooter:
- Download the Microsoft Program Install Troubleshooter
Downloading Microsoft Program Install and Uninstall Troubleshooter - Open the downloaded troubleshooter file.
Opening Program Install and Uninstall Troubleshooter - Click on Next and detect the problem.
Running Program Install and Uninstall Troubleshooter - Click on the “Installing” option.
Selecting the troubleshooter problem - Select Oracle VM Virtual Box and click “Next” to identify the problem.
Selecting a Program for a troubleshoot - Now follow the on-screen instructions and check if the issue is resolved.
3. Disable Third-Party Security Software Temporarily
When Installing Virtual Box on your system, make sure to disable third-party security software, such as Antivirus temporarily, as they can interfere with the installation of your programs and, as a result, will cause an installation error.
To learn how to temporarily disable third-party security software from your computer, follow the below steps.
- Open the Windows Settings by pressing the Win + I keys simultaneously.
- Navigate to the following settings Update and Security > Windows Security > Virus and threat protection.
- Select “Manage Settings” under Virus and threat protection settings.
- To temporarily disable third-party security software on Windows, turn off the “Real-Time Protection” option.
Turning off Real-Time protection
Muhammad Zubyan
Muhammad Zubyan is a certified Google IT Support Professional with over 7 years of extensive experience. He has worked on more than 1500 computers, gaining valuable insights that enable him to detect and troubleshoot any complicated root cause of Windows-related issues and errors. In addition to managing Appuals as a Senior Editor, he is currently developing his own Game Optimization program that caters to both gamers and casual users alike.
Компьютерный форум
Операционные системы
Windows 10
|
|
Модератор форума: Barmenchik, Drinko, V-Efremov, sander23, MedMeks |
Компьютерный форум » Операционные системы » Windows 10 » Не получается установить VirtualBox на Windows 10 |
Не получается установить VirtualBox на Windows 10 |
|||||
|
|||||
|
|
||
|
||
Поиск: |
В связи с введением в действие Постановления Правительства Российской Федерации от 14.11.2023 № 1905 т.н. «о запрете популяризации VPN» с 1 марта 2024 года — любое обсуждение способов обхода блокировок и VPN на портале запрещено!
Windows 11 |
|
Windows 10 |
|
Windows 8.1 |
|
Популярное |
|
Опрос |
Нравятся ли вам изменения произошедшие в Windows 10? Да Нет Серьезных изменений не увидел Результаты · Архив опросов Всего ответов: 8526 |
-
Written By
-
Updated on
August 28th, 2023
Is your VirtualBox not opening in Windows 10? Nowadays, this is happening with lots of Windows 10 Users. One of the major reasons for the issue is the update of Windows 10. In this blog I will tell you some causes that users are facing these days. Sometimes, we don’t need a big reason for Oracle VM Virtual Box not opening. There can be some basic reasons also like installation is not done properly. Before moving further, we should have to know what Virtual Box is? And what is the need of VirtualBox.
This software is just an open-source application designed by Oracle. It is a platform that allows a user to run two operating systems like Windows, Linux, Ubuntu on one single computer. It’s like running different operating systems on your computer at the same time.
Now, we know about VirtualBox and its working. It is time to learn the main causes.
Why Is VirtualBox Not Working After the Windows 10 Update?
As I mentioned above, the VirtualBox Windows 10 update problem is a common one. The reasons why VirtualBox is not working after the Windows 10 update are mentioned below.
- The VirtualBox is unable to run on any virtual machine.
- It is not able to form the cache to run the software.
- The windows setting is not correct.
- Few modules are disabled like Hyper-V may not be enabled on your computer or might be disabled due to a recent Windows update.
- A problem can be that Windows has tightened its grip on driver installations that can conflict and cause issues.
You don’t have to worry as I am going to discuss all the important methods below to fix the VirtualBox not starting issue.
Also Read: Difference Between VHD And VHDX
How To Open a VirtualBox on Windows 10?
To be honest, there are only two processes for that, one is Manual Method and the other one is Professional Method. Although, both methods are pretty convenient and easy to use. I am going to tell you both the methods in detail. I have explained these methods in easy words with the help of screenshots of my computer.
Fix VirtualBox Not Opening in Windows 10/11 – Quick Update
There are a few manual methods that we are going to discuss below if VirtualBox not working after windows 10 update.
#1. Install the VirtualBox on your Computer Again.
Sometimes the installation is not done properly so you just need to re-install the VirtualBox. To do so, follow the below steps.
- Just Right-click on the window start button on the button-left corner.
- There you can see the Control Panel Click on that.
- After that, just click on the Uninstall program.
- Now go on top-right you will see the search button, type VirtualBox then uninstall the software.
- After a few minutes, just download and install the latest version of the VirtualBox.
By performing the above steps, your problem of VirtualBox not opening is now solved. Now, open the VirtualBox to check if it is working.
#2. Second method, Graphics Drivers Updating
Some other reason for this error can be the Graphics Drivers Update. Perform below steps to fix this issue.
- Just Go to the windows start menu and then right-click on it.
- Click on the Device Manager.
- Click and expand the display adapter
- Go to the Graphics Drivers
- Now just right-click on it and click on the Update Driver button.
#3. Run the application in compatibility mode.
- Start by doing a Right-click on the VirtualBox executable file.
- Click on the property
- Hit on Run similarity troubleshooter or check run this program in compatibility mode for field option.
- You should remember to save your modifications and run the program with the administrator’s rights.
#4. Turn off the 3D graphics acceleration feature
- Just do a right-click on your desktop.
- Choose “graphics properties” from the list.
- Choose the Basic mode and pick up.
- Search the 3D OPTION.
- It’s almost done now just Turn off the 3D graphics acceleration.
We have just discussed some of the manual methods that we need to do if VirtualBox not starting. These methods are convenient and free to use. Although, it may cause data loss and file corruption. Now, I am going to tell you the methods that have data security and are easy to use.
What if VirtualBox does not open in Windows 10?
The best way to solve the VirtualBox Windows 10 problem is the Professional Method. Therefore, choosing the DRS VDI Recovery tool would be a wise choice to fix VirtualBox is not opening on Windows 10 error. It has a self-explanatory user-interface and the strongest data security. The best part is that not much technical knowledge is required to use this software.
Conclusion
As we have gone through this blog, we have also discussed all the methods for VirtualBox not opening in windows 10. Based on that, I prefer the professional method the most because it is more reliable and easier to use.