Content Type
Profiles
Forums
Events
Everything posted by reboot12
-
@Dietmar You probably spreading misinformation - FlyGoat cannot create an account on MSFN and asked me to put such a post here: I guess they (or maybe LLM behind them) never really understood how the project work. There is NO interrupt handler redirection happening to UEFI code, but it doesn't mean int13h (and other interrupt calls) won't work. They are handled by SeaBIOS. For misinformation in their comments: 1. No Real-Mode Environment SeaBIOS is executing in Real Mode. 2. No Legacy BIOS ROM Code SeaBIOS is Legacy BIOS ROM Code. 3. No IVT Vector Patching SeaBIOS will fill IVT table, no need to do any patching. 4. No Mode-Switch Plumbing x86thunk in CSMWrap and SeaBIOS are doing all mode switch works. 5. UEFI’s Native Disk Interface Differs Completely Yes, that's why SeaBIOS's own disk drivers are operating after handling control to CSM module. It's talking to hardware directly. For the int13h handler flow, the IVT vector is set at ivt_init() https://github.com/FlyGoat/seabios-csmwrap/blob/efafa7514862b2caf082329e29dd8878dfe1d63d/src/post.c#L33, which set IVT to an assembly thunk handler, and redirected to actual handle function handle_13(struct bregs *regs) https://github.com/FlyGoat/seabios-csmwrap/blob/efafa7514862b2caf082329e29dd8878dfe1d63d/src/disk.c#L741. They also tried to provide some code that will never work in this project, PLEASE, look into current implementation, we are not even using EDK II build environment. If in doubt, they can always ask me. Original github post: https://github.com/FlyGoat/csmwrap/issues/14#issuecomment-2903984783
-
@GD 2W10 Disconnect all USB flash drive from USB port and run CSMWrap from FAT32 partition on SATA disk - best using UEFI Shell. I use UEFI Shell 1.0, CSMWrap.efi efafa75-CSMWrap-34ee5ec
-
Boot to UEFI Shell, then run CSMWrap from shell - it works https://github.com/FlyGoat/csmwrap/issues/14#issuecomment-2906866241
-
Works, works, works - WinXP SP2 32-bit on Haswell using winload.exe 5472 - 640x480 I have to run this way: HDD FAT32 100MB EFI\Boot\bootx64.efi < this is UEFI Shell 1.0 from shell need run CSMWrap (ahci.efi)
-
I test this build and now AHCI works on Asus H61 (Sandy Bridge) (test winload.exe because ntldr not works with iGPU) https://github.com/FlyGoat/csmwrap/actions/runs/15173994519 On Asus B85 (Haswell) other problem and don't detect any boot devices - stuck on: SeaBIOS (version efafa75-CSMWrap-34ee5ec) Version 1.2.0 not works with AHCI on Asus H61
-
No, CSMWrap support all BIOS services: https://github.com/FlyGoat/csmwrap/issues/14#issuecomment-2899365096
-
Yes of course. You need use CSMWrap ia32 32-bit version: P.S. I purposely bought such a laptop - Asus T100TAF for testing but I bricked it when I changed the hidden settings in CMOS - I need reprogramming bios - probably need desolder SPI chip: https://www.elektroda.pl/rtvforum/topic4120094.html My tests before CSMWrap was released: https://forums.mydigitallife.net/threads/winxp-32-bit-on-a-modern-pc-iso-boot-wim-install-wim.88834/#post-1873937 Many laptops with UEFI32 have an eMMC drive - I don't know if there will be a problem with that. If the laptop has a normal SATA drive it should be OK. @Dietmar Do you still have Lenovo Flex 10 with UEFI32?
-
WinXP 32-bit also works on UEFI32 if use CSMWrap e820 ia32 version https://github.com/FlyGoat/csmwrap/issues/22#issuecomment-2895690281
-
@Dietmar https://www.mediafire.com/file/paurk1d4zpqxnzl/csmw.zip/file
-
Test this build: https://github.com/FlyGoat/csmwrap/actions/runs/15122472115 Memory Remap Enabled, Asus H61 SandyBridge, PCIe AMD6450 VBIOS AMD from this card: WinXP SP2 32-bit - ntldr+NTDETECT.COM > 0K low memory: https://github.com/FlyGoat/csmwrap/issues/7#issuecomment-2892732313 Same WinXP but Longhorn 5472 winload.exe loader boot but on screen stuck aurora bootscreen: Screenshot over Remote Desktop: P.S. If remove PCIe card and use iGPU then VBIOS is SeaVGABIOS
-
@Dietmar You still don't read previous posts. Don't you have forum notifications turned on? Instead of hack your bios try first debugging CSMWrap through the COM port: https://msfn.org/board/topic/186793-csmwrap-boot-csm-on-uefi-only-systems/page/3/#findComment-1280133
-
@Dietmar Please make own topic e.g. How unlock Memory Remap option in bios Your posts are irrelevant to the this topic CSMWrap !!!
-
Make screenshot. Maybe try other UEFI Setup variable, maybe wrong offset. Setup often have more than 1 page (Ctrl+PageDown in ru.efi) P.S. I know how to debug CSMWrap through the COM port: https://github.com/FlyGoat/csmwrap/issues/14
-
No, You need run AMISCE tool for your platform or newer with /d option in UEFI Shell then generate CMOS settings to .txt file: sceefi64 /d /o /s CMOS.txt As I remember correctly I already explained to you recently (about unlock CSM in yours Intel Gen12 mobo) and I think I even sent for you AMISCE tool. Yes, I found in topic Compiling ACPI v2.0... https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/133/#findComment-1266974
-
If you have AMI bios then you can generate all CMOS setting also hidden using AMISCE tool
-
But I do not need change remap on this way because I have normal option in CMOS Setup: I can also change this with ru.efi in the UEFI Setup variable at the appropriate offset: Setup Question = Memory Remap Token =2E3 // Do NOT change this line Offset =33B Width =01 BIOS Default =[01]Enabled Options =*[01]Enabled // Move "*" to the desired Option [00]Disabled Offset is 33B then in ru.efi need change like this:
-
@Dietmar Sorry, I don't understand what I need to test?
-
This means that CSMWrap works on your Asrock Z370 board. On Asus H61 ntldr not work but on AIMB-768 WinXP 64-bit from NVMe disk work with ntldr. For high framebuffer I have no idea - You can create a issue on github: https://github.com/FlyGoat/csmwrap/issues
-
@Dietmar F..k, why don't you read the previous posts? What crash - like this? Sorry, I forgot to write that you need to correct 2 entries in BCD - ApplicationDevice and OSDevice: After fix BCD WinXP boot OK: P.S. CSMWrap support AHCI and works OK on virt-manager: On real hardware - Asus H61 AHCI not work (SeaBIOS detect only USB stick) and I need change to IDE in CMOS setup so that SeaBIOS can detect the HDD: AHCI: IDE:
-
Screenshot please
-
Test, test, test and noticed that CSMWrap works differently on each machine or does not work: virt-manager - wrapper work, XP32 need Longhorn 5472 loader - tested AMD6450 driver but probably work also on vga.sys Asus H61 (iGPU 2gen) - wrapper work, SATA mode IDE, XP32 need Longhorn 5472 loader and work on vga.sys Asus B85 (iGPU 4gen) - wrapper run but stuck on CALL16 - not start SeaBIOS AIMB-786 (CPU 8Gen, PCIe AMD7450) - wrapper work from NVMe MBR disk, SATA mode AHCI, XP64 boot on standard ntldr + NTDETECT.COM
-
Yeeeeeeaaaaaaaaaaa!!! This works First time WinXP 32-bit on UEFI 64-bit using CSMWrap 1.1.0 virt-manager QEMU on Debian 9, OVMF_CODE-pure-efi.fd 64-bit 2016, passthrough PCIe AMD6450 graphics card (drivers installed), bootmgr + winload.exe 5472 x86 (patched) + BCD Virtual graphics card VGA - stuck on aurora boot screen but WinXP work on AMD 6450: Test on real hardware Asus H61 iGPU - works in safe mode in 800x600 on vga.sys - GUID 23A set to 800x600 60Hz If change GUID 23A to e.g. 3840x2160 1Hz then safe mode work in 1024x768:
-
CSMWrap work on real hardware Asus H61 - integrated iGPU Sandy Bridge. SeaBIOS see only USB Boot Device after delay if disk mode is AHCI. After switch mode to IDE see also HDD SATA and CD/DVD ROM no-delay I tested boot from: my XP 32 or 64-bit - stuck on SeaBIOS and colored lines but OS probably works my Win7 64-bit or my XP installer based on Win7 64-bit - stuck on SeaBIOS and colored lines but OS probably works Win8 Developer Preview 32-bit - black screen - I don't know if OS works Win10 LTSB 2015 32-bit - boot OK Debian 13 Trixie 64-bit - grub boot OK but no native monitor res - small probable 800x600 ? Debian 6 32-bit Live console only - grub boot OK but black screen also in fail safe but probably works because after press Ctrl+Alt+Del DVD-Rom eject CD and then press Enter restart PC GRUB4DOS USB stick menu - work OK but no native monitor res - probably 800x600 ? Acronis Backup & Recovery 11.5 Linux based - unable to set video mode 640x480x4 Abort! Acronis Loader: Not possible run Start Menu, Enter to continue. After select VESA mode e.g. 1024x768x32 Loading, please wait... Acronis True Image 2010 Linux based - boot OK Vista Longhorn Beta 5384 64-bit - Windows is loading files... and colored lines and Install Window screen displayed on previous Windows loading files. Make screenshot is in 800x600 24BPP (area installer windows, without black) Server 2008 Longhorn 16497 64-bit - only SeaBIOS red lines:
-
@Dietmar Ehh... Tutorial is here: WinXP 32-bit on a modern PC (ISO boot.wim + install.wim) I use ntldr but maybe this is problem and CSMWrap work only with winload.exe like in Win10 Legacy - I need test this with Longhorn winload.exe 5219 + boot.ini and 5472 + BCD
-
Make test 2 with Windows 10 Micro x86 and CSMWrapper work OK while install in Legacy mode I make 2 partitions in diskpart - 100MB FAT32 + rest for OS copy CSMWrap to FAT32 as EFI\Boot\bootx64.efi switch machine to UEFI64 OVMF 2016 boot vm and Win10 boot OK - OS work in Legacy mode - no UEFI enviroments on VGA virtual card PCI\VEN_1234&DEV_1111 in 800x600: after passthrough PCIe AMD6450 card & install AMD drivers works also second screen on AMD6450