Search found 63 matches

by Illen
Fri Apr 04, 2025 1:55 am
Forum: Support
Topic: How can I add storage drivers to BootCD?
Replies: 7
Views: 1133

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 ...
by Illen
Sat Mar 29, 2025 1:49 pm
Forum: Support
Topic: How can I add storage drivers to BootCD?
Replies: 7
Views: 1133

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 ...
by Illen
Mon Mar 24, 2025 11:52 am
Forum: Support
Topic: How can I add storage drivers to BootCD?
Replies: 7
Views: 1133

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...
by Illen
Wed Mar 19, 2025 5:00 pm
Forum: Support
Topic: How can I add storage drivers to BootCD?
Replies: 7
Views: 1133

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...
by Illen
Sat Feb 15, 2025 3:17 pm
Forum: General Discussion and Feedback
Topic: ReactOS Bootable USB on eBay?
Replies: 3
Views: 3260

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...
by Illen
Fri Aug 23, 2024 8:47 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 57
Views: 45767

Re: SFI systems support

ikport wrote: Thu Aug 22, 2024 9:13 pm I also have an asus zenfone 2, how do I find a vga bios for it?
I don't think there is any.
by Illen
Sat Jun 29, 2024 5:40 pm
Forum: Support
Topic: VBox 0x000001e VBoxDisp.dll
Replies: 12
Views: 10272

Re: VBox 0x000001e VBoxDisp.dll

LukaTV939 wrote: Thu Jun 06, 2024 10:06 pm
  • Video Memory: 256mb
Don't allocate more than 128 MB of video memory.
by Illen
Thu May 09, 2024 9:29 pm
Forum: Support
Topic: UEFI BOOT from USB
Replies: 1
Views: 3227

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...
by Illen
Tue Apr 16, 2024 12:03 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 29
Views: 10644

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...
by Illen
Tue Apr 16, 2024 11:02 am
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 29
Views: 10644

Re: Trying to boot ReactOS with bhyve on FreeBSD 14...

mariozio wrote: Tue Apr 16, 2024 10:51 am I read "output-VS-i386" ; is this correct ? shouldn't it be AMD64 ? I imagine that "Visual Studio Environment VS17-i386" is wrong.
Yes, you should run "x64 Native Tools Command Prompt" instead.
by Illen
Tue Apr 16, 2024 10:19 am
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 29
Views: 10644

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/...
by Illen
Mon Apr 15, 2024 1:13 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 29
Views: 10644

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...
by Illen
Mon Apr 15, 2024 12:04 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 29
Views: 10644

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...
by Illen
Sat Apr 13, 2024 6:32 pm
Forum: Support
Topic: Trying to boot ReactOS with bhyve on FreeBSD 14...
Replies: 29
Views: 10644

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...
by Illen
Sun Jan 16, 2022 2:55 pm
Forum: General Discussion and Feedback
Topic: EPIC WIN!
Replies: 1331
Views: 1596088

Re: EPIC WIN!

Illen, this is really cool ! I've never seen VS2008 running this gray theme. I'm developing some custom controls with the Look & Feel of Office 2003 / Visual Studio 2005/2008 and I really would like to import/copy this gray theme. I grabbed most of the colors from your screenshot but what's mis...