双系统-Ubuntu安装错误(使用EasyBCD安装Ubuntu16)

//仅供参考

 

错误1 : /init: line 7 :can't open /dev/sr0: No medium found

解决方案:禁用光驱

注:/dev/sr0是光驱的设备名


错误2:File system type is nrft, partition type 0x07 

          

title Install Ubuntu 12.04 LTS

   root (hd0,N)

   kernel (hd0,N)/vmlinuz boot=casper iso-scan/filename=/ubuntu-14.04.1-desktop-amd64.iso ro quiet splashlocale=zh_CN.UTF-8

  initrd (hd0,N)/initrd.lz

     N是文件所在磁盘的分区号。

     按照这种配置重启电脑,进入安装选项时,遇到了file system type is ntfs,partition type 0x07。

     最后发现是vmlinuz的后缀名没有加,加上后缀名.efi后,系统能正常启动安装。

title Install Ubuntu 12.04 LTS

   root (hd0,N)

   kernel (hd0,N)/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu-14.04.1-desktop-amd64.iso ro quiet splashlocale=zh_CN.UTF-8

  initrd (hd0,N)/initrd.lz

即使从*.ISO中复制的文件名没有后缀名(如图),

双系统-Ubuntu安装错误(使用EasyBCD安装Ubuntu16)_第1张图片

最好对文件重命名添加后缀(亲测没有后缀会有错误)vmlinuz -> vmlinuz.efi

initrd ->initrd.lz

参考并致谢:https://blog.csdn.net/gladsnow/article/details/41826945


问题1 :安装前为Linux系统分割硬盘空间

要使用删除卷,使边框变为绿色,而不是使用压缩卷压缩空间,压缩出来的空间时黑色的上框,可能会找不到。

双系统-Ubuntu安装错误(使用EasyBCD安装Ubuntu16)_第2张图片

你可能感兴趣的:(系统)