Chia Sẽ Kinh Nghiệm Về IT



Tìm Kiếm Với Google
-


Gởi Ðề Tài Mới  Gửi trả lời
 
Công Cụ Xếp Bài
Tuổi 27-07-2009, 08:27 AM   #1
hoctinhoc
Guest
 
Trả Lời: n/a
Quản lý Boot Trên Windows Server 2008
Windows Server 2008 Boot Manager

I am reinstalling one of my work machines which is a small server with Dual Core CPU and 4GB of RAM. I have divided my 160GB SATA disk in 5 partitions, one for the Windows Server Core, one for Windows Home Server, one for Windows Server 2008 and one for the Windows Server Virtualization environment. My fifth partition is for storing data.
Now after installing the second Windows Server 2008 OS I get the same description into the bootloader. Because we are not using any boot.ini file anymore I need to change the boot order, description through a tool called bcdedit.exe.
The Bcdedit tool is good enough if you only have to make some minor changes to the bootloader. But if you have to make some more advanced changes I recommend you to use EasyBCD from Neosmart Technologies.
What do I want to do is change:
  • the boot order
  • the bootloader timeout from 30 to 15 seconds
  • the Description of both Windows Server 2008 installations.
Let's do the items I want to change first by using the Bcdedit command. Open a cmd prompt and type bcdedit /? to have the help available.
First we need a list of all items into the bootloader:
bcdedit /enum
I have three entries here, one for the boot manager which is used to define the time before starting the default OS, which is the default OS, etc. The other two entries called {current} and {default} are my actual Windows Server installation both have the same description.
Note: Because I didn't boot the default OS I get those two entries if I had booted the default OS I would have a different output when running the bcdedit, my default would then be the current and the second entry with be a BCD ID guid which can actually is the resumeobject identifier.
Assume that the default bootloader item is my Windows Server 2008 Server core installation and that the current bootloader item is a normal Windows Server 2008 installation.

Now let's change the boot order first:
bcdedit /set {bootmgr} default {current}
Set the bootloader timeout to 15:
bcdedit /set {bootmgr} timeout 15
Finally change the descriptions of the bootloader items:
bcdedit /set {current} description "Windows Server 2008 Full Install"
bcdedit /set {BCDID} description " Windows Server Core Installation"
Before you can set the Windows Server core description you will need to run a bcdedit to find out the BCD ID for this bootloader item.
I did the same config changes with EasyBCD look at the screenshots how easy it is:





Nguồn: Arlindo's Blog

www.technet.com



  Trả lời ngay kèm theo trích dẫn này
Gửi trả lời


Công Cụ
Xếp Bài

Quyền Hạn Của Bạn
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Mở
Hình Cảm xúc đang Mở
[IMG] đang Mở
Mã HTML đang Tắt




Bây giờ là 12:51 AM. Giờ GMT +7



Diễn đàn tin học QuantriNet
quantrinet.com | quantrimang.co.cc
Founded by Trương Văn Phương | Developed by QuantriNet's members.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.