Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Nov 4, 2008

ubuntu8.10硬盘安装

看到一个新的的方法:
menu.lst里面写
title Install Ubuntu 8.10 LiveCD
find --set-root /ubuntu-8.10-desktop-i386.iso
kernel casper/vmlinuz boot=casper iso-scan/filename=/kubuntu-8.10-desktop-i386.iso ro partman/filter_mounted=false ubiquity/partman-skip-umount=trueubiquity/partman-skip-umount=true
initrd /casper/initrd.gz

把initrd.gz和vmlinuz文件拷到casper目录下。

Oct 3, 2008

ubuntu 8.10 beta试装

安装方法见ubuntu 硬盘安装

试了了一下,不咋地,没有装。

Aug 13, 2008

硬盘安装ubuntu 8.04 (NTFS)

Windows下安装可以下个grub4dos其实只需要把glrdr拷到系统根目录下即可
编辑menu.lst文件并放在根目录
title Ubuntu 8.04 LiveCD
find --set-root /ubuntu804.iso
kernel /casper/vmlinuz boot=casper find_iso=/ubuntu804.iso
initrd /casper/initrd.gz

另外修改boot.ini加入一句:

c:\grldr ="Grub"

U盘启动也可以,只需有个grub.exe即可,进入dos后输入grub即可,menu.lst也是如此。
用虚拟光驱加载ubuntu镜像,拷贝整个cpaser目录(一定要整个目录)拷贝到iso盘的根目录。另外把.disk目录也拷贝到那里。另外iso镜像名要和menu.lst里的文件名一样!并把iso镜像也放在根目录下!
然后重启选择进入grub即可,接着便是等待加载,要一段时间,一分钟左右。
以后便是正常的安装了!

8.10的貌似有点变化,看新写的吧。