maharmstone / btrfs

WinBtrfs - an open-source btrfs driver for Windows
GNU Lesser General Public License v3.0
5.75k stars 222 forks source link

Since windows 11 build 10.0.22631 it's not working anymore #689

Open prosinger opened 3 weeks ago

prosinger commented 3 weeks ago

Eventlog:

The btrfs service failed to start due to the following error: The system cannot find the device specified.

wsanders commented 2 weeks ago

Do you have secure boot enabled? Winbtrfs does not work with secure boot, presumably because the driver is not signed.

I am running this and it works fine as long as secure boot is disabled: Edition Windows 11 Pro Version 23H2 Installed on ‎8/‎8/‎2023 OS build 22635.4082 Experience Windows Feature Experience Pack 1000.22700.1038.0

jonm58 commented 2 weeks ago

Have you checked README.md?

图片

wsanders commented 2 weeks ago

That refers to Windows 10. Does it work in 11? That registry entries basically disables Window's requirement for signed drivers, similar to disabling secure boot in BIOS.

I actually don't care that much one way or the other about secure boot, it's what you would use on your Mom's system to prevent her from loading spyware. There is a way, search for "attestation signing", but it's not easy (or free) for a solitary developer to achieve. Maybe the open source community will eventually agree on a framework for signing 3rd party Windows drivers similar to what Fedora has done.

lesderid commented 2 weeks ago

Maybe the open source community will eventually agree on a framework for signing 3rd party Windows drivers similar to what Fedora has done.

This seems unlikely. The number of open-source Windows drivers is insignificant and AFAIK none of them have consistent funding. There will of course always be ways to load unsigned (or signed with a non-Microsoft approved signing certificate) drivers, but this will likely cause issues that are dealbreakers for a significant chunk of users (e.g. most major game anti cheats would likely refuse to run).

prosinger commented 2 weeks ago

Do you have secure boot enabled? Winbtrfs does not work with secure boot, presumably because the driver is not signed.

I am running this and it works fine as long as secure boot is disabled: Edition Windows 11 Pro Version 23H2 Installed on ‎8/‎8/‎2023 OS build 22635.4082 Experience Windows Feature Experience Pack 1000.22700.1038.0

I don't have secure boot set up. Linux doesn't work with it (at least I think so), and I'm sharing a btrfs parittion between Lin and Win. It just stopped working when this new update kicked in for Win11 I have tried to remove the driver and set it up again, but same thing happens. It doesn't see the device anymore

jonm58 commented 2 weeks ago

That refers to Windows 10. Does it work in 11?

Yes,I can using,what about you?

rautamiekka commented 2 weeks ago

Linux doesn't work with it

Depends. Debian and Ubuntu work with it for sure.

maharmstone commented 2 weeks ago

That refers to Windows 10. Does it work in 11?

I wrote that before Windows 11 came out, and as far as I'm aware it's still the case.

That registry entries basically disables Window's requirement for signed drivers, similar to disabling secure boot in BIOS.

This is not true. It makes it so Windows only requires drivers to be signed with normal certificates, not EV ones.

TipsyTheCat commented 6 days ago

Same here, it was working for me but then it stopped after an update. I made sure the reg key was still set, I had core isolation enabled but after disabling it it still didn't work.

maharmstone commented 4 days ago

I've just tried installing the driver on a fresh install of Windows 11 24H2 (10.0.26100.863) and everything worked fine.