windos7操作系统下easyBCD2.3安装Ubuntu18.04.1-desktop-amd64.iso双系统

  • 准备
    • 操作环境:window7操作系统
    • 硬件:我的计算机只有一个硬盘,那么标识则为hd0
    • 工具:easyBCD2.3
    • 镜像:Ubuntu18.04.1-desktop-amd64.iso
  • 操作:
    • 注意:本人操作是将镜像放在C盘(我的磁盘分区顺序第一位,那么该分区标识为hd0,0
    • 文件位置:
      • 镜像存放在C盘(hd0,0)根目录
      • 解压出init.lzvmlinuz.efi文件放置在C盘根目录
        • 这2个文件位于镜像中的casper文件中
    • easyBCD:
      • 启动该工具,添加新条目,NeoGrub安装配置
      • NeoGrub配置(重点

 

# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# http://neosmart.net/wiki/display/EBCD/

# 红色文字区域是你需要注意的地方
# hd0,2 或其他是你放置iso镜像/vmlinuz/initrd的分区位置 title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu-18.04.1-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8 initrd (hd0,0)/initrd.lz title reboot reboot title halt halt
  • 回顾文件位置
    • 镜像:C盘根目录
    • init.lz和vmlinuz.efi文件:C盘根目录
    • NeoGrub安装配置文件:
      • NeoGrub:C盘根目录
      • menu.lst:C:\NST\menu.lst
  • 开始重装:
    • 重启电脑,Windows启动管理器发现“NeoGrub启动加载项”
    • 进入Install Ubuntu
    • 加载安装文件,等待安装完成,进入Ubuntu操作系统界面
  • 关于可能出现的错误:
    • 请根据提示,查看配置文件menu.lst的内容是否有误
      • 如下提示,错误位置在配置文件中无  iso后缀导致,无法找文件   
Booting  'Install Ubuntu'

Filesystem type is ntfs, partition type 0x07
kernel (hd0,0)/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu-18.04.1-desktop-amd64 locale=zh_CN.UTF-8

Error 15: File not found

Press any key to continue...

 

posted @ 2019-02-14 10:58  怒放吧!  阅读(840)  评论(0编辑  收藏  举报
我的