At Fri, 04 Sep 2009 14:28:37 +0900,
Akihiro HIRANO wrote:
> #WindowsとFreeBSD/i386とFreeBSD/amd64のトリプルブートってできる?

grub が amd64では
# make
===>  grub-0.97_2 is only for i386, while you are running amd64.
...
となりますので、別パーティションに i386を入れて、その grubで3つを使い
分けています。

/boot/grub/menu.lst (on i386)
...
title FreeBSD 7.1-RELEASE-p6(amd64)
root (hd0,1,a)
kernel /boot/loader

title FreeBSD 7.1-RELEASE(i386)
root (hd0,2,a)
kernel /boot/loader

title Windows7(64bit)
rootnoverify (hd0,0)
makeactive
chainloader +1
...
-- 
                        / Name : Dobashi Mitsuyoshi  /
                       / Email : md...@luna.wak2.jp /

メールによる返信