Hi.
i have a box that has both debian (sid) and freebsd-8-beta2. I let Debian own the bootsector and use grub to access either system. with grub1, this works fine
Debian has updated to grub2 and I am having some problems getting FreeBSD to work with it. I use this entry:
but I always see an error that the partition cannot be found. I have read inconclusive comments elsewhere that grub2 cannot (yet) BSD partitions.
Any ideas?
i have a box that has both debian (sid) and freebsd-8-beta2. I let Debian own the bootsector and use grub to access either system. with grub1, this works fine
Debian has updated to grub2 and I am having some problems getting FreeBSD to work with it. I use this entry:
Code:
menuentry "freebsd 8.0" {
set root=(hd0,2,a)
freebsd /boot/loader
}
Any ideas?