zoukankan      html  css  js  c++  java
  • Windows 7 Native Boot Handson Lab

    Chinese Version: http://www.cnblogs.com/WilsonWu/archive/2009/03/02/1401760.html 

    Use Windows 7 Beta for long time, Windows 7 really faster and easier than Vista system, some of new features are very good. one of it is Native boot, use it you can run a system in VHD by your local machine instead of VPC, this is very useful for testers deploy system instead of Ghost.

    Now start it, follow bellow steps to create a VHD, size between 10G to 15G:

    1. Open Computer Management:

    image

    2. Choose the Disk Management:

    image

    3. And create a VHD file:

    image

    4. The size is 10G:

    image

    5. For long time to creating, we can see the VHD like below:

    image 

    Now we start install Windows 7 in this VHD, we use VPC 2007 to finish this:

    6. At first we need to format the VHD, open the CMD:

    image

    7. Type Diskpart in command line:

    image

    8. Then type: Select disk 1

    image

    Here, my VHD is Disk 1, you can change it as your system.

    9. And type: Create partition primary size=10000:

    image

    image

    10. Use VPC 2007 install Windows 7:

    image

    11. Choose Create a new VPC:

    image

    image

    12. Detach the VHD at first:

    image 

    13. Use the excite VHD in VPC:

    image 

    image 

    14. After create like below:

    image

    Then start install the Windows 7, no more info for this, only give you some pictures:

    image

    image

    image

    image

    image 

    When the installation finished, closed the VPC, next is the important:

    15. Open CMD as administrator:

    image

    16. Type bcdedit to see the Boot Manager:

    image

    We can see only one system at here.

    16. Reattach the VHD in Disk Management:

    image

    17. After attached like below:

    image

    18. Then use Diskpart assign a letter for the VHD:

    image

    image

    19. Back to cmd and type: bcdboot r:\windows /s c:

    image

    20. Reuse the bcdedit command to see the Boot Manager:

    image 

    Now we can see two system, one in C disk, and another in R disk.

    Reboot your computer, and run the system in VHD like below:

    New Bitmap Image

    Finished!

    Thanks!



  • 相关阅读:
    interview
    lvs简介
    编译参数说明
    nginx-arch
    network
    linux 密码修改方法
    ps命令详解
    sed 命令+正则表达式
    LINUX SCP 命令详解
    linux下mysql的root密码忘记解决方
  • 原文地址:https://www.cnblogs.com/WilsonWu/p/1405680.html
Copyright © 2011-2022 走看看