Displaying 2 results from an estimated 2 matches for "bcd_path".
Did you mean:
bad_path
2016 Jun 10
0
Re: [PATCH 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
..._windows.ml
> +++ b/v2v/convert_windows.ml
> @@ -466,6 +466,45 @@ if errorlevel 3010 exit /b 0
> ignore (g#pwrite_device rootpart bytes 0x1a_L)
> )
> )
> +
> + and fix_win_esp () =
> + let fix_win_uefi_bcd esp_path =
> + try
> + let bcd_path = "/EFI/Microsoft/Boot/BCD" in
> + Windows.with_hive_write g (esp_path ^ bcd_path) (
> + (* Remove the 'graphicsmodedisabled' key in BCD *)
> + fun root ->
> + let path = ["Objects"; "{9dea862c-5cdd-4e70-acc1-f32b344d...
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows
registry in virt-v2v, firstboot, and inspection code. This should all
be straightforward non-controversial refactoring. Some highlights:
- Add a new mllib Registry module containing various utility
functions that are currently scattered all around.
- Only compute the software/system hive paths once during inspection,
and