First Stage GUI Setup

From ReactOS Wiki
Revision as of 20:10, 11 March 2012 by BrentNewland (talk | contribs) (See Also)
Jump to: navigation, search

current developers: Matthias Kupfer, Dmitry Chapyshev, Klemens Friedl

Objective

We want to replace the 1st stage textmode setup (usetup) as default setup by a 1st stage GUI setup. So we can join bootcd and LiveCD to one cd (like in Ubuntu), which provides functionality of LiveCD as well as setup-cd. The modes selected in freeloader should be:

  • LiveCD (booting a Live-System without touching any hard disk)
  • GUI-Setup (booting a GUI similiar to LiveCD for the first stage of setup, usetup replacement)
  • Text-Setup (booting the old textmode setup)

(Later LiveCD and GUI-Setup mode might be combined to one entry.)

Steps

Language and Keyboard selection

Select system and setup language Done
Select keyboard layout Done

preview of first page of setup

Setup Type / Action

  • Install ReactOS Done
  • Update ReactOS (not selectable at the moment)
  • Recovery tools (not reachable at the moment)

Device Settings

Computer type Done
Display settings Done
Keyboard type Done

Partition Tool

Manage partitions (create, format, delete) to install ReactOS.
Select and use RAID or SCSI hard disk drivers
Support for FAT32 and later NTFS, EXT2, etc. Installation folder in "advanced options"-dialog
Setup boot loader (install, configure)

Summary

List all properties of selected installation to check the setup before the installation process starts

Install ReactOS

Create/prepare partitions
Copying files
Installing hives
Installing boot loader

First stage setup successful dialog

Reboot to resume with second stage Done

Unattended setup

Read settings from file and setup system without user interaction

Issues

Following thing(s) need to be fixed before we can continue:

On the other hand, I'm looking for a(n elegant) solution to update the language of the installer during runtime. Especially how to reload and setup dialog resources after "SetThreadLocale".

See Also

ReactOS Welcome Wizard

ROSE, the ReactOS installer and maintenance program

LiveCD