How to Fix the EFI Boot Partition’s ID Using DiskPart

fix EFI partition id using diskpart's set id command.

Each partition type is strictly identified by a GUID number. For example, the data partitions (“Basic data partition”) are identified by the GUID ebd0a0a2-b9e5-4433-87c0-68b6b72699c7. The EFI partition has the GUID c12a7328-f81f-11d2-ba4b-00a0c93ec93b.

However, on some systems, the EFI partition may have an incorrect ID assigned for unknown reasons. As a result, the EFI partition may appear as a “basic data partition” when you open Disk Management.Read more

Get-AppxPackage: The database disk image is malformed

get-appxpackage database disk image malformed

You may be unable to install or update Store apps. Also, when you run the Get-AppxPackage command, the following error may appear:

Get-AppxPackage : The database disk image is malformed
The database disk image is malformed
At line:1 char:1
+ Get-AppxPackage
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], Exception
+ FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand

Read more

Powercfg: The hiberfile type does not support hibernation

power options - hibernate missing - dropdown

When you open the Power and sleep buttons and lid settings in Power Options, the Hibernate option may be missing from the dropdown. However, the “Fast Startup” option may be available. When you run Powercfg /AVAILABLESLEEPSTATES or Powercfg /A to report the sleep states available on the system, the output may contain the following line: … Read more

How to Install a Feature On Demand (FOD) Package Offline

Language and Features ISO contents

Features on Demand (FODs) are Windows features that can be added anytime. Standard features include language resources like handwriting recognition or other features like the .NET Framework (.NetFx3). When Windows 10, 11, or Windows Server needs a new feature, it can request the feature package from Windows Update.Read more

[Fix] F8 Legacy Boot does not work

f8 legacy boot menu

The “bootmenupolicy” setting in the Boot Configuration Database (BCD) defines the type of boot menu (Standard vs. Legacy) the system will use. For Windows 11, 10, Windows 8.1, Windows 8, and Windows RT, the default is Standard. For Windows Server 2012 R2, Windows Server 2012, the default is Legacy. When Legacy is selected, the Advanced options menu (F8) is available.Read more

[Fix] BCD Error 0xc0000098 During Boot

bcd error 0xc0000098

When you start your computer, BCD error 0xc0000098 may appear, and pressing F1 may boot the system into Windows. Here’s the entire error message: Recovery Your PC/Device needs to be repaired The Boot Configuration Data file doesn’t contain valid information for an operating System File: \Boot\BCD Error code: 0xc0000098 You’ll need to use recovery tools. … Read more