szglinux 发表于 2006-10-10 10:23:35

我是在 第一个盘的 H盘的FC5ISO 文件装 FC5装在第二个硬盘的第一个分区上 没有刻盘怎么改

grub>root (hdX,Y)
grub>setup (hd0)


?????????????

yafay 发表于 2006-10-19 17:52:00

学习了呵呵

hwphoenix 发表于 2006-12-9 17:42:09

下次重装Windows XP的时候试试看!!!

南北极 发表于 2006-12-15 10:40:20

我的Linux装在F盘,那X和Y怎么设置啊

南北极 发表于 2006-12-15 20:36:50

看了一遍,恍然大悟啊,赶紧试试

hwphoenix 发表于 2006-12-16 16:01:05

试试看吧!!!!

myjren 发表于 2006-12-19 17:21:31

我现在有一个问题啊,就是多台电脑,用什么方法能把系统同时装上呢。
毕竟一次装一台,太浪费时间了。

lanzinc 发表于 2006-12-20 01:04:14

1.
disk to disk copy

or partition to partition copy

if they have the same hardware

2.

using install scripts

and install over the LAN.

if u have a server, u can using it as a bootd server.

for every pc creat a script , and Using MAC to discriminate them over booting.

then setting can also been done automatic

myjren 发表于 2007-1-4 17:32:16

thank you

myjren 发表于 2007-1-4 17:47:15

如果是第一种,怎么才能同时访问多个硬盘啊。毕竟硬盘是全新的没有使用过的??
第二种的话,具体怎么操作呢,谢谢

如果方便的话可以发到我邮箱: [email protected]

xiaopiao 发表于 2007-1-24 23:04:16

这个Y的确有点难输入

longzaijz 发表于 2007-2-9 11:27:53

买一个光驱

fgh 发表于 2007-2-20 12:23:50

使用wingrub启动,很方便的。
安装好wingrub后修改/grub/menu.lst文件,关键的是:

title Linux xxxx
root (hdx,y)
kernel (hdx,y)/boot/vmlinuzx.x.x-x.x
initrd (hdx,y)/boot/initrdx.x.x-x.x.img

你的boot不是安装到独立分区,其中(hdx,y)中的x,y是安装了linux的具体磁盘分区,x.x.x-x.x应该是版本号,具体是什么到/boot目录下看就可以了,反正一个是内核文件一个是初始化映像。

ggijj 发表于 2007-2-22 15:35:15

呵,谢谢~~收藏了~~备不时之需~~

xiaopiao 发表于 2007-3-6 08:57:06

我的问题正好相反,我双系统是Redhat linux9.0和windowsxp,那么我想把Redhat linux9.0换成版本高的Redhat linux as 4
请问这会影响到 windowsxp系统吗?
我windowsxp里有好多重要东东,有点怕会把它搞坏.请指点!
页: 1 2 3 4 5 6 7 8 9 [10] 11 12
查看完整版本: 如何在重装Windows后,使用Grub引导linux