LinuxSir.cn,穿越时空的Linuxsir!

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

我这样的分区.grub应该怎么写才对?

[复制链接]
发表于 2003-8-18 23:35:20 | 显示全部楼层 |阅读模式
我的分区为:
C盘       vfat.
扩展分区  vfat.
hda5      ext3.
hda6      ext3
hda7      vfat,
hda8      vfat.
hda9      ext3.
hda10     swp
hda3      (FreeBSD分区类型)
为什么我的GRUB写上:
root (hd0,2)
chainloader+1
root(hd0,2,a)
chainloader+1
结果都没有办法引导啊.
发表于 2003-8-18 23:51:48 | 显示全部楼层
root (hd0,2)
chainloader+1
用这个就可以引导了吧,
 楼主| 发表于 2003-8-19 00:00:48 | 显示全部楼层
这个的提示是:
Filesystem type unkown.partition type 0xa5.可能是Grub无法识别这样的分区格式吧.奇怪.partition type怎么会认不出呢?
发表于 2003-8-19 00:14:13 | 显示全部楼层
这跟分区格式没有什么关系
grub完全可以引导freebsd
如果不能用GRUB引导,你给linux做个启动盘,然后重新安装freebsd的引导程序覆盖grub试一试能不能引导freebsd
 楼主| 发表于 2003-8-19 01:14:50 | 显示全部楼层
天啊.我就是不想覆盖grub啊.不过你的方法我还没办法试.因为我不知道如果从软盘引导freebsd.
还有个问题不理解:
在我用faimage创建了两个启动盘,再启动后,提示找不到kernel.默认是fa(0,a).但一个内核文件要3M 多.我最多也只能放在D盘上.但当我输入ad(0,a)时,却提示无法识别文件系统类型.郁闷啊.
发表于 2003-8-19 12:31:15 | 显示全部楼层
用软盘启动FREEBSD没试过,
其实我让你做linux启动盘就是为了以后恢复grub用的,试试用freebsd的引导程序能不能引导
发表于 2003-10-1 12:28:25 | 显示全部楼层
for freebsd 5.x, use

root (hd0,2)
makeactive
chainloader+1
发表于 2003-10-1 12:36:50 | 显示全部楼层
最初由 penny 发表
for freebsd 5.x, use

root (hd0,2)
makeactive
chainloader+1


兄弟解释一下,或者给个Link,OK?这个很重要对我来说
发表于 2003-10-1 12:46:15 | 显示全部楼层
There are 2 types of booting entry for freebsd flying around the net, one is
"
root?02(hd0,2,a)
kernel?02/boot/loader
boot
"
and

"
root (hd0,2)
makeactive
chainloader+1
"

The latter lines should work...since I use them to dual boot my linux+freebsd 5.1 system.

Don't ask me why...I just tried both and find sth that works.
发表于 2003-10-1 12:57:50 | 显示全部楼层
最初由 penny 发表
There are 2 types of booting entry for freebsd flying around the net, one is
"
root??(hd0,2,a)
kernel??/boot/loader
boot
"
and

"
root (hd0,2)
makeactive           这是什么意思?没有也可以呀
chainloader+1
"

The latter lines should work...since I use them to dual boot my linux+freebsd 5.1 system.

Don't ask me why...I just tried both and find sth that works.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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