2008-02-20
双 linux 启动
记录一下
简单的分区
/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
简单的分区
/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
发表评论
- 浏览: 27797 次
- 性别:

- 来自: 深圳

- 详细资料
搜索本博客
最新评论
-
关于SAP4.7的几个架构图
太好了,不错
-- by gg2003 -
POI 关于对 ms word的读写 ...
开发poi word 的那个哥们老早就不干了,好像就职于商业的公司,apache ...
-- by cleanboxer -
POI 关于对 ms word的读写 ...
问个问题,写work java哪个开源包比较好 我看POI对word支持不太够啊
-- by jlusdy -
POI 关于对 ms word的读写 ...
写word的少见,收了
-- by andyandyandy -
POI 关于对 ms word的读写 ...
http://jakarta.apache.org/poi/index.html
-- by strongkill






评论排行榜