Difference between revisions of "First Stage GUI Setup"

From ReactOS Wiki
Jump to: navigation, search
(Issues)
m (A little upgrade)
Line 22: Line 22:
 
* Update ReactOS (not selectable at the moment)
 
* Update ReactOS (not selectable at the moment)
 
* Recovery tools (not reachable at the moment)
 
* Recovery tools (not reachable at the moment)
 +
  ** Fix MBR/VBC (Master boot record/Volume boot record)
 +
  ** Scan harddives for error
 +
  ** Check Ram for error
  
 
=== Device Settings ===
 
=== Device Settings ===
Line 31: Line 34:
 
=== Partition Tool ===
 
=== Partition Tool ===
  
Manage partitions (create, format, delete) to install ReactOS.<br />
+
Manage partitions (create, (quick/full) format, delete) to install ReactOS.<br />
Select and use RAID or SCSI hard disk drivers<br />
+
Select and use RAID, SATA or SCSI hard disk drivers<br />
 
Support for FAT32 and later NTFS, EXT2, etc. Installation folder in "advanced options"-dialog<br />
 
Support for FAT32 and later NTFS, EXT2, etc. Installation folder in "advanced options"-dialog<br />
Setup boot loader (install, configure)<br />
+
Setup boot loader (install, configure, backup it)<br />
  
 
=== Summary ===
 
=== Summary ===

Revision as of 17:30, 6 March 2009

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)
  ** Fix MBR/VBC (Master boot record/Volume boot record)
  ** Scan harddives for error
  ** Check Ram for error 

Device Settings

Computer type Done
Display settings Done
Keyboard type Done

Partition Tool

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

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".