Johannes Thoma

Results 46 comments of Johannes Thoma

Hi Yannis, Yes, I think you are right. Default WinDRBD driver behavior is to only create a root disk when the parameters are passed via a (patched) iPXE ... I...

Hi Yannis, As promised a version that allows to configure the WinDRBD root device URL with a registry value. The key is: HKLM\SYSTEM\ControlSet001\Services\WinDRBD (where also syslog_ip is located) inside that...

Hi Yannis, I just tried to install a Windows 7 on top of a BIOS VM with WinDRBD, right now there is a IRQL_NOT_LESS_OR_EQUAL BSOD I need to get a...

Hi Yannis, Thanks for reporting. This is a known bug ever since diskless boot was working, it also happens with 0.10.X, but not always. I think there might be something...

Some updates: Windows accesses the boot device after network is down (read requests). This request cannot be served (waiting forever to complete) and Windows eventually timeouts with a BSOD. We...

Hi, thank you for trying to compile WinDRBD. It looks like you do not have the DRBD sources. They are a git submodule, so the WinDRBD project sources alone won't...

Hi someone (git clone? tar? something else?) converted the transform shell script file to DOS linefeeds (0x0a 0x0d, or ^J^M). I checked the repo and the ^M isn't in the...

Hi, your build environment has to match your Ewdk installation. You need to edit Makefile.win copy one of the if BUILD_ENV .. sections and adapt it to your installation of...

Hi you can try a make clean It should remove the pdb files. Congratulations you're almost done :)

Hi I recall I had the issue with the pdb files and copying the project directory to a local drive (C: for example) helped. It seems to be some samba...