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网络编程,requests模块
    python操作excel
    python加密模块hashlib
    python操作redis
    python操作mysql
    python常用模块3(os和sys模块)
    python打开网站
    python常用模块2
    python模块简介
    mac下开发——环境心得(杂项,持续性更新)
  • 原文地址:https://www.cnblogs.com/huang-kun/p/3690746.html
Copyright © 2011-2022 走看看