QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 860|回复: 3

从装xp后,看不到grub选项

[复制链接]
发表于 2005-9-1 15:08:37 | 显示全部楼层 |阅读模式
如何从grub for dos引导magiclinux20.beta3?
 楼主| 发表于 2005-9-1 21:16:47 | 显示全部楼层
没人会吗?
回复

使用道具 举报

发表于 2005-9-1 23:09:56 | 显示全部楼层
请搜索相关的"恢复grub"的文章就不会这么问了
回复

使用道具 举报

发表于 2005-9-3 22:59:48 | 显示全部楼层
看看我的grub.conf

# Note that you do not have to return grub after making changes to this file.
default=0
timeout=3

# 设置动画图形菜单文件
gfxmenu (hd0,0)/grub/grub_chs.msg

# 设置中文支持的字体文件
fontfile (hd0,0)/grub/fonts

# 设置图形背景文件
splashimage=(hd0,0)/grub/bj2008.xpm.gz

title Windows XP
        rootnoverify (hd0,0)
        chainloader +1

title MagicLinux (Graphics Mode)
        root (hd0,
        kernel /boot/vmlinuz init 5 ro root=/dev/hda9 vga=791 splash=silent
        initrd /boot/initrd.img

title MagicLinux (Console Mode)
        root (hd0,
        kernel /boot/vmlinuz init 3 ro root=/dev/hda9 vga=791 splash=silent
        initrd /boot/initrd.img

title MagicLinux (Single Mode)
        root (hd0,
        kernel /boot/vmlinuz init 1 ro root=/dev/hda9 vga=791 splash=silent
        initrd /boot/initrd.img

# 本地软盘镜像的使用方法之一。
title 启动本地 Win98 软盘镜像文件
        root    (hd0,0)
        kernel (hd0,0)/boot/grub/memdisk.gz
        initrd (hd0,0)/boot/grub/win99.zip

# 还可使用 4DOS 的功能,即 map (xxx)/win98.img (fd0) 的方法
title MsDos 6.22
        map (hd0,4)/dos/bootdisk/dos622.img
        chainloader (hd0)+1
        boot

# 转到光盘启动
title 从光盘启动系统
        scdrom --bootcd

# 本地硬盘iso安装
title MagciLinux1.2-setup
        kernel (hd0,5)/vmlinuz ro root=/dev/ram0  ramdisk_size=32000 vga=788
        initrd (hd0,5)/hd.gz
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-26 00:32 , Processed in 0.042220 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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