六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 91|回复: 0

linux 非光盘安装

[复制链接]

升级  3.33%

13

主题

13

主题

13

主题

秀才

Rank: 2

积分
55
 楼主| 发表于 2013-1-15 08:04:14 | 显示全部楼层 |阅读模式
xp下安装ubuntu
iso文件放在一个盘的根目录下

用工具从iso中Casper下的vmlinuz和initrd.gz两个文件到这同一个盘的根目录下.

下载grub for dos 把grldr.mbr GRLDR menu.lst 三个文件放在引导目录下

在这个文件里面写入如下命令:
#界面颜色
color blue/green yellow/red white/magenta white/magenta
timeout 10
default /default

#安装引导代码
title Install ubuntu
root (hd0,0)
kernel /vmlinuz boot=casper iso-scan/filename=/natty-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd /initrd.lz

#引导代码
title           Ubuntu10.10
root            (hd0,X)     
kernel          (hd0,X)/boot/vmlinuz-2.6.35-22-generic root=UUID=? ro   quiet splash
initrd/boot/initrd.img-2.6.35-22-generic
quiet

set root='(hd0,9)'
search --no-floppy --fs-uuid --set (uuid)
linux/boot/vvmlinuz-2.6.35-22-generic root=UUID=? ro   quiet splash
initrd/boot/initrd.img-2.6.35-22-generic
quiet

#安装过程中务必加入命令
sudo umount -l /isodevice

引导安装OK

red linux 非光盘安装是务必加入命令
linux askmethod
或者
linux text
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表