LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 4107|回复: 7

我的unstable debian安装历程[四][原创:JiRen兄]

[复制链接]
发表于 2002-10-18 00:02:35 | 显示全部楼层 |阅读模式
四.安装grub,多重引导
1)grub_install /dev/hda
2)vi /boot/grub/device.map:
(hd0)   /dev/hda
3)grub_install /dev/hda

看看我的 menu.lst:

  1. timeout 3
  2. color black/cyan yellow/cyan
  3. i18n (hd0,3)/boot/grub/messages
  4. #keytable (hd0,3)/boot/grub/us.klt
  5. #altconfigfile (hd0,3)/boot/grub/menu.once
  6. default 2

  7. title Rescueos(deb3r0)
  8. kernel (hd0,0)/boot/vmlinuz-2.4.18 root=/dev/hda1 devfs=mount vga=normal mem=128M
  9. initrd (hd0,0)/boot/map-2.4.18

  10. title Winos(2000)
  11. root (hd0,1)
  12. makeactive
  13. chainloader +1

  14. title Linos(deb3r0)
  15. kernel (hd0,3)/boot/vmlinuz-2.4.18 root=/dev/hda4 devfs=mount vga=normal mem=128M
  16. initrd (hd0,3)/boot/map-2.4.18

  17. title Rescueos(testkernel)
  18. kernel (hd0,0)/usr/src/linux/arch/i386/boot/bzImage root=/dev/hda1 devfs=mount vga=normal mem=128M
  19. initrd (hd0,0)/usr/src/linux/System.map

  20. title Linos(testkernel)
  21. kernel (hd0,3)/usr/src/linux/arch/i386/boot/bzImage root=/dev/hda4 devfs=mount vga=normal mem=128M
  22. initrd (hd0,3)/usr/src/linux/System.map
复制代码


下一步:
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=9936
发表于 2003-3-9 13:09:46 | 显示全部楼层
为什么要使用 grub?lilo 不是挺好的么?
发表于 2003-3-9 14:26:36 | 显示全部楼层
GRUB is the BEST!!
发表于 2003-3-15 21:49:43 | 显示全部楼层
哈……这个叫 menu.lst 的文件在哪里?居然找不到。
发表于 2003-3-15 23:47:52 | 显示全部楼层
#whereis menu.lst
发表于 2003-3-16 10:25:44 | 显示全部楼层
呵呵!
cd /boot/grub
ln -s grub.conf menu.lst
发表于 2004-4-25 21:11:56 | 显示全部楼层
找不到menu.lst呀,whereis 也不行呀
发表于 2004-6-8 08:58:45 | 显示全部楼层

grub刚刚装好的时候都找不到.

you can do "touch /boot/grub/menu.lst" then edit it.

or do "upgrade-grub" and edit it by hand.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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