安装Ubuntu14.04遇到filesystem type is ntfs,partition type 0x07问题的解决

根据网上教程在win7用EasyBCD安装Ubuntu14.04,配置EasyBCD文件具体如下

title Install Ubuntu 12.04 LTS

   root (hd0,N)

   kernel (hd0,N)/vmlinuzboot=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后,系统能正常启动安装。


你可能感兴趣的:(问题解决日志,安装Ubuntu14.04,partition,type,0x07问)