Johannes Thoma
Johannes Thoma
Hi Yannis, of course we know each other :) I am just now experimenting with stage 2 of the Windows installer booting from EFI ... one of course needs an...
Hi I managed to boot stage2 until the WinDRBD driver (which appears to be installed correctly) looks for the iBFT/ACPI table in the first 640K of memory. This is where...
Yannis, you need a EFI enabled ipxe image: I am attaching it. [ipxe.efi.zip](https://github.com/LINBIT/windrbd/files/10315952/ipxe.efi.zip) The iPXE you have works only with PC BIOS.
You can build your own with: make bin-x86_64-efi/ipxe.efi in my branch of iPXE: https://github.com/johannesthoma/ipxe-windrbd/tree/windrbd Happy hacking :)
Exactly. WinDRBD does not find the DRBD URL for the resource and does not create a boot disk. PC BIOS stores it in the first 640K so currently WinDRBD just...
Hi Yannis, I am one step further it looks like the Virtual SCSI Bus Object is not created in stage2 of the installer...will try to fix this (I hardcoded my...
I hardcoded the URL in the Source Code and rebuild the project (just to see if it would work when it has the URL). This is something I would not...
Hi everybody, made some progress WinDRBD Virtual Bus Device is now created on stage 2 of the installer. There are some Windows registry files which need to be applied one...
Hi Yannis, It looks like the NIC driver doesn't get installed and Windows waits forever for the root device (no BSOD it just loops). I then experimented with Windows preinstall...
Hi Yannis, Thank you for testing this. To solve the INACCESSIBLE_BOOT_DEVICE BSOD you have to configure a WinDRBD Virtual Bus Device in the Windows Registry before booting stage 2. You...