maharmstone / quibble

Quibble - the custom Windows bootloader
GNU Lesser General Public License v3.0
2.13k stars 83 forks source link

EFI_VOLUME_CORRUPTED #64

Closed ThibaultLemaire closed 2 years ago

ThibaultLemaire commented 2 years ago

When trying to boot I get:

Loaded ntoskrnl.exe at fffff8080800000000.
Booting NT version 10.0.19041.1288.
File->Read returned EFI_VOLUME_CORRUPTED
OpenHive returned EFI_VOLUME_CORRUPTED
load_registry returned EFI_VOLUME_CORRUPTED
boot returned EFI_VOLUME_CORRUPTED

(Transcribed from a pic I took with my phone)

Quibble release 20210111

ThibaultLemaire commented 2 years ago

I wiped everything (deleted all windows partitions, cleaned the EFI partition), reinstalled Windows from scratch, converted the NTFS partition to Btrfs with ntfs2btrfs version 20220812, extracted release 20210111 of quibble into the EFI partition, and now it seems to be able to boot (at least past this section).

In other words, I cannot reproduce this issue anymore.

May be worth of note; Here is a general idea of my previous partition layout, versus the new:

~300MB FAT32 EFI  |  128MiB Microsoft Reserved  |  ~19GB NTFS (Shrunk OEM install)  |  ~100GB Btrfs (Converted Windows install)  |  ...
--------
449MB FAT32 EFI  |  16MiB Microsoft Reserved  |  105GB Btrfs (Converted from fresh install)  |  ...