Nhưng nhiều bạn vẫn thích cài song song 2 hệ điều hành windows XP và windows 7 vì 1 số lý do tương thích phần mềm và sở thích riêng . Khùng sẽ chỉ cách dùng bcdedit này dưới đây , nếu có thắc mắc gì cứ post .
==Nếu bạn cài 2 hệ điều hành ở 2 phân vùng khác nhau thì bạn sẽ có 1 menu boot gồm
+ Earlier Version of Windows
+ Windows 7
Để đổi tên của nó bạn vào cmd dưới quyền admin , kick chuột phải vào biểu tượng" command prompt "chọn Run As Administrator
đánh dòng lệnh sau + enter để xem menu boot của bạn
bcdedit
Code:
Windows Boot Manager
——————–
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
displayorder {ntldr}
{current}
toolsdisplayorder {memdiag}
timeout 30
Windows Legacy OS Loader
————————
identifier {ntldr}
device partition=C:
path \ntldr
description Earlier Version of Windows
Windows Boot Loader
——————-
identifier {current}
device partition=F:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {5899aa6f-6ce5-11de-af55-cee2eab7fa2f}
recoveryenabled Yes
osdevice partition=F:
systemroot \Windows
resumeobject {5899aa6d-6ce5-11de-af55-cee2eab7fa2f}
nx OptIn
đó là nguyên gốc gồm windows 7 và xp chưa đổi tên
Để đổi tên Earlier Version of Windows thành Windows XP bạn gõ dòng lệnh
Code:
bcdedit /set {ntldr} description “Windows XP”
Để menu boot chọn mặc định hdh sẽ vào là Windows XP bạn gõ dòng lệnh :
Code:
bcdedit /set {bootmgr} default “{ntldr}”
Để thay đổi thời gian chờ của menu boot :
Code:
bcdedit /timeout 8
===========
Nếu khi cài windows 7 xong mà bạn không thấy lựa chọn windows XP thì đừng lo lắng , hãy gõ lần lượt từng dòng lệnh sau ....
Code:
bcdedit /create {ntldr} /d “Windows XP”
bcdedit /set {ntldr} device boot
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast
Thực hiện từng dòng trên là bạn có thể dùng song song 2 hệ điều hành rồi đó :7:
Khởi động lại máy tính để xem kết quả
mặc khác bạn có thể gõ bcdedit /? để tìm hiểu thêm về anh chàng này :7:
_____________++++++++++++++++++++++_______________ _____
Code:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {ntldr}
resumeobject {5899aa6d-6ce5-11de-af55-cee2eab7fa2f}
displayorder {ntldr}
{current}
toolsdisplayorder {memdiag}
timeout 8
Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=C:
path \ntldr
description Windowns XP
Windows Boot Loader
-------------------
identifier {current}
device partition=F:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {5899aa6f-6ce5-11de-af55-cee2eab7fa2f}
recoveryenabled Yes
osdevice partition=F:
systemroot \Windows
resumeobject {5899aa6d-6ce5-11de-af55-cee2eab7fa2f}
nx OptIn

0 Nhận xét