zoukankan      html  css  js  c++  java
  • For installing windows 7 and ubuntu double os

    The common process of installing double operating systems is install windows 7 first and then install ubuntu aside.

    In the process, I encountered some problems, and I hope people will avoid this through my writing.

    When installing windows 7 by a U pan, it's extremely easy to partition the disk through the user interface.

    Actually, it's not right. Because the partition will be set as primary partition by default, which will hold you back when you try to install another system aside.

    The right thing is you press "SHIFT + F10" to the command window, use "diskpart" tool, to create, delete, clean the disk.

    Through that tool, you can easily create primary,logical,extended partitions with some commands. It would be better if you just create only one primary partition and leave the other to be an extended partition.

    And you can then edit the extended partition by partitioning.

    Then you wouldn't encounter the problem I had met before when installing ubuntu.

  • 相关阅读:
    python自动化测试_6
    python自动化测试_5
    python自动化测试_4
    python自动化测试_3
    第一次个人编程作业
    第一次博客作业
    HangOver
    CSS实现动画特效导航栏
    CSS伪类整理笔记
    JavaScript闭包应用的整理
  • 原文地址:https://www.cnblogs.com/huang-kun/p/3690746.html
Copyright © 2011-2022 走看看