Displaying 2 results from an estimated 2 matches for "graphics_mode_disabled".
2016 Jun 10
0
Re: [PATCH 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
...ode_get_value boot_mgr_default_link "Element") in
> + let path = ["Objects"; current_boot_entry; "Elements"; "16000046"] in
> + match Windows.get_node g root path with
> + | None -> raise Not_found
> + | Some graphics_mode_disabled ->
> + g#hivex_node_delete_child graphics_mode_disabled
> + );
> + with
> + Not_found -> ()
> + in
> +
> + let esp_temp_path = g#mkdtemp "/Windows/Temp/ESP_XXXXXX" in
> +
> + match inspect.i_uefi with
> + | None...
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