This is on a ThinkPad X220:-
On bootup I get Error loading operating system.
Where does this msg come from? Is there something within freebsd-boot or the gpt boot partition and can I reinitialise these areas while leaving /dev/da1p2 in place
gpart show da1
:-
Code:
=> 40 250069600 da1 GPT (119G)
40 1024 1 freebsd-boot (512K)
1064 20971520 2 freebsd-ufs (10G)
20972584 229097056 - free - (109G)
gpart set -a lenovofix da1
bootcode -b /boot/pmbr -p /boot/gptboot -i 1 da1
lenovofix set on da1
partcode written to da1p1
bootcode written to da1
On bootup I get Error loading operating system.
Where does this msg come from? Is there something within freebsd-boot or the gpt boot partition and can I reinitialise these areas while leaving /dev/da1p2 in place