Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Virtual machine environment
- QEMU emulator version 3.1.50 (v3.1.0-13607-geb2db0f7ba-dirty) on Microsoft Windows 10 version 1703 (build 15063.1446).
- Architecture: i386 (qemu-system-i386)
- Machine: Standard PC (i440FX + PIIX, 1996) (alias of pc-i440fx-4.0) (-machine pc)
- VCPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (-cpu n270)
- RAM: 2048 MB (-m 2048M)
- VGA: Standard VGA card with Bochs VBE extensions (-vga std)
- Audio card: PC speaker (-soundhw pcspk)
- RTC: Local time (-rtc base=localtime)
- Serial: To file (-serial file:serial0.log)
- Hard disk: 768MB QCOW2 image (-hda reactos-20190510-msvc.qcow2)
- CD-ROM: ReactOS BootCD (-cdrom reactos-bootcd-0.4.13-dev-212-g927e1d0-x86-msvc-win-dbg.iso)
- Boot order: CD-ROM, Hard disk (-boot order=d)
- Accelerator: None.
Complete command:
qemu-system-i386 -machine pc -cpu n270 -m 2048M -vga std -soundhw pcspk -rtc base=localtime -serial file:serial0.log -hda reactos-20190510-msvc.qcow2 -cdrom reactos-bootcd-0.4.13-dev-212-g927e1d0-x86-msvc-win-dbg.iso -boot order=d
Virtual machine environment QEMU emulator version 3.1.50 (v3.1.0-13607-geb2db0f7ba-dirty) on Microsoft Windows 10 version 1703 (build 15063.1446). Architecture: i386 ( qemu-system-i386 ) Machine: Standard PC (i440FX + PIIX, 1996) (alias of pc-i440fx-4.0) ( -machine pc ) VCPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ( -cpu n270 ) RAM: 2048 MB ( -m 2048M ) VGA: Standard VGA card with Bochs VBE extensions ( -vga std ) Audio card: PC speaker ( -soundhw pcspk ) RTC: Local time ( -rtc base=localtime ) Serial: To file ( -serial file:serial0.log ) Hard disk: 768MB QCOW2 image ( -hda reactos-20190510-msvc.qcow2 ) CD-ROM: ReactOS BootCD ( -cdrom reactos-bootcd-0.4.13-dev-212-g927e1d0-x86-msvc-win-dbg.iso ) Boot order: CD-ROM, Hard disk ( -boot order=d ) Accelerator: None. Complete command: qemu-system-i386 -machine pc -cpu n270 -m 2048M -vga std -soundhw pcspk -rtc base=localtime -serial file:serial0.log -hda reactos-20190510-msvc.qcow2 -cdrom reactos-bootcd-0.4.13-dev-212-g927e1d0-x86-msvc-win-dbg.iso -boot order=d
Description
Recent ReactOS daily builds will fail to boot after completing the OS installation from hard disk on FAT filesystems.
Steps
- Start a new virtual machine with a clean hard disk image and a recent ReactOS boot CD.
- Install the operating system as normal using default settings; make sure to format the installation partition as FAT (quick or full format).
- The machine will restart correctly, taking you to the configuration wizard.
- Complete the wizard using default settings, with any name and administrator password.
- After finishing, the computer will restart. FreeLoader will display its boot menu. Both the "ReactOS" and "ReactOS (Debug)" options lead to a crash, rendering the system unbootable.
Note: The issue only happens with the FAT filesystem. Installing the operating system on a BTRFS partition will allow the virtual machine to boot.
Note 2: FreeLoader has an "Unknown operating system" entry at this point, which simply does nothing when used. This option is not present following a BTRFS installation.
Tested ReactOS builds
- 3a207cd (MSVC)
- 927e1d0 (MSVC)
- e1e6cfd (GCC)
- f86360f (GCC)
Debugging
The serial output file seems to have nothing very useful, with no error.
You may find the VGA screen dump and the serial dump attached.
Attachments
Issue Links
- is duplicated by
-
CORE-16127 BSoD after installing if 3rd theme has been chosen
- Resolved
- relates to
-
CORE-6839 Excessive size of Pagefile.sys in small HDDs
- Open