Ako ste prvo instalirati vistu pa xp, evo resenja kako da osposobite oba.
Potrebno je prvo oporaviti vistu, (recovery sa instalacionog cd-a viste, slicno kao fixboot i fixmbr na xp-u).
Zatim iz viste uradite sledece:
In Vista, the boot.ini is not editable directly, as the file itself is hard to locate, so we will be modifying it through "Boot
Configuration Data Store Editor" bcdedit.exe:
(Just as an explanation, the loader type for XP is an NT Loader, hence the use of ntldr)
-first open a command prompt with administrative privilages (right-click and choose "run as administrator")
*Note the following 2 answers from bcdedit for each item are acceptable:
"The Operation Completed Successfully"
"The Specified Entry Already Exists"
Be sure to type each line carefully (replace C in the first line with the drive containing your Vista installation):
bcdedit ?set {ntldr} device partition=C:
bcdedit ?set {ntldr} path \ntldr
bcdedit ?displayorder {ntldr} ?addlast
bcdedit -set {ntldr} description "Microsoft Windows XP"
Izmedju svake komande lupite enter, naravno
