当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > grub多启动菜单配置样本

Unix/Linux
如何实现Linux操作系统的自动登录
做一个好管家 Linux系统管理技巧大荟萃
linux 9系统下构建小型入侵检测系统
Linux系统初学之学习方向和方法浅谈
Linux系统管理技巧大荟萃
Linux操作系统中的7件武器详解
linux入门教程 第5章:网络应用
linux入门教程 第4章 X-Window与汉化
linux入门教程 第3章 rh使用指南
linux入门教程 第2章 安装指南
linux入门教程1 系统简介
[基础知识]Linux新手系列之五
[基础知识]Linux新手系列之四
[基础知识]Linux新手系列之三
[基础知识]Linux新手系列之二
[基础知识]Linux新手系列之一
[Linux]Mandrake 9.0安装和升级用法
[Linux]完全Mandrake 9.0 美化
[Linux]WINE安装教程
[Linux]输入法xsim安装方法

Unix/Linux 中的 grub多启动菜单配置样本


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 65 ::
收藏到网摘: n/a

包括grub menu.1st配置文件及fdisk -l信息
我的grub menu.1st配置文件及fdisk -l信息如下:
[root@rhel4 grub]# more menu.lst# 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,5)# kernel /boot/vmlinuz-version ro root=/dev/hda6# initrd /boot/initrd-version.img#boot=/dev/hdadefault=0timeout=5splashimage=(hd0,5)/boot/grub/splash.xpm.gzhiddenmenutitle Red Hat Enterprise Linux AS (2.6.9-5.EL) root (hd0,5) kernel /boot/vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quiet initrd /boot/initrd-2.6.9-5.EL.imgtitle turbolinux kernel (hd0,7)/boot/vmlinuz root=0308 initrd (hd0,7)/boot/initrdtitle SUSELinux kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 vga=0x317 selinux=0 splash=silent resume=/dev/hda4 elevator=cfq showopts initrd (hd0,2)/boot/initrdtitle SUSEFailsafe kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3 initrd (hd0,2)/boot/initrdtitle WINDOWS2003 rootnoverify (hd0,0) chainloader +1title Solaris10 rootnoverify (hd0,3) chainloader +1

[root@rhel4 grub]# fdisk -l Disk /dev/hda: 122.9 GB, 122942324736 bytes255 heads, 63 sectors/track, 14946 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/hda1 1 2550 20482843+ 7 HPFS/NTFS/dev/hda2 2551 9177 53231377+ f W95 Ext'd (LBA)/dev/hda3 9178 11621 19631430 83 Linux/dev/hda4 * 11622 13515 15206688 bf Unknown/dev/hda5 2551 3825 10241406 7 HPFS/NTFS/dev/hda6 3826 6119 18426523+ 83 Linux/dev/hda7 6120 6271 1220908+ 82 Linux swap/dev/hda8 6272 8183 15358108+ 83 Linux/dev/hda9 8184 8335 1220908+ 82 Linux swap