Search found 64 matches
- Sun Apr 20, 2025 3:14 pm
- Forum: Support
- Topic: Boot WinXP 32-bit on UEFI 32-bit
- Replies: 2
- Views: 444
Re: Boot WinXP 32-bit on UEFI 32-bit
I found this guide: User:Illen/UEFI Boot It is quite old and mostly irrelevant as FreeLoader is ported to UEFI nowadays. I downloaded the no CSM support Quibble version: https://web.archive.org/web/20211018064644if_/https://openfire-ros.duckdns.org/nextcloud/index.php/s/LwoEQgeKKsWfw5B/download/boo...
- Fri Apr 04, 2025 1:55 am
- Forum: Support
- Topic: How can I add storage drivers to BootCD?
- Replies: 7
- Views: 1416
Re: How can I add storage drivers to BootCD?
I opened my ticket on Jira. https://jira.reactos.org/browse/CORE-20070 Unfortunately when I tried to boot ReactOS, it gave me a BSoD of 0x7B. Couldn't send any debug log from real hardware because it always stucks at loading mup.sys. VirtualBox successfully installs ReactOS too but doesn't see the ...
- Sat Mar 29, 2025 1:49 pm
- Forum: Support
- Topic: How can I add storage drivers to BootCD?
- Replies: 7
- Views: 1416
Re: How can I add storage drivers to BootCD?
Drivers actually work and I see it detected my external SSD. Unfortunately I get the error "The ReactOS Setup could not find a supported system partition on your system or could not create a new one. Without such a partition the Setup program cannot install ReactOS." Weird that I can try ...
- Mon Mar 24, 2025 11:52 am
- Forum: Support
- Topic: How can I add storage drivers to BootCD?
- Replies: 7
- Views: 1416
Re: How can I add storage drivers to BootCD?
An Intenso SSD (SATA III 2.5") connected to my laptop with an SSD box. The SSD box is from Ugreen and I think the box has ASMedia ASM1153 in it. The product looks like this. https://ugreen.com.tr/wp-content/uploads/2021/03/60353.jpg For that you need a driver for USB (xHCI) controller, not AHC...
- Wed Mar 19, 2025 5:00 pm
- Forum: Support
- Topic: How can I add storage drivers to BootCD?
- Replies: 7
- Views: 1416
Re: How can I add storage drivers to BootCD?
Here is an example on how to do it with Intel iaStor driver: https://github.com/archeYR/reactos/commit/00102fadafb3932636a236a83c70a6b4fe31b3e4 Then you would need to drop iaStor.sys to modues\drivers then reconfigure and rebuild ISO. I want to install ReactOS to my external SATA III SSD. What is me...
- Sat Feb 15, 2025 3:17 pm
- Forum: General Discussion and Feedback
- Topic: ReactOS Bootable USB on eBay?
- Replies: 4
- Views: 3802
Re: ReactOS Bootable USB on eBay?
Releases can boot from RAM disk. The not yet released 0.4.15/16 branches can boot natively from USB on some older hardware (with EHCI or older USB controllers). I would not recommend "buying" ReactOS regardless, unless the install media is officially distributed (which AFAIK is not current...
- Fri Aug 23, 2024 8:47 pm
- Forum: General Discussion and Feedback
- Topic: SFI systems support
- Replies: 57
- Views: 46223
- Sat Jun 29, 2024 5:40 pm
- Forum: Support
- Topic: VBox 0x000001e VBoxDisp.dll
- Replies: 12
- Views: 10479
- Thu May 09, 2024 9:29 pm
- Forum: Support
- Topic: UEFI BOOT from USB
- Replies: 1
- Views: 3384
Re: UEFI BOOT from USB
Hello i tried UEFI boot from USB using directions from https://reactos.org/wiki/User:Illen/UEFI_Boot but could not get the BCD file neccessary for the boot. link was and is broken. anyone knows how to acces to that BCD file? Thanks for help! Hello. As mentioned on the page, this is just for testing...
- Tue Apr 16, 2024 12:03 pm
- Forum: Support
- Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
- Replies: 29
- Views: 10773
Re: Trying to boot ReactOS with bhyve on FreeBSD 14...
cannot load boot driver uniata.sys ! This error can be ignored, also while I did not mention this here, I did highlight the "add_registry_inf(...)" lines in the links I sent you above. Comment them out as well if you want fix this error. These are the bhyve parameters that I'm using : Loo...
- Tue Apr 16, 2024 11:02 am
- Forum: Support
- Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
- Replies: 29
- Views: 10773
- Tue Apr 16, 2024 10:19 am
- Forum: Support
- Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
- Replies: 29
- Views: 10773
Re: Trying to boot ReactOS with bhyve on FreeBSD 14...
I see a lot of CmakeLists.txt files inside the folder called "C:\reactos-Desktop-UEFI",can you tell me which ones should I modify ? thanks. Comment out these lines: https://github.com/DarkFire01/reactos/blob/Desktop-UEFI/drivers/storage/port/scsiport/CMakeLists.txt#L31 https://github.com/...
- Mon Apr 15, 2024 1:13 pm
- Forum: Support
- Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
- Replies: 29
- Views: 10773
Re: Trying to boot ReactOS with bhyve on FreeBSD 14...
Keeping in consideration that I don't need to install ReactOS physically on a disk,but as a virtual machine,I think to be able to fix some of the incompatibilities between reactOS and bhyve. For example : Depending on the USB/HDA devices that bhyve emulates, you can also look for 3rd party driver f...
- Mon Apr 15, 2024 12:04 pm
- Forum: Support
- Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
- Replies: 29
- Views: 10773
Re: Trying to boot ReactOS with bhyve on FreeBSD 14...
I think the error is caused by a mismatch error with "ahci-cd" ; you think that it needs a scsi driver,but it does need another driver,I presume. ReactOS uses UniATA driver (which is a scsiport miniport) for AHCI support. It appears that the scsiport driver crashes for some reason. This i...
- Sat Apr 13, 2024 6:32 pm
- Forum: Support
- Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
- Replies: 29
- Views: 10773
Re: Trying to boot ReactOS with bhyve on FreeBSD 14...
So,the documentation is not updated,with broken links and parts that haven't been explained. I'm not able to perform further steps. I need to acquire more informations and more stuff and more help from you before to start making some experimentation. This is not official documentation, but my own p...