Difference between revisions of "Installing ReactOS"

From ReactOS Wiki
Jump to: navigation, search
(Downloading Files)
(Hardware)
 
(155 intermediate revisions by 31 users not shown)
Line 1: Line 1:
'''Please bear in mind that ReactOS is still in alpha stage, meaning it is not feature-complete and is not recommended for everyday use.'''
+
{{Warning|Please bear in mind that ReactOS is still in '''alpha stage''', meaning it is not stable or feature-complete and is not recommended for everyday use. Operating system bugs can and do result in corrupted file systems, overwritten partitions, and more. Do not install ReactOS on any computer containing important data without '''using a virtual machine''' or '''making full backups first'''.}}
  
== System Requirements ==
+
= Before installing =
 +
There are several things to be made aware of before installing ReactOS, or even obtaining the installation media. These include how ReactOS will be installed, limitations of the installation, and backing up existing data.
  
The minimum requirements to install ReactOS are:
+
== Limitations ==
 +
ReactOS is '''[https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha alpha]''' level (or alpha phase) software. It is not yet [https://en.wikipedia.org/wiki/Feature_complete feature complete]. <br>
 +
Some major bugs remain to be corrected.  For the details see [[Known Issues]].
 +
Bear in mind that this is not a complete list of known issues. See also [[Missing ReactOS Functionality]].<br>
  
* 32 MB of RAM (Debug builds may require 48MB of RAM)
 
* IDE Hard Drive Disk
 
* FAT16/FAT32 primary boot partition
 
* VGA compatible video card (VESA BIOS version v2.0 and higher)
 
* PS/2 keyboard
 
* PS/2 compatible mouse or Microsoft Mouse compatible serial mouse
 
  
=== Hardware Support ===
+
The ReactOS itself, setup utility, and [[FreeLoader|boot loader]] have a number of limitations. The most prominent are:
  
ReactOS has limited hardware support. Lists of hardware that have been tested can be found at the following:
+
* the setup utility does not prevent users from performing dangerous and potentially destructive operations.
 +
* UEFI system firmware is not supported by ReactOS yet, you have to use legacy BIOS mode.
 +
* some SATA controllers may not work with ReactOS.
 +
* the boot partition is highly recommended to be the first partition on the first (or even better - single) disk in the system.
 +
* the setup utility can check the integrity of ONLY FAT16 and FAT32 file systems.
 +
* HD Audio or use of multiple audio cards at the same time are not yet supported, ReactOS versions and builds prior to 0.4.12 will not boot after setup with this configuration.
  
* [[Supported_Hardware/IO|IO]]
+
= System requirements =
* [[Supported_Hardware/Video_cards|Video]]
 
* [[Supported_Hardware/Sound_cards|Audio]]
 
* [[Supported_Hardware/Network_cards|Network]]
 
  
Note that booting from CD-ROM is supported only for running the setup program unless using the LiveCD option, which is meant to be booted of the CD-ROM continuously. Otherwise booting from CD-ROM for normal use is not recommended. Although it is generally possible, the default configuration will prevent ReactOS from creating a swap file when booted from a CD-ROM. If no swap file is available, ReactOS will stop as soon as it runs out of RAM. In practice, this prevents the use of any non-trivial program.
+
== Hardware support ==
 +
ReactOS has '''limited''' hardware support. Lists of particular hardware that have been tested can be found on the page '''[[Supported Hardware]]'''.
  
== Before Installing ==
+
== Minimum hardware requirements ==
 +
The minimum requirements to install ReactOS are:
  
There are several things to be made aware of before installing ReactOS, or even obtaining the installation media. These include how ReactOS will be installed, limitations of the installation, and backing up existing data.
+
* '''RAM:''' at least 64&nbsp;MB, recommended 256&nbsp;MB, and even 2048&nbsp;MB if you want to test  large software suites or bundles.
 +
* '''Processor:''' x86 or x64 architecture, Pentium or later and compatibles; for more information see [[ReactOS ports]].
 +
* '''HDD:''' IDE/SATA with minimum 450&nbsp;MB of free space on the primary partition (please note that some SATA controllers may not work with ReactOS):
 +
** FAT16/FAT32 primary boot partition.
 +
* '''Video:''' VGA compatible video card (VESA BIOS version 2.0 or later).
  
=== Installation Strategy ===
+
= Getting ReactOS =
 +
Due to the current state of the project, the ReactOS Foundation does not offer official installation media for distribution. Installation CD-ROMs must be created by the user by writing an available image file to a CD-ROM.
  
The first consideration to make is whether to install ReactOS on a dedicated testing machine, or in a contained environment such as running on an emulator without direct disk access. The use of an emulator is preferable if the machine on which you will run ReactOS is your primary computer, and/or if you have important data on the computer which you cannot afford to lose.
+
== Downloading the image file ==
 +
Official ISO image files can be downloaded at one of the following locations:
 +
* The official [https://reactos.org/download Download] page.
 +
* ReactOS [https://reactos.org/getbuilds daily builds]
 +
* ReactOS at [https://sourceforge.net/projects/reactos/files/ReactOS SourceForge] (ReactOS-{{ReactOS-Curr-Version}}-REL-iso.zip)
  
If you decide to install ReactOS on a disk drive that contains an existing operating system (such as Microsoft Windows XP), you should ensure that the drive is formatted with a file system ReactOS can access and write to, and that there is sufficient free space on the drive such that ReactOS can be installed, which can be somewhere around 250 MB. Furthermore, the current hardware limitations to which ReactOS is constrained must be identified and compared to the target computer system (e.g., the limitation that only several SATA disk drives may be accessed, and that ReactOS has ''extremely'' limited [[USB_Stack|USB]] support as of the 0.3.10 release).
+
WARNING: Some anti-malware programs will detect false positives in ReactOS files.
  
Once the available hardware and software situation is determined, the installation media can be selected. For example, if your computer includes an ATA CD-ROM and an IDE hard disk that does not contain irreplaceable data, a good installation option may be to write an ISO image of the ReactOS installation media to a CD-RW and proceed to install ReactOS on the IDE hard disk via the CD-ROM.
+
== Creating the Installation CD ==
 
+
The downloaded file is a compressed archive in ZIP format, containing a single file named "ReactOS.iso". The ISO image contains everything needed to create the CD.
=== Limitations ===
+
* Extract the image file from the archive into a temporary directory.
 +
* Burn the ISO image to a CD-R or CD-RW using any software of your choice.
  
The ReactOS setup utility and [[FreeLoader|boot loader]] have a number of limitations. The most prominent are:
+
When burning the ISO to disc, be sure it is written as an image file. Writing to the disc as another type of data will not work and render the Installation CD unbootable. Look for an option similar to "Burn from ISO" or "Write disk image".
  
* ReactOS can only be booted from IDE CD-ROMs and hard disks.
+
= Installing ReactOS =
* The boot partition must be the first FAT16 or FAT32 partition on the disk.
+
Please consider '''making full backups''' of any sensitive data before you start any experiments with ReactOS in the production environment!
* The setup utility cannot check the integrity of file systems.
 
* The setup utility does not prevent users from performing dangerous and potentially destructive operations.
 
  
== Getting ReactOS ==
+
== Installation strategy ==
 +
The first consideration to make is whether to install ReactOS on a dedicated testing machine or in a contained environment, such as running on an emulator without direct disk access. The use of an emulator is preferable if the machine on which you will run ReactOS is your primary computer or if you have important data on the computer which you cannot afford to lose.
  
Due to the current state of the project, the ReactOS Foundation does not offer official installation media for distribution. Installation CD-ROMs must be created by the user by writing an available image file to a CD-ROM.
+
If you decide to install ReactOS on a disk drive that contains an existing operating system (such as Microsoft Windows XP), you should ensure that the drive is formatted with a file system ReactOS can access and write to (now, primary FAT32/FAT16 partition) and that there is sufficient free space on the drive such that ReactOS can be installed (now, >=450&nbsp;MB).
 +
Furthermore, the current hardware limitations to which ReactOS is constrained must be identified and compared to the target computer system (e.g. that ReactOS has only basic audio support as of [[0.4.13]] release).
  
=== Downloading Files ===
+
Once the available hardware and software situation is determined the installation media can be selected. In most cases, USB-RAM boot should be enough (or CD-ROM boot for virtual machines). But sometimes it may either not work or be not available for the particular system. Then you can use other available options as well.
  
Official ISO image files can be downloaded at one of the following locations:
+
ReactOS goes through three stages during setup. The first two stages deal with the installation of the system, while the third stage is the first usable boot by the user.
 
+
* First stage – Text mode setup, started when booting from a ReactOS CD-ROM.
* The official [http://www.reactos.org/en/download.html Download] page. (Installation CD)
+
* Second stage – Booting to GUI installer. The input of user information and registering of files.
* ReactOS at [http://sourceforge.net/projects/reactos/files/ SourceForge] (ReactOS-{{ReactOS-Curr-Version}}-REL-iso.zip)
+
* Third stage – Booting to desktop, user configurations.
 
 
=== Creating the Installation CD ===
 
  
The downloaded file is a compressed archive in ZIP format, containing a single file named "ReactOS.iso". The ISO image contains everything needed to create the CD.
+
If you '''encounter problems''', it is recommended to disable or physically remove all secondary or unnecessary devices, especially '''USB'''-cameras and '''sound cards''' of any type.
  
* Extract the image file from the archive into a temporary directory.
+
== Virtual Machines ==
* Burn the ISO image to a CD-R or CD-RW using any software of your choice.
+
A Virtual Machine is a software program that provides a virtual hardware platform. Software instructions that would be run on hardware are now interpreted by the emulator software. This allows you to "run" a different kind of computer hardware and its software in a window on your computer.
  
When burning the ISO to disc, be sure it is written as an image file. Writing to the disc as another type of data will not work and render the Installation CD unbootable. Look for an option similar to "Burn from ISO".
+
See [[Virtualization software]] for well-known configurations for popular VM software.
  
== Installing ReactOS ==
+
== Hardware ==
  
ReactOS goes through three stages during setup. The first two stages deal with the installation of the system, while the third stage is the first usable boot by the user.
+
Generally speaking, PCs from Windows 2000-XP era should work with ReactOS, the details depend on your particular hardware configuration. Check our [[Supported_Hardware|supported hardware]] and [[PC ROS Rigs|notebook models]] pages for more info.
  
* First stage - Text mode setup, started when booting from a ReactOS CD-ROM.
+
{{Warning|Although work on the UEFI Boot is [https://reactos.org/blogs/newsletter-103/ in progress], ReactOS does not support UEFI booting yet, you need to enable legacy BIOS mode on UEFI systems}}
* Second stage - Booting to GUI installer. Input of user information and registering of files.
 
* Third stage - Booting to desktop, user configurations.
 
  
=== Real Hardware ===
+
== Install from a CD-ROM ==
  
* Make sure your BIOS is configured to boot from the CD-ROM first
+
* Make sure your BIOS is configured to boot from the CD-ROM first.
 
* Insert the ReactOS setup CD-ROM into a CD-ROM drive and reboot your computer. On the next boot, the ReactOS setup utility will start.
 
* Insert the ReactOS setup CD-ROM into a CD-ROM drive and reboot your computer. On the next boot, the ReactOS setup utility will start.
 
* Follow the instructions on the screen to install ReactOS on your computer.
 
* Follow the instructions on the screen to install ReactOS on your computer.
* After the installation has finished, remove the setup CD-ROM from the CD-ROM drive and press "Return" to reboot your computer. Now, you can start ReactOS by selecting it from the boot menu.
+
* After the installation has finished, remove the setup CD-ROM from the CD-ROM drive and press ''Enter'' to reboot your computer. You can now start ReactOS by selecting it from the boot menu.
 
 
=== Emulation Software ===
 
  
An emulator is a software program that provides a virtual hardware platform. Software instructions that would be run on hardware are now interpreted by the emulator software. This allows you to "run" a different kind of computer hardware and its software in a window on your computer.
+
== Install from a USB media ==
  
For information on installing ReactOS on emulation software, see [http://www.reactos.org?page=newbies_install here].
+
See article [[LiveUSB]] about how to prepare a USB boot media.
  
== Boot options ==
+
== Network boot or installation via PXE ==
  
=== Kernel command line ===
+
See article [[Building PXE-ready ReactOS]].
  
The [[kernel]] command line is a text string that is passed to ReactOS by the boot loader (usually [[FreeLoader]]). It consists of several switches, each of which has a special meaning to ReactOS. A switch is a forward slash (<code>/</code>) followed by a text string (the name of the switch), and optionally an equal sign (<code>=</code>) and a text string (the value). If the equal sign is present, then at least one value is required to follow.
+
== Installing from internal drive ==
 +
See article [[User:Minecraftchest1/installing/installing-from-harddrive]]
  
The syntax, variables and device strings used by FreeLoader conform to the [[Wikipedia:Advanced_RISC_Computing|ARC]] firmware and boot specification, similarly to the boot system used in all Windows NT implementations (such as the Windows NT boot loader on the x86 architecture, or the ARC console used to boot Windows NT 4.0 on the [[Wikipedia:Jazz_(computer)|MIPS]], Alpha AXP and PowerPC architectures).  Because of this, boot disks and other firmware- or BIOS-accessible devices are specified by each of the bus, disk, slice, and partition values associated with the device.
+
= Installing drivers =
 +
You may be also interested to know how to install a driver for a device in ReactOS. If so, see [[Install a driver]] article.
  
In FreeLoader the kernel command line is specified in an <code>Options</code> setting in <code>freeldr.ini</code>. The following text is an example of the contents of <code>freeldr.ini</code>, which boots ReactOS from the first partition of the first IDE drive of the computer system:
+
= Unattended Installation =
<code>
+
You may be also interested to know how to install ReactOS in the automatic (non-interactive) mode. If so, see [[Create an unattended Installation CD]] article.
[ReactOS]
 
BootType=ReactOS
 
SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
 
Options=/DEBUGPORT=SCREEN
 
</code>
 
As used in the above sample file, <code>DEBUGPORT</code> is a boot option. By adding the boot option <code>/DEBUGREPORT=SCREEN</code>, ReactOS will print debugging information to the screen.
 
  
=== Options ===
+
= See also =
 +
* [https://www.virtualbox.org/ VirtualBox] – a free virtualization software for Windows, Linux and Mac ([[VirtualBox|HOWTO]])
 +
* [https://wiki.qemu.org/Main_Page QEMU] – an open source machine emulator
  
The following boot options may be used:
+
* [[Boot options]] for FreeLoader
<br>
+
* [[Boot FreeLoader from GRUB]] – How to boot ReactOS from GRUB
; <code>DEBUGPORT</code> : Specifying <code>DEBUGPORT</code> as a boot option will enable certain debugging features.
+
* [[Install a driver]] in ReactOS
* Format: <code>DEBUGPORT=[SCREEN|BOCHS|GDB|PICE|COM1|COM2|COM3|COM4|FILE|MDA]</code><br>Any one of the following values may set:
 
** <code>SCREEN</code>: Send debug output to the screen.
 
** <code>BOCHS</code>: Send debug output to bochs.
 
** <code>GDB</code>: Enable the GNU debugger (GDB) stub so remote debugging using GDB is possible.
 
** <code>PICE</code>: Enable the Private ICE driver so debugging using Private ICE is possible.
 
** <code>COM1</code>: Send debug output to COM1.
 
** <code>COM2</code>: Send debug output to COM2.
 
** <code>COM3</code>: Send debug output to COM3.
 
** <code>COM4</code>: Send debug output to COM4.
 
** <code>FILE</code>: Send debug output to a file %systemroot%/reactos/debug.log
 
** <code>MDA</code>: Send debug output to MDA ''(The old text graphic card from IBM)''.
 
<br>
 
; <code>BAUDRATE</code> : Specifies baudrate of the serial port to be <code>[baudrate]</code> bps. Used in conjunction with <code>COM1-4</code> or <code>GDB</code>.
 
* Format: <code>BAUDRATE=[baudrate]</code>
 
<br>
 
; <code>IRQ</code> : Specifies the IRQ number of the serial port to be <code>[irq-number]</code>. Used in conjunction with <code>COM1-4</code> or <code>GDB</code>.
 
* Format: <code>IRQ=[irq-number]</code>
 
<br>
 
; <code>PROFILE</code> : Enables profiling. Profiling information will be written in <code>%windir%\profiler.log</code>. This will slow down the system quite a bit.
 
* Format: <code>PROFILE</code>
 
<br>
 
; <code>MAXMEM</code> : Will restrict ReactOS to use only the first <code>[maxmem]</code> MB of physical memory.
 
* Format: <code>MAXMEM=[maxmem]</code>
 
  
 
[[Category:Tutorial]]
 
[[Category:Tutorial]]

Latest revision as of 04:54, 12 November 2023

Icon speedy deletion.png Warning: Please bear in mind that ReactOS is still in alpha stage, meaning it is not stable or feature-complete and is not recommended for everyday use. Operating system bugs can and do result in corrupted file systems, overwritten partitions, and more. Do not install ReactOS on any computer containing important data without using a virtual machine or making full backups first.


Before installing

There are several things to be made aware of before installing ReactOS, or even obtaining the installation media. These include how ReactOS will be installed, limitations of the installation, and backing up existing data.

Limitations

ReactOS is alpha level (or alpha phase) software. It is not yet feature complete.
Some major bugs remain to be corrected. For the details see Known Issues. Bear in mind that this is not a complete list of known issues. See also Missing ReactOS Functionality.


The ReactOS itself, setup utility, and boot loader have a number of limitations. The most prominent are:

  • the setup utility does not prevent users from performing dangerous and potentially destructive operations.
  • UEFI system firmware is not supported by ReactOS yet, you have to use legacy BIOS mode.
  • some SATA controllers may not work with ReactOS.
  • the boot partition is highly recommended to be the first partition on the first (or even better - single) disk in the system.
  • the setup utility can check the integrity of ONLY FAT16 and FAT32 file systems.
  • HD Audio or use of multiple audio cards at the same time are not yet supported, ReactOS versions and builds prior to 0.4.12 will not boot after setup with this configuration.

System requirements

Hardware support

ReactOS has limited hardware support. Lists of particular hardware that have been tested can be found on the page Supported Hardware.

Minimum hardware requirements

The minimum requirements to install ReactOS are:

  • RAM: at least 64 MB, recommended 256 MB, and even 2048 MB if you want to test large software suites or bundles.
  • Processor: x86 or x64 architecture, Pentium or later and compatibles; for more information see ReactOS ports.
  • HDD: IDE/SATA with minimum 450 MB of free space on the primary partition (please note that some SATA controllers may not work with ReactOS):
    • FAT16/FAT32 primary boot partition.
  • Video: VGA compatible video card (VESA BIOS version 2.0 or later).

Getting ReactOS

Due to the current state of the project, the ReactOS Foundation does not offer official installation media for distribution. Installation CD-ROMs must be created by the user by writing an available image file to a CD-ROM.

Downloading the image file

Official ISO image files can be downloaded at one of the following locations:

WARNING: Some anti-malware programs will detect false positives in ReactOS files.

Creating the Installation CD

The downloaded file is a compressed archive in ZIP format, containing a single file named "ReactOS.iso". The ISO image contains everything needed to create the CD.

  • Extract the image file from the archive into a temporary directory.
  • Burn the ISO image to a CD-R or CD-RW using any software of your choice.

When burning the ISO to disc, be sure it is written as an image file. Writing to the disc as another type of data will not work and render the Installation CD unbootable. Look for an option similar to "Burn from ISO" or "Write disk image".

Installing ReactOS

Please consider making full backups of any sensitive data before you start any experiments with ReactOS in the production environment!

Installation strategy

The first consideration to make is whether to install ReactOS on a dedicated testing machine or in a contained environment, such as running on an emulator without direct disk access. The use of an emulator is preferable if the machine on which you will run ReactOS is your primary computer or if you have important data on the computer which you cannot afford to lose.

If you decide to install ReactOS on a disk drive that contains an existing operating system (such as Microsoft Windows XP), you should ensure that the drive is formatted with a file system ReactOS can access and write to (now, primary FAT32/FAT16 partition) and that there is sufficient free space on the drive such that ReactOS can be installed (now, >=450 MB). Furthermore, the current hardware limitations to which ReactOS is constrained must be identified and compared to the target computer system (e.g. that ReactOS has only basic audio support as of 0.4.13 release).

Once the available hardware and software situation is determined the installation media can be selected. In most cases, USB-RAM boot should be enough (or CD-ROM boot for virtual machines). But sometimes it may either not work or be not available for the particular system. Then you can use other available options as well.

ReactOS goes through three stages during setup. The first two stages deal with the installation of the system, while the third stage is the first usable boot by the user.

  • First stage – Text mode setup, started when booting from a ReactOS CD-ROM.
  • Second stage – Booting to GUI installer. The input of user information and registering of files.
  • Third stage – Booting to desktop, user configurations.

If you encounter problems, it is recommended to disable or physically remove all secondary or unnecessary devices, especially USB-cameras and sound cards of any type.

Virtual Machines

A Virtual Machine is a software program that provides a virtual hardware platform. Software instructions that would be run on hardware are now interpreted by the emulator software. This allows you to "run" a different kind of computer hardware and its software in a window on your computer.

See Virtualization software for well-known configurations for popular VM software.

Hardware

Generally speaking, PCs from Windows 2000-XP era should work with ReactOS, the details depend on your particular hardware configuration. Check our supported hardware and notebook models pages for more info.

Icon speedy deletion.png Warning: Although work on the UEFI Boot is in progress, ReactOS does not support UEFI booting yet, you need to enable legacy BIOS mode on UEFI systems


Install from a CD-ROM

  • Make sure your BIOS is configured to boot from the CD-ROM first.
  • Insert the ReactOS setup CD-ROM into a CD-ROM drive and reboot your computer. On the next boot, the ReactOS setup utility will start.
  • Follow the instructions on the screen to install ReactOS on your computer.
  • After the installation has finished, remove the setup CD-ROM from the CD-ROM drive and press Enter to reboot your computer. You can now start ReactOS by selecting it from the boot menu.

Install from a USB media

See article LiveUSB about how to prepare a USB boot media.

Network boot or installation via PXE

See article Building PXE-ready ReactOS.

Installing from internal drive

See article User:Minecraftchest1/installing/installing-from-harddrive

Installing drivers

You may be also interested to know how to install a driver for a device in ReactOS. If so, see Install a driver article.

Unattended Installation

You may be also interested to know how to install ReactOS in the automatic (non-interactive) mode. If so, see Create an unattended Installation CD article.

See also

  • VirtualBox – a free virtualization software for Windows, Linux and Mac (HOWTO)
  • QEMU – an open source machine emulator