cjx3501 发表于 2004-6-28 10:14:39

grub引导lilo

other = /dev/hda1
        label="Windows"
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins

image="/boot/vmlinuz"
        root="/dev/hda7"
        label="Slackware10"
read-only
# Linux bootable partition config ends



# grub.conf generated by MagicInstaller.

# Note that you do not have to rerun grub after making changes to this file.
default=1
timeout=2
title dos
        rootnoverify (hd0,0)
        chainloader +1
title MagicLinux1.2(Practise)
        root (hd0,8)
        kernel /boot/vmlinuz-2.6.4-1mgc ro root=/dev/hda9 vga=791 splash=silent
        initrd /boot/initrd-2.6.4-1mgc.img


grub与lilo的结构不相同,怎样用ML来引导lilo的slackware10,红色的就是lilo的引导程序,绿色的就是grub的引导程序,有谁能帮我做一个grub?

cjx3501 发表于 2004-6-28 10:17:13

如果同时grub引导的发行版就好办,直接复制粘贴就可以了,但现在是lilo,情况有所不同。

樱家冢 发表于 2004-6-29 14:35:50

什么叫做
同时grub引导的发行版

任何发行版都可以用grub引导,照着magic的改好了。

tyfrlj 发表于 2004-6-29 22:28:04

既然有Grub,其它Linux不要Lilo就可以引导,你问得真是莫名其妙啊 :shock:
你有多少个Linux?没有关系,Grub只要一个就行了,统统搞定 :mrgreen:
页: [1]
查看完整版本: grub引导lilo