QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1008|回复: 8

同时安装多个Linux,该怎么处理?

[复制链接]
发表于 2003-10-18 12:28:25 | 显示全部楼层 |阅读模式
我先安装了红帽子,然后又装了红旗。
在装红旗之前,我把grub.conf备份了,在装好红旗后,把grub.conf中的内容添加了进去。
结果是,启动几个系统都可以,但是红帽子在启动的过程中FAILED一堆一堆的,还出现了红旗的那个界面。
我用红帽子的升级安装,把/boot更新了,但是还是那样

我该怎么处理呢?安装多个Linux时,/boot还有那些需要备份的?grub.conf有哪些需要改的,谢谢
发表于 2003-10-18 13:32:32 | 显示全部楼层
使用sc7作为启动工具,将grub装在各自的/boot分区.我是这样安装的.同时装了XP\redflag\turbo\redhat你那样装肯定不行的,redflag4.0内核是20-8,redhat9.0升级后是20-20.9,同时各自的版本的内核又如何做了修改,鬼才愿意知道.
turbo7.0(HP版)只有lilo,只能装在MBR,最后装.但最好别装了,XP一升级就不见了还要重新设置,比较麻烦,虽然中文化及多媒体易用比redhat好,
回复

使用道具 举报

 楼主| 发表于 2003-10-18 15:50:14 | 显示全部楼层
但是好像grub是一个通用的启动引导程序啊,和kernel的版本没有什么关系吧?
回复

使用道具 举报

发表于 2003-10-18 15:54:08 | 显示全部楼层
我装过一次
本来装的是gentoo,后来装RH
RH里只要/,SWAP可以共用
安装时选择不安装引导程序
安装完后,因为没有引导程序所以只会进gentoo,然后修改lilo或者grub的配置文件
回复

使用道具 举报

发表于 2003-10-18 22:04:18 | 显示全部楼层
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,8 )
#          kernel /vmlinuz-version ro root=/dev/hda10
#          initrd /initrd-version.img
#boot=/dev/hda9
default=0
timeout=3
splashimage=(hd0,8 )/grub/splash.xpm.gz

title Red Hat Linux 7.3 (2.4.18-3)
        root (hd0,8 )
        kernel /vmlinuz-2.4.18-3 ro root=/dev/hda10
        initrd /initrd-2.4.18-3.img

title Red Hat Linux (2.4.20-8 )
        rootnoverify (hd0,5)
        chainloader +1

title windows
        rootnoverify (hd0,0)
        chainloader +1
回复

使用道具 举报

 楼主| 发表于 2003-10-20 08:47:19 | 显示全部楼层
你这个写法应该是会出现两次菜单吧?
我新安装了一下,红旗和RedHat的boot区分开了,然后再把先装的系统的grub.conf添加到新装的系统的菜单里面。这样就只有一个菜单了:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/hda6
#          initrd /initrd-version.img
#boot=/dev/hda
default=4
timeout=6
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
        root (hd0,1)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi vga=0x317
        initrd /initrd-2.4.20-8.img
title Red Flag Linux (2.4.20-
        root (hd0,7)
        kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hda8 vga=785 console=/dev/null CONSOLE=/dev/tty2 acpi=off hdc=ide-scsi
        initrd /boot/initrd-2.4.20-8.img
title Red Flag Linux (Safe Mode)
        root (hd0,7)
        kernel /boot/vmlinuz-2.4.20-8 root=/dev/hda8 acpi=off 4 hdc=ide-scsi
        initrd /boot/initrd-2.4.20-8.img
title Red Flag Linux (Console Mode)
        root (hd0,7)
        kernel /boot/vmlinuz-2.4.20-8 root=/dev/hda8 acpi=off 3 hdc=ide-scsi vga=0x317
        initrd /boot/initrd-2.4.20-8.img
title Windows XP
        rootnoverify (hd0,0)
        chainloader +1
回复

使用道具 举报

发表于 2003-10-20 16:06:15 | 显示全部楼层
title Red Flag Linux (Safe Mode)
root (hd0,7)
kernel /boot/vmlinuz-2.4.20-8 root=/dev/hda8 acpi=off 4 hdc=ide-scsi
initrd /boot/initrd-2.4.20-8.img
title Red Flag Linux (Console Mode)
root (hd0,7)
kernel /boot/vmlinuz-2.4.20-8 root=/dev/hda8 acpi=off 3 hdc=ide-scsi vga=0x317
initrd /boot/initrd-2.4.20-8.img


除了那个vga ,你这两段好象一样啊。为什么这样?
safe mode和console mode有什么区别?
回复

使用道具 举报

 楼主| 发表于 2003-10-21 08:28:44 | 显示全部楼层
那个vga还是我加的,呵呵
红旗安装好以后,有3个选项,分别是红旗、安全模式、控制台模式
我知道在RedHat中,要改变启动模式必须修改文件再重新启动。而红旗却可以在grub里面通过选择菜单来实现这个。我看了半天的菜单,也没有搞清楚到底区别在哪里
回复

使用道具 举报

 楼主| 发表于 2003-10-21 08:32:18 | 显示全部楼层
对了,好像在acpi=off后面,一个跟了3,一个跟了4,这个是什么参数,不懂的说
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-18 19:51 , Processed in 0.047814 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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