zoukankan      html  css  js  c++  java
  • win10安装Ubuntu14.04双系统

    1 制作镜像

    UltralISO刻录镜像到U盘,下载地址:http://pan.baidu.com/s/1o7JpthS

    2压缩空间给Ubuntu安装

    使用windows自带的压缩(磁盘管理)

    3安装Ubuntu系统

    几个注意事项:

    (1)安装类型选择其他选项,这样我们可以自己分区

    (2)分区设置:

    挂载点 :"/" ,大小22000MB    主分区   空间起始位置   ext4文件系统

    挂载点 :无 ,大小2048MB    逻辑分区   空间起始位置   交换空间swap

    挂载点 :"/boot" ,大小200MB    逻辑分区   空间起始位置   ext4文件系统

    挂载点 :"/home" ,大小:剩余全部    逻辑分区   空间起始位置   ext4文件系统

    (3)分区完成后点击继续出现:the partition table format in use on your disks normally requires you to create a separate partition for boot loader code. this partition should de marked for use as a "reserved bios boot area" and should de at least 1 mb in size. note that this is not same as a partition mounted in /boot. 

    解决方法:新建一个分区,分至少1MB 用于EFI保留分区

  • 相关阅读:
    rapidjson代码封装类
    CEF3.2623使用记录:windows编译
    ACE主动对象模式
    理解i++和++i
    ubuntu安装vmplayer出现问题的解决方法
    WinSpy涉及的windows api
    winXP下安装opensshd服务
    资源下载链接
    FPM打包工具
    mysql error code
  • 原文地址:https://www.cnblogs.com/yangang92/p/5440120.html
Copyright © 2011-2022 走看看