sghys 发表于 2003-4-20 22:11:21

求救!如何恢复引导菜单?

小弟我今天心血来潮,装了Windows .NET Server, Enterprise系统,结果引导菜单没了,直接进入windows系列系统,进不了RedHat linux8.0啦!我的电脑装了4个系统,开机时应是选择进入linux还是windows 如果选windows回车后又出现三个系统选择:分别是windows ME、Windows .NET Server, Enterprise、和Microsoft Windows 2000 Advanced Server 坏就坏在我今天装了Windows .NET Server, Enterprise系统,结果开机就直接进入选择windows系统的菜单了。进不了RedHat linux8.0啦!我没有linux启动盘呀,是从硬盘安装linux的,请问有什么办法可以恢复引导菜单呀,我可不想再重装linux?

cghray 发表于 2003-4-28 16:49:13

借鉴下面这篇文章



    先用linux启动盘以root进入linux将/etc/lilo.conf文件改一下:

boot=/dev/hda9(原来是hda)

map=/boot/map

install=/boot/boot.b

prompt

timeout=50

message=/boot/message

#linear      (原来的没有屏蔽)

#default=win2000

lba32         (自己加的)

image=/boot/vmlinuz-2.2.16-22

      label=linux

      read-only

      root=/dev/hda9

#other=/dev/hda1(原来的没有屏蔽)

#       label=win200(原来的没有屏蔽)

改好以后运行一下lilo

然后执行以下命令:

mkdir /mnt/hda

mount -t vfat /dev/hda1 /mnt/hda

dd if=/dev/hda9 of=/mnt/hda/bootset.lnx bs=512 count=1

reboot

进入win2000后运行:

然后进入C盘根目录,编辑boot.ini文件:



timeout=30

default=multi(0)disk(0)rdisk(0)partition(1)\WINNT



multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Profession

al" /fastdetect

C:\bootset.lnx="rethatlinux 7.0"(只加了这一行)

保存,重启,哈哈,选个系统吧!什么?不会选?//kick

Bluedata 发表于 2003-4-28 18:17:28

好文,收藏。 :-)

cghray 发表于 2003-4-29 14:10:43

我就是这么改的
后来,装了Lindows,Redhat8.0进不了了,我还是用启动盘进Linux然后重新作了bootset.lnx就好了

wscn108 发表于 2003-4-29 17:33:19

重新作了bootset.lnx。这是利用windows的OS load引导多系统!
楼上的朋友可以用这个办法。
当然也可以修复lilo。
不管什么办法你都要有启动盘。没启动盘是没办法的!

wscn108 发表于 2003-4-29 17:35:53

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=359
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=1346
这二个你可以看看!

SpiritClever 发表于 2003-4-29 18:30:32

WINDOWS。NET 哪弄的?

wscn108 发表于 2003-5-1 16:22:13

WINDOWS。NET 哪弄的?
网上到处都是!

Bluedata 发表于 2003-5-1 21:17:52

WINDOWS。NET 哪弄的?
网上到处都是!
D版遍街都是,3元一张,物美价廉。 :mrgreen:

Alex_Sune 发表于 2003-5-2 00:33:12

sghys,你有DOS启动盘吗?ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.0.6.tar.gz + http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=359
页: [1]
查看完整版本: 求救!如何恢复引导菜单?