ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.38 by root, Thu Aug 15 23:48:21 2019 UTC vs.
Revision 1.39 by root, Thu Aug 15 23:49:22 2019 UTC

234 234
235=head2 Minimal BCD to boot windows 235=head2 Minimal BCD to boot windows
236 236
237Experimentally I found the following BCD is the minimum required to 237Experimentally I found the following BCD is the minimum required to
238successfully boot any post-XP version of Windows (assuming suitable 238successfully boot any post-XP version of Windows (assuming suitable
239C<device> and C<osdevice> values, of course): 239C<device> and C<osdevice> values, of course, and assuming a BIOS boot -
240for UEFI, you should use F<winload.efi> instead of F<winload.exe>):
240 241
241 { 242 {
242 "{bootmgr}" : { 243 "{bootmgr}" : {
243 "default" : "{45b547a7-8ca6-4417-9eb0-a257b61f35b4}" 244 "default" : "{45b547a7-8ca6-4417-9eb0-a257b61f35b4}"
244 }, 245 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines