Skip to content

Commit 5b6f30f

Browse files
committed
[BOOTDATA] Enable unattended setup for Boot CD / install to HDD
Hacks and workarounds for: - Missing text mode driver for usetup - Xbox HAL detection in setuplib - USB OHCI problem - CORE-16352
1 parent da66f1e commit 5b6f30f

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

boot/bootdata/bootcd/unattend.inf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Signature = "$ReactOS$"
44
; Set UnattendSetupEnabled to yes in order to get unattended setup working
55
; yes - unattend setup enabled
66
; no - unattend setup disabled
7-
UnattendSetupEnabled = no
7+
UnattendSetupEnabled = yes
88

99
; Install to \Device\Harddisk0\Partition1\ReactOS
1010
DestinationDiskNumber = 0
@@ -17,9 +17,9 @@ InstallationDirectory=ReactOS
1717
; BootLoaderLocation=3 Install on VBR only (for MBR disks)
1818
BootLoaderLocation=2
1919

20-
FullName="MyName"
21-
;OrgName="MyOrg"
22-
ComputerName="MYCOMPUTERNAME"
20+
FullName="OG Xbox User"
21+
OrgName="XboxDev Community"
22+
ComputerName="XBOX-PC"
2323
;AdminPassword="MyPassword"
2424

2525
; TimeZone is set GMT as default
@@ -47,7 +47,7 @@ FsType = 0
4747
; enable this setting to disable Gecko install
4848
; yes - disabled
4949
; no - enabled
50-
DisableGeckoInst = no
50+
DisableGeckoInst = yes
5151

5252
; set this option to automatically
5353
; specify language in 2nd mode setup

boot/bootdata/hivesys.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\CoDeviceInstallers","{4D36E97D-E325-11CE-
444444

445445
; Default computer name settings
446446
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName",,0x00000012
447-
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName","ComputerName",0x00000002,"COMPUTERNAME"
447+
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName","ComputerName",0x00000002,"XBOX-PC"
448448

449449
; Crash Control
450450
HKLM,"SYSTEM\CurrentControlSet\Control\CrashControl","AutoReboot",0x00010003,0

boot/bootdata/txtsetup.sif

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ DefaultLayout = 00000409
226226
DefaultLanguage = 00000409
227227

228228
[Computer.NTx86]
229-
pci_up = "Standard PC Uniprocessor"
229+
;pci_up = "Standard PC Uniprocessor"
230230
;pci_mp = "Standard PC Multiprocessor"
231-
acpi_up = "ACPI PC Uniprocessor"
232-
acpi_mp = "ACPI PC Multiprocessor"
233-
apic_up = "Standard APIC PC Uniprocessor"
234-
aacpi_up = "ACPI APIC PC Uniprocessor"
231+
;acpi_up = "ACPI PC Uniprocessor"
232+
;acpi_mp = "ACPI PC Multiprocessor"
233+
;apic_up = "Standard APIC PC Uniprocessor"
234+
;aacpi_up = "ACPI APIC PC Uniprocessor"
235235
xbox = "Original Xbox (x86 based)"
236236
pc98_up = "NEC PC-98 Uniprocessor"
237237

@@ -241,12 +241,12 @@ x64_mp = "Standard x64 Multiprocessor"
241241

242242
[Map.Computer.NTx86]
243243
;<id> = <pnp id string>
244-
pci_up = "PC UP"
244+
;pci_up = "PC UP"
245245
;pci_mp = "PC MP"
246-
acpi_up = "ACPI UP"
247-
acpi_mp = "ACPI MP"
248-
apic_up = "APIC UP"
249-
aacpi_up = "AAPIC UP"
246+
;acpi_up = "ACPI UP"
247+
;acpi_mp = "ACPI MP"
248+
;apic_up = "APIC UP"
249+
;aacpi_up = "AAPIC UP"
250250
xbox = "Xbox"
251251
pc98_up = "NEC PC-98 UP"
252252

0 commit comments

Comments
 (0)