Skip to content

Commit bfc5c01

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 859bcbc commit bfc5c01

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
@@ -447,7 +447,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\CoDeviceInstallers","{4D36E97D-E325-11CE-
447447

448448
; Default computer name settings
449449
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName",,0x00000012
450-
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName","ComputerName",0x00000002,"COMPUTERNAME"
450+
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName","ComputerName",0x00000002,"XBOX-PC"
451451

452452
; Crash Control
453453
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
@@ -229,12 +229,12 @@ DefaultLayout = 00000409
229229
DefaultLanguage = 00000409
230230

231231
[Computer.NTx86]
232-
pci_up = "Standard PC Uniprocessor"
232+
;pci_up = "Standard PC Uniprocessor"
233233
;pci_mp = "Standard PC Multiprocessor"
234-
acpi_up = "ACPI PC Uniprocessor"
235-
acpi_mp = "ACPI PC Multiprocessor"
236-
apic_up = "Standard APIC PC Uniprocessor"
237-
aacpi_up = "ACPI APIC PC Uniprocessor"
234+
;acpi_up = "ACPI PC Uniprocessor"
235+
;acpi_mp = "ACPI PC Multiprocessor"
236+
;apic_up = "Standard APIC PC Uniprocessor"
237+
;aacpi_up = "ACPI APIC PC Uniprocessor"
238238
xbox = "Original Xbox (x86 based)"
239239
pc98_up = "NEC PC-98 Uniprocessor"
240240

@@ -244,12 +244,12 @@ x64_mp = "Standard x64 Multiprocessor"
244244

245245
[Map.Computer.NTx86]
246246
;<id> = <pnp id string>
247-
pci_up = "PC UP"
247+
;pci_up = "PC UP"
248248
;pci_mp = "PC MP"
249-
acpi_up = "ACPI UP"
250-
acpi_mp = "ACPI MP"
251-
apic_up = "APIC UP"
252-
aacpi_up = "AAPIC UP"
249+
;acpi_up = "ACPI UP"
250+
;acpi_mp = "ACPI MP"
251+
;apic_up = "APIC UP"
252+
;aacpi_up = "AAPIC UP"
253253
xbox = "Xbox"
254254
pc98_up = "NEC PC-98 UP"
255255

0 commit comments

Comments
 (0)