Commit 2192c33250878c6e9c78820766afe42b73fd1c2f
1 parent
f542086d
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2132 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
6 additions
and
4 deletions
qemu-doc.texi
... | ... | @@ -1387,7 +1387,7 @@ correctly instructs QEMU to shutdown at the appropriate moment. |
1387 | 1387 | |
1388 | 1388 | See @ref{sec_invocation} about the help of the option @option{-smb}. |
1389 | 1389 | |
1390 | -@subsubsection Windows XP security problems | |
1390 | +@subsubsection Windows XP security problem | |
1391 | 1391 | |
1392 | 1392 | Some releases of Windows XP install correctly but give a security |
1393 | 1393 | error when booting: |
... | ... | @@ -1395,10 +1395,12 @@ error when booting: |
1395 | 1395 | A problem is preventing Windows from accurately checking the |
1396 | 1396 | license for this computer. Error code: 0x800703e6. |
1397 | 1397 | @end example |
1398 | -The only known workaround is to boot in Safe mode | |
1399 | -without networking support. | |
1400 | 1398 | |
1401 | -Future QEMU releases are likely to correct this bug. | |
1399 | +The workaround is to install a service pack for XP after a boot in safe | |
1400 | +mode. Then reboot, and the problem should go away. Since there is no | |
1401 | +network while in safe mode, its recommended to download the full | |
1402 | +installation of SP1 or SP2 and transfer that via an ISO or using the | |
1403 | +vvfat block device ("-hdb fat:directory_which_holds_the_SP"). | |
1402 | 1404 | |
1403 | 1405 | @subsection MS-DOS and FreeDOS |
1404 | 1406 | ... | ... |