superlqq 发表于 2003-5-7 23:15:01

Help!!!!!!

我装了win2000,rh9.0 和 mdk9.1 我是先装rh9.0的后装mdk9.1并把lilo装在MBR 我制作了rh9.0 的起动盘,现在想用mdk9.1的lilo引导rh9.0,我应该怎么做????

Dragonfly 发表于 2003-5-7 23:33:35

enter mdk, write lilo.conf, run lilo.

superlqq 发表于 2003-5-8 00:14:24

How to write?

Dragonfly 发表于 2003-5-8 00:18:30

post u lilo.conf here.

superlqq 发表于 2003-5-8 00:59:23

boot="/dev/hda"
map=/boot/map
keytable=/boot/us-latin1.klt
prompt
nowarn
timeout="100"
message=/boot/message
menu-scheme=wb:bw:wb:bw
default=old_linux
vga="?"

image="/boot/vmlinuz"
        label="linux"
        root="/dev/hda9"
        initrd="/boot/initrd.img"
        append="devfs=mount acpi=off quiet"
        vga=788
        read-only

image=/boot/vmlinuz
        label="linux-nonfb"
        root=/dev/hda9
        initrd=/boot/initrd.img
        append="devfs=mount acpi=off"
        read-only

other=/dev/hda1
        label="windows"
        table=/dev/hda

other=/dev/fd0
        label="floppy"
        unsafe

image="/boot/vmlinuz-2.4.21-0.13mdk"
        label="old_linux"
        root="/dev/hda9"
        initrd="/boot/initrd-2.4.21-0.13mdk.img"
        append="quiet devfs=mount acpi=off"
        vga=788
        read-only

image=/boot/vmlinuz
        label="failsafe"
        root=/dev/hda9
        initrd=/boot/initrd.img
        append="devfs=nomount acpi=off failsafe"
        read-only

Dragonfly 发表于 2003-5-8 01:31:50

looks fine, so what is u problem. btw, where u root / on and where u mdk / on?

superlqq 发表于 2003-5-8 20:56:03

I want to add rh9.0`s boot menu on mdk9.1`s lilo. rh9.0`s root/ is on hda7 and mdk9.1`s is on hda9.

Dragonfly 发表于 2003-5-8 22:02:47

cp u rh9 kernel to mdk /boot as vmlinuz-rh9, add this to u lilo.conf, save it, and run lilo.
image=/boot/vmlinuz-rh9
label="linux-rh9-nonfb"
root=/dev/hda7
append="devfs=mount acpi=off"
read-only

superlqq 发表于 2003-5-9 20:47:22

I have done as you tell me to do.But I can`t see ¨linux-rh9-nonfd¨on lilo`s menu?What should I do?

xliulu 发表于 2003-5-9 21:01:42

版主是外国人?

Dragonfly 发表于 2003-5-9 21:44:04

I have done as you tell me to do.But I can`t see ¨linux-rh9-nonfd¨on lilo`s menu?What should I do?

do u run lilo after modifying the lilo.conf?

superlqq 发表于 2003-5-9 23:13:16

After I modify the¨booot manager¨,I had pressed the ¨Apply¨.Is this means run the lilo.conf?If not, please tell me how to run?

Dragonfly 发表于 2003-5-9 23:17:35

u modify from gui. i never do not in gui, i always use command line.
try to open a console and run lilo. see the output and check if rh9 is there.

KDE 发表于 2003-5-9 23:36:09

cp u rh9 kernel to mdk /boot as vmlinuz-rh9, add this to u lilo.conf, save it, and run lilo.
image=/boot/vmlinuz-rh9
label="linux-rh9-nonfb"
root=/dev/hda7
append="devfs=mount acpi=off"
read-only
然后,在 KDE 的 konsole 下执行 lilo 即可。

superlqq 发表于 2003-5-9 23:37:19

Yes,rh9 is in lilo.conf.But when I reboot ,"linux-rh9-nonfb"
still not in the GUI lilo`s menu.
页: [1] 2
查看完整版本: Help!!!!!!