Many thanks for the hint! I had played around with grub, and eventually found that this addition to grub menu.lst helped:<br>
<br>
# Trying to get PC-BSD to boot - manual edit<br>
title        PC-BSD<br>
root        (hd0,1)<br>
makeactive<br>
chainloader    +1<br>
<br>
Google suggested either the /boot/loader or chainloader +1 version. This one worked for me! <br>
<br>
All the best<br>
<br>
Brian<br>