[转]从Ubuntu 7.10 升级到 8.04(PC)( 没有成功升级,不要模仿)
1. 到 http://releases.ubuntu.com/releases/8.04/ 下载 ubuntu-8.04-rc-alternate-i386.iso 到一个分区的根目录
2.挂载ISO
代码:
sudo mount ubuntu-8.04-rc-alternate-i386.iso -o loop /media/cdrom0/
3.进入/cdrom, 把casper目录下的vmlinuz及initrd.gz两个文件copy到放 ubuntu-8.04-rc-alternate-i386.iso 的分区的根目录
4.编辑menu.lst文件:
代码:
sudo grub
然后输入
代码:
find /ubuntu-8.04-rc-alternate-i386.iso
把显示的(hd0,*)记下来(比如我的是(hd0,11))
代码:
sudo gedit /boot/grub/menu.lst
在最后另起一行加上
引用:
title install-ubuntu8.04
root (hd0,*) #大家应用上面记下的分区号修改这个参数
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-8.04-rc-alternate-i386.iso quiet splash ro automatic-ubiquity locale=zh_CN.UTF-8 noprompt --
initrd /initrd.gz
保存退出。
5.重起电脑,选择install-ubuntu8.04启动项便能引导了(ubuntu8.04live不象以往先进入系统界面启动 installer 安装,而是installer在登入live之前自动运行,你如不习慺可以先取消安装,进入live后再运行installer安装,过程基本上同以往版本一样。)
参考http://forum.ubuntu.org.cn/viewtopic.php?t=110512&start=0&postdays=0&postorder=asc&highlight=
2.挂载ISO
代码:
sudo mount ubuntu-8.04-rc-alternate-i386.iso -o loop /media/cdrom0/
3.进入/cdrom, 把casper目录下的vmlinuz及initrd.gz两个文件copy到放 ubuntu-8.04-rc-alternate-i386.iso 的分区的根目录
4.编辑menu.lst文件:
代码:
sudo grub
然后输入
代码:
find /ubuntu-8.04-rc-alternate-i386.iso
把显示的(hd0,*)记下来(比如我的是(hd0,11))
代码:
sudo gedit /boot/grub/menu.lst
在最后另起一行加上
引用:
title install-ubuntu8.04
root (hd0,*) #大家应用上面记下的分区号修改这个参数
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-8.04-rc-alternate-i386.iso quiet splash ro automatic-ubiquity locale=zh_CN.UTF-8 noprompt --
initrd /initrd.gz
保存退出。
5.重起电脑,选择install-ubuntu8.04启动项便能引导了(ubuntu8.04live不象以往先进入系统界面启动 installer 安装,而是installer在登入live之前自动运行,你如不习慺可以先取消安装,进入live后再运行installer安装,过程基本上同以往版本一样。)
参考http://forum.ubuntu.org.cn/viewtopic.php?t=110512&start=0&postdays=0&postorder=asc&highlight=