问一个grub的问题
原来装有linux的硬盘是主盘,从盘装98 2000。现在想把两个硬盘的位置换一下,不知道启动方面要怎么修复? 最好别换
装linux的硬盘做主盘是很好的选择 如你所说如果linux是主盘,98,2000从盘是。linux:hda,2000:hdb
那么grub里只要相应的互换 如你所说如果linux是主盘,98,2000从盘是。linux:hda,2000:hdb
那么grub里只要相应的互换
但如果现在从盘变主盘的话,那启动的时候就应该是只出现以前98 2000的菜单选择,应该就不会引导grub吧? 那个grub应该原来是装在linux那个硬盘的mbr
的呀。是这样的么? :shock::shock::shock: 好象不是的,改一下就可以用windowsloader引导的了,过程还挺繁的,以前电脑报有 不是!应该是什么都起不来!
因为你的硬盘位置都换了,你要改grub.conf 和 boot.ini 好象不用改grub的东西吧,直接把linux的一些东西用命令搞个文件来,在复制到c盘里,再在boot.ini里加一个启动项目指向那个文件就ok了
具体过程忘记~~~
timeout=30
default=multi(0)disk(0)rdisk(0)partition(4)\WINNT
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 " /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贴出来 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-8)
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
timeout=5
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
C:\="Microsoft Windows"
default=0
timeout=10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
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
timeout=5
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect
C:\="Microsoft Windows"
osloader不用改了,BIOS设置从从盘启动!
页:
[1]