I'm trying to install 10.1 onto an external USB HDD, and then boot from the drive directly ignoring the internal drive which has windows 7 on it. The BIOS is configured to boot directly from the USB HDD.
If during the install, I select to automatically partition with GPT, upon reboot after installation I get:
If I select MBR then I get the boot menu with a FreeBSD option on F1 and the windows drive as 5 (default is FreeBSD), if I select F1 then I simply get a "|" and nothing more. If I select the windows drive it boots into windows.
I've tried everything I can find online from rebuilding the MBR and boot0, setting the primary partition as active, zeroing out both the first and last 15 sectors, checking the /etc/fstab for the correct HD locations and deleted all partitions and started over about 10 times without any success.
If I boot from the live CD then I can mount and browse the da4s1 UFS partition.
At present,
I'm at a loss and can't find any new information on google, hopefully someone can identify what I'm doing wrong.
If during the install, I select to automatically partition with GPT, upon reboot after installation I get:
Code:
gptboot: invalid backup GPT header
|
If I select MBR then I get the boot menu with a FreeBSD option on F1 and the windows drive as 5 (default is FreeBSD), if I select F1 then I simply get a "|" and nothing more. If I select the windows drive it boots into windows.
I've tried everything I can find online from rebuilding the MBR and boot0, setting the primary partition as active, zeroing out both the first and last 15 sectors, checking the /etc/fstab for the correct HD locations and deleted all partitions and started over about 10 times without any success.
If I boot from the live CD then I can mount and browse the da4s1 UFS partition.
At present,
gpart show ad4 yields the following:
Code:
=> 34 1953525101 da4 GPT (932G)
34 1024 1 freebsd-boot (512k)
1058 1946156032 2 freebsd-ufs (928G)
1926157090 7368044 3 freebsd-swap (3.5G)
1953525134 1 - free - (512B)
I'm at a loss and can't find any new information on google, hopefully someone can identify what I'm doing wrong.