QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 465|回复: 9

问一个grub的问题

[复制链接]
发表于 2003-9-19 19:18:55 | 显示全部楼层 |阅读模式
原来装有linux的硬盘是主盘,从盘装98 2000。


现在想把两个硬盘的位置换一下,不知道启动方面要怎么修复?
发表于 2003-9-19 19:56:53 | 显示全部楼层
最好别换
装linux的硬盘做主盘是很好的选择
回复

使用道具 举报

发表于 2003-9-19 19:58:15 | 显示全部楼层
如你所说如果linux是主盘,98,2000从盘是。linux:hda,2000:hdb
那么grub里只要相应的互换
回复

使用道具 举报

 楼主| 发表于 2003-9-19 20:45:07 | 显示全部楼层
[quote:e336751b3b="hew"]如你所说如果linux是主盘,98,2000从盘是。linux:hda,2000:hdb
那么grub里只要相应的互换[/quote]


但如果现在从盘变主盘的话,那启动的时候就应该是只出现以前98 2000的菜单选择,应该就不会引导grub吧? 那个grub应该原来是装在linux那个硬盘的mbr
的呀。是这样的么?     
回复

使用道具 举报

发表于 2003-9-19 22:21:09 | 显示全部楼层
好象不是的,改一下就可以用windowsloader引导的了,过程还挺繁的,以前电脑报有
回复

使用道具 举报

发表于 2003-9-20 09:18:07 | 显示全部楼层
不是!应该是什么都起不来!
因为你的硬盘位置都换了,你要改grub.conf 和 boot.ini
回复

使用道具 举报

发表于 2003-9-20 12:57:33 | 显示全部楼层
好象不用改grub的东西吧,直接把linux的一些东西用命令搞个文件来,在复制到c盘里,再在boot.ini里加一个启动项目指向那个文件就ok了
具体过程忘记~~~
回复

使用道具 举报

发表于 2003-9-20 13:51:36 | 显示全部楼层
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(4)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(4)\WINNT="Microsoft Windows 2000 Professional" /fastdetectmulti(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Server Version 4.00"
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Server Version 4.00 [VGA mode]" /basevideo /sos
C:\="Microsoft Windows"

红色的就是osloader里的硬盘分区位置。

#NOTICE: You have a /boot partition. This means that
#        all kernel paths are relative to /boot/
default=0
timeout=30
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-2.47.1)
        root (hd0,0)  
        kernel /vmlinuz-2.4.20-2.47.1 ro root=/dev/hda3 mem=128M

grub的硬盘和分区位置


楼主把你的BOOT.INI和GRUB.CONF贴出来
回复

使用道具 举报

 楼主| 发表于 2003-9-20 15:20:57 | 显示全部楼层
hew 斑竹, 以下是我的grub 和 boot  请帮忙。。。

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,0)
#          kernel /boot/vmlinuz-version ro root=/dev/hda1
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
        root (hd0,0)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8.img
title DOS
        map (hd0) (hd1)
        map (hd1) (hd0)
        root (hd1,0)
        chainloader (hd1,0)+1
        makeactive
        boot

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
C:\="Microsoft Windows"
回复

使用道具 举报

发表于 2003-9-20 17:03:50 | 显示全部楼层
default=0
timeout=10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
        root (hd1,0)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8.img
title DOS
        map (hd0) (hd1)
        map (hd1) (hd0)
        root (hd1,0)
        chainloader (hd0,0)+1
        makeactive
        boot

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
C:\="Microsoft Windows"


osloader不用改了,BIOS设置从从盘启动![/quote]
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-19 03:41 , Processed in 0.038398 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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