+ -
当前位置:首页 → 问答吧 → 怎么卸载挂载在/boot的设备

怎么卸载挂载在/boot的设备

时间:2011-12-04

来源:互联网

我新购买的dell 灵越620s 台式主机,系统是这分区的c:os d,e,f
都是ntfs,我想把ubuntu系统安装在f盘上,我使用的方式是使用easybcd从硬盘安装。

配置文件是
title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.04-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz

请高手指教。
是不是dell做了什么特别处理啊?

作者: lovehzh   发布时间: 2011-12-04

把之前提取出的vmlinuz,initrd.lz删除。
用这个试试:
vmlinuz,initrd.lz,ubuntu-11.04-desktop-i386.iso放在同一分区根目录。
引用:
title ubuntu-11.04-desktop-i386.iso_install
find --set-root /ubuntu-11.04-desktop-i386.iso
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-11.04-desktop-i386.iso locale=zh_CN.UTF-8
initrd /initrd.lz
boot

作者: onshoestring   发布时间: 2011-12-04

相关阅读 更多