X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-win-reg;h=c777a0a712cbb6c8e512155d83a38ae604d7d870;hb=1f6985069f5238aeb8e662f76d134e41631df747;hp=9ce84b57c8b8d8a3ad1027954dd884d4ee463506;hpb=9ac3cfd1a7b9d5464cfd059328b547a31fb549a0;p=libguestfs.git diff --git a/tools/virt-win-reg b/tools/virt-win-reg index 9ce84b5..c777a0a 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -151,8 +151,23 @@ Paths and value names are case-insensitive. Registry keys like C don't really exist in the Windows Registry at the level of the hive file, and therefore you -cannot modify these. Replace this with C, and -similarly for other C keys. +cannot modify these. + +C is usually an alias for C. In +some circumstances it might refer to another control set. The way +to find out is to look at the C key: + + # virt-win-reg WindowsGuest 'HKLM\SYSTEM\Select' + [HKEY_LOCAL_MACHINE\SYSTEM\Select] + "Current"=dword:00000001 + "Default"=dword:00000001 + "Failed"=dword:00000000 + "LastKnownGood"=dword:00000002 + +"Default" is the one which Windows will choose when it boots. + +Similarly, other C keys in the path may need to +be replaced. =head1 OPTIONS @@ -265,7 +280,6 @@ my %fses = my $oses = inspect_operating_systems ($g, \%fses); my @roots = keys %$oses; -die __"no root device found in this operating system image" if @roots == 0; die __"multiboot operating systems are not supported by virt-win-reg" if @roots > 1; my $root_dev = $roots[0];