当前位置:操作系统 > Unix/Linux >>

debian3下grub安装

还是grub好用,如何安装?

  1)su

  2)apt-get install grub

  3)vi /boot/grub/device.map:

  把"(hd0) /dev/hda"放在第一行

  4)grub-install /dev/hda

  5)建立/boot/grub/menu.lst文件:

  timeout 10

  color black/cyan yellow/cyan

  i18n (hd0,3)/boot/grub/messages

  keytable (hd0,3)/boot/us.klt

  altconfigfile (hd0,3)/boot/grub/menu.once

  default 0

  title Rescueos(deb3r0)

  kernel (hd0,0)/vmlinuz root=/dev/hda1 devfs=mount vga=788

  initrd (hd0,0)/boot/map

  title Winos(2000p)

  root (hd0,1)

  makeactive

  chainloader +1

  title Linos(mdk9b1)

  kernel (hd0,3)/boot/vmlinuz root=/dev/hda4 devfs=mount vga=788

  initrd (hd0,3)/boot/initrd.img

  6)ok!

  另:mdk9使用很方便内容很新

  /etc不能单独作为一个分区否则启动时找不到
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,