For newer versions of ReviOS, we provide 2 separate ISOs. One for installing a brand new ReviOS instance and one for upgrading a previous ReviOS version. This way, users can update their ReviOS instances without reinstalling and losing files.
Danger
This is an experimental approach. The upgrade has been tested multiple times, but we obviously cannot cover all edge cases, So please use with caution!
This method will only work if upgrading from a previous ReviOS installation on at least the 21H2 Windows version or stock Windows (but is preferable for a complete fresh install). From other Customizations Adjustments System upgrades neither work nor are supported. Cross-upgrading, say from ReviOS 10 to 11 or vice versa, should work, but has not been tested.
And the partition (often called) that you install ReviOS on requires at least 20-25 GB of free space. C:
Download the latest Upgrade for ReviOS 10 or 11 from the Downloads page of our website Version.
Make sure to download the Upgrade
option.
In File Explorer, go to the location where you downloaded the ISO file and press Shift in an empty space of the window Right-clickOpen PowerShell window here
and select. Enter the following command:
1个 Copy after login | Get-FileHash -Algorithm MD5 -Path Copy after login |
And replace the <file name></file>
part with the name of the ReviOS installer file. You can autocomplete file names using the Tab button. For example: Get-FileHash -Algorithm MD5 -Path .\ReviOS-10-22.10-Upgrade.iso
When the command returns the hash value of the file, compare it with Revision Compare the corresponding MD5 hash values on the verification page on the website. If they match, it means the ISO file is not corrupted and you can continue with the process.
First, you must extract the ISO file files on the partition where ReviOS is installed. By mounting the image and copying the files out, or using file archiving software such as 7-Zip.
This is important because the upgrade process will not work if it is just run from the mounted ISO.
Another situation where this might not work is if you extracted the ISO to a USB or network mounted drive.
So please make sure the file is on your PC . The easiest way to do this is to do this on the root of your Desktop
or Windows partition, often called C:
.
Now all you have to do is run the upgrade.bat
file. If you don't have an upgrade.bat
file, just run setup.exe
. Likewise, if errors are returned with the bat file, such as missing telemetry parameters.
The following should open. If not, see possible issues
Here, just complete the default settings the installation provides you. (Next, Accept, Install)
You should arrive at the following screen:
It does not actually install Windows Server . ReviOSSpoof file to enable people to upgrade to ReviOS 11.
setup.exe
From now on, you just have to wait. How long varies depending on the hardware, as the installer must copy the operating system and then set up the new operating system.
When upgrading, your operating system will restart multiple times.
If the error Unable to create required installation folder // Error code: 0x8030002F
occurs and you have followed the tutorial, Restart usually solves the problem.
If restarting does not resolve the issue for you, you may be affected by a problem with Windows itself. You can try the following steps in order.
upgrade.bat
run it again . setup.exe
directly instead of using upgrade.bat
. And choose not to install updates, although this setting does not seem to affect the ReviOS upgrade. Local
AppData
If none of these steps resolve the issue, you must perform a clean installation. Upgrading does not work on your machine.
More information.
The above is the detailed content of How to upgrade ReviOS to a newer version?. For more information, please follow other related articles on the PHP Chinese website!