chenyuleon 发表于 2006-7-9 19:22:22

如何用grub引导slackware10.2?

我已经有了magiclinux和winxp。原来的grub选项有dos和magiclinux,dos里有winxp和ghost两个选项,但是我现在装了slackware后grub没有显示slackware的引导选项。请问怎么用grub引导slackware?
ps:忘了grub是不是装在MBR了。但是用ghost还原winxp后,grub还可以用。还可以选择启动xp和magic。

三翻领 发表于 2006-7-9 20:13:45

似乎slack只能用lilo,不确定

fox_eagle2003 发表于 2006-7-9 20:19:17

先安装上grub
后修改grub.conf
最后才按精华里的方法重新安装grub到mbr

chenyuleon 发表于 2006-7-9 20:19:42

不可能吧?我去查过了,好象可以呢?不过我不知道怎么弄啊?我弄了一下午呢

chenyuleon 发表于 2006-7-9 21:06:34

先安装上grub
后修改grub.conf
最后才按精华里的方法重新安装grub到mbr
我主要的是不懂要怎么修改grub。conf
请问怎么弄呢?谢谢了! :D

fox_eagle2003 发表于 2006-7-9 21:14:22

:wink: 还以为是什么事呢!
搜索一下论坛里的grub.conf
然后照着他们的改不就成了?
先说说你的分区情况

chenyuleon 发表于 2006-7-10 11:40:51

我的分区是这样的:hda (c:) 1hda5(D:)hda6(swap)hda7(magiclinux)hda8(slackware) :-)

fox_eagle2003 发表于 2006-7-11 01:00:46

# 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,6)
# kernel /boot/vmlinuz-version ro root=/dev/hdb7
# initrd /boot/initrd-version.img
#boot=/dev/hdb7
default=1
timeout=10
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20- )
root (hd0,6)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1


你看用于引导slackware的那两个文件叫什么?
就是lilo.conf里写的那两个核心文件
我也只用lilo :oops:
页: [1]
查看完整版本: 如何用grub引导slackware10.2?