【已解决】求助 winxp下硬盘安裝10.10出错

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

【已解决】求助 winxp下硬盘安裝10.10出错

#1

帖子 kwl_01_skz » 2010-11-11 7:48

这是第二次安装,第一次是在大一,也失败了,但不是这个问题。

用的大概是写入mbr的grub,hd(0,0)是ntfs格式的,有个windowsxp系统,

kernel initrd.lz ubuntu-10.10-desktop-i386.iso文件都在根目录下,hd(0,1)下也有一份。

menu.lst代码是
http://www.laxjyj.com/teliute/TeacHtm/U ... ichu0.html
这里的

代码: 全选

title Install Ubuntu 

root (hd0,0)

kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-10.10-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8 noprompt -- 

initrd /initrd.lz
 
————————————

重启后报错
论坛内搜索了一下,同样的问题有几个,所以就直接复制修改他们的贴上来
(initramfs) /scripts/casper-premount/2-iso_scan: line 46 can't open /dev/sr0: No Medium found

Could not find the ISO=/ubuntu-10.10-desktop-i386.iso This could also happen if the file system is not clean because of an operating system crash, an interrupted boot process, an improper shutdown, or unplugging of a removable device without first unmounting or ejecting it. To fix this, simply reboot into windows, let it fully start, log in run 'chkdsk /r', then gracefully shut down and reboot back into windows. after this you should be able to reboot again and resume the installation.
论坛同样的问题有用win7硬盘安装1.04的,win7虚拟光驱加载iso的。

chkdsk /r,无效
换用fat32格式的分区hd(0,1),无效
用find --set-root /isomg/omg.omg 这样的代码让它自己找分区,无效
把长文件名改短,无效(看起来很蠢,因为我已经绝望了)

————————————————————————————————————







ok,我买了一块移动硬盘,安装成功。
在系统里还是找不到硬盘。
上次由 kwl_01_skz 在 2011-04-20 13:12,总共编辑 1 次。
头像
xiaomao101
帖子: 474
注册时间: 2006-04-05 18:12
联系:

Re: 求助 winxp下硬盘安裝10.10出错

#2

帖子 xiaomao101 » 2010-11-15 15:07

为啥不做个live系统来硬盘安装呢?
回复