Hey guys,
I googled this and most threads seem to indicate one needs to install FreeBSD on the same partition as your Windows partition or make your FreeBSD drive your boot drive and load Windows from your FreeBSD boot partition. Well, that didn't seem to work for me but this did:
My table ended up looking like this and booting.
ada0 - MBR
ada0s1 - NTFS - 100 MB
ada0s2 - NTFS - 223 GB
ada1 - BSD <------ (Auto config makes this GPT? I changed to BSD as GPT wont Dual boot with MBR?)
ada1p1 - freebsd-ufs - 220 GB /
ada1p2 - freebsd-swap - 3xxx MB none
No bootloader/boot partition on the second drive and then I did
Hope this helps someone else but why are GPT based tables troublesome with MBR Windows installs?
I googled this and most threads seem to indicate one needs to install FreeBSD on the same partition as your Windows partition or make your FreeBSD drive your boot drive and load Windows from your FreeBSD boot partition. Well, that didn't seem to work for me but this did:
My table ended up looking like this and booting.
ada0 - MBR
ada0s1 - NTFS - 100 MB
ada0s2 - NTFS - 223 GB
ada1 - BSD <------ (Auto config makes this GPT? I changed to BSD as GPT wont Dual boot with MBR?)
ada1p1 - freebsd-ufs - 220 GB /
ada1p2 - freebsd-swap - 3xxx MB none
No bootloader/boot partition on the second drive and then I did
boot0cfg -B ada0
, rebooted and I could boot FreeBSD also.Hope this helps someone else but why are GPT based tables troublesome with MBR Windows installs?