LinuxSir.cn,穿越时空的Linuxsir!

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

我的yellowdog yaboot 没用了

[复制链接]
发表于 2004-6-27 15:57:51 | 显示全部楼层 |阅读模式
我后安装的macosx
但是后来不管我是mkofboot -v还是ybin -v都没用了
yaboot开机根本没启动
请大家看看怎么回事?
发表于 2004-6-28 18:52:33 | 显示全部楼层
最简单的办法,是找出yellowdog的第一张盘,然后在/boot后面输入如下的

boot:hdx,/boot/vmlinux root=/dev/hdax
注:此处的x,是yellowdog所处的分区,比如我的linux处在 hda5,所以我就应该在boot:后面写如下的。

boot:hd5,/boot/vmlinux root=/dev/hdax

其实也可以这样,在/boot出现后,按一下tab键 ,一般的情况下会出现linux这个项。

在boot:后面输入linux就能启动了。启动后看下面的做法。







[root@S0 root]# yabootconfig

改配置文件。


我的yaboot的配置文件如下



  1. boot=/dev/hda2
  2. device=/pci@f4000000/ata-6@d/disk@0:
  3. init-message="Welcome to Yellow Dog Linux!\nHit <TAB> for boot options.\n\n"
  4. partition=5
  5. timeout=30
  6. install=/usr/lib/yaboot/yaboot
  7. magicboot=/usr/lib/yaboot/ofboot
  8. default=yellowdog2.6

  9. image=/boot/vmlinux-2.4.22-2g
  10.         label=2.4.22-2g
  11.         root=/dev/hda5
  12.         read-only
  13.         initrd=/boot/initrd-2.4.22-2g.img
  14.         append="hdc=ide-scsi"
  15. image=/boot/vmlinux-2.4.22-2f
  16.         label=linux
  17.         root=/dev/hda5
  18.         read-only
  19.         initrd=/boot/initrd-2.4.22-2f.img
  20.         append="hdc=ide-scsi"
  21. image=/boot/vmlinux-2.6.7
  22.         label=yellowdog2.6
  23.         root=/dev/hda5
  24.         read-only
  25. macos=/dev/hda4
  26. macosx=/dev/hdc4
  27. defaultos=linux
  28. delay=50
  29. enablecdboot

复制代码


最后运行

[root@S0 root]#ybin -v

祝好运。。。

北南 呈上
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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