求助:在线等谢谢

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
xie1987618
帖子: 5
注册时间: 2014-06-05 18:46
系统: win7

求助:在线等谢谢

#1

帖子 xie1987618 » 2014-06-05 18:58

我是一个ubuntu新手,今天刚刚学习,在安装的时候遇到问题,使用的是EasyBCD硬盘安装。
出现如下错误:
booting Install ubuntu

Filesystem type is ntfs, partition type 0x07
[linux-bzImage, setup=0x4400,size=0x59e358]
[linux-initrd @0x7ee4b000,0x11b3024 bytes]

BusyBox v1.18.5 (ubuntu1:1.18.5-1ubuntu4.1) built-inshell (ash)
Enter‘help’ for a list of built-in command.

(initramfs) unable to fine a medium containing a live file system

安装的是12.04.4系统,win7与ubuntu双系统。在 启动的时候,显示 ubuntu 然后出现的上面的错误。

先谢谢好心人帮助了!!
jinjiachen
帖子: 2148
注册时间: 2012-12-16 15:43
系统: debian

Re: 求助:在线等谢谢

#2

帖子 jinjiachen » 2014-06-05 21:35

没用BCD装过,建议用U盘,方便简单
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求助:在线等谢谢

#3

帖子 poloshiao » 2014-06-05 21:41

(initramfs) unable to fine a medium containing a live file system
你是不是使用 wubi 安裝

或者使用 硬盤安裝
但是 ISO 放在 ntfs 分割區裡面 ?

你的開機韌體是 UEFI 或者 Legacy Bios ?
需要先確定
xie1987618
帖子: 5
注册时间: 2014-06-05 18:46
系统: win7

Re: 求助:在线等谢谢

#4

帖子 xie1987618 » 2014-06-05 22:37

poloshiao 写了:
(initramfs) unable to fine a medium containing a live file system
你是不是使用 wubi 安裝

或者使用 硬盤安裝
但是 ISO 放在 ntfs 分割區裡面 ?

你的開機韌體是 UEFI 或者 Legacy Bios ?
需要先確定

我是使用硬盘安装,已经安装了win7系统,要再安装一个ubuntu系统,使用的网上说的EasyBCD工具。ISO放在C盘了,C盘的格式为ntfs.开机应该是 Legacy Bios
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求助:在线等谢谢

#5

帖子 poloshiao » 2014-06-05 22:49

ISO放在C盘了,C盘的格式为ntfs.
你可能沒有載入 ntfs 模組
參考
https://help.ubuntu.com/community/Grub2 ... ry_Details
insmod ntfs
insmod iso9660
xie1987618
帖子: 5
注册时间: 2014-06-05 18:46
系统: win7

Re: 求助:在线等谢谢

#6

帖子 xie1987618 » 2014-06-05 23:09

poloshiao 写了:
ISO放在C盘了,C盘的格式为ntfs.
你可能沒有載入 ntfs 模組
參考
https://help.ubuntu.com/community/Grub2 ... ry_Details
insmod ntfs
insmod iso9660

你好,看了下文档,和你的回答,是不是要这样
title Install Ubuntu

insmod ntfs
insmod iso9660
root (hd1,0)
kernel (hd1,0)/vmlinuz boot=casper iso-scan/filename=/ ubuntu-12.04.4-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd1,0)/initrd.lz

来配置menu.lst文件呢?
头像
TeliuTe
论坛版主
帖子: 7675
注册时间: 2007-11-25 13:29
系统: 16/18/20/w7
来自: 新疆博乐
联系:

Re: 求助:在线等谢谢

#7

帖子 TeliuTe » 2014-06-05 23:20

/后面多了个空格,代码尽量复制粘贴,出错的概率小些,easybcd 硬盘安装参考: http://teliute.org/linux/Ubsetup/jichu3/jichu3.html
xie1987618
帖子: 5
注册时间: 2014-06-05 18:46
系统: win7

Re: 求助:在线等谢谢

#8

帖子 xie1987618 » 2014-06-06 8:31

TeliuTe 写了:/后面多了个空格,代码尽量复制粘贴,出错的概率小些,easybcd 硬盘安装参考: http://teliute.org/linux/Ubsetup/jichu3/jichu3.html
谢谢了!是你说的原因!这个空格是我看网上教程里面留下的,我没敢去掉,所以一直出问题。
xie1987618
帖子: 5
注册时间: 2014-06-05 18:46
系统: win7

Re: 求助:在线等谢谢

#9

帖子 xie1987618 » 2014-06-06 8:32

poloshiao 写了:
ISO放在C盘了,C盘的格式为ntfs.
你可能沒有載入 ntfs 模組
參考
https://help.ubuntu.com/community/Grub2 ... ry_Details
insmod ntfs
insmod iso9660
谢谢你的热心帮助,问题已经解决了,thank you
回复