双 linux 启动

本文档详细记录了RedHat Enterprise Linux ES4和AS5的GRUB启动配置文件内容。通过具体实例展示了如何设置不同内核版本的加载路径及参数,这对于理解GRUB的工作原理及其在RedHat系统中的应用具有重要意义。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

记录一下

简单的分区

/dev/hda1 redhat5.1
/dev/hda3 redhat4.5


使用grub

# 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,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
#hiddenmenu
#title Red Hat Enterprise Linux ES 4 (2.6.9-55.ELsmp)
# root (hd0,2)
# kernel /boot/vmlinuz-2.6.9-55.ELsmp ro root=LABEL=/1 rhgb quiet
# initrd /boot/initrd-2.6.9-55.ELsmp.img
title Red Hat Enterprise Linux ES 4-up (2.6.9-55.EL)
root (hd0,2)
kernel /boot/vmlinuz-2.6.9-55.EL ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.9-55.EL.img
title Red Hat Enterprise Linux AS 5
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-8.el5 ro root=/dev/hda1
initrd /boot/initrd-2.6.18-8.el5.img
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值