Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bios install fails #8

Closed
revhelix opened this issue Aug 31, 2018 · 3 comments
Closed

Bios install fails #8

revhelix opened this issue Aug 31, 2018 · 3 comments
Assignees

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@revhelix
Copy link

@revhelix revhelix commented Aug 31, 2018

Tested under VMware workstation 14.1.3 build-9474260 pro (linux)

BIOS reported that it couldn't find the bootloader
missingbootloader

@revhelix
Copy link
Author

@revhelix revhelix commented Aug 31, 2018

EFI worked fine

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Sep 15, 2018

I have just verified this same issue with BIOS install into VirtualBox as well:
Steps to reproduce:

  1. Create a new VM (completely blank - no partition information or anything)
  2. Install to the freespace on the disk
  3. Post-install, virtualbox will boot into this same "no boot loader" message.

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Sep 25, 2018

This appears to be fixed in BETA3 with a couple caveats:

  1. If installing to a full disk (even a blank one), it will install the FreeBSD bootloader to the MBR on that disk.
  2. If installing to a partition (or even the designated "free space" on a disk) rather than a full disk then it will NOT install the FreeBSD bootloader to the MBR on that disk. This is to prevent possibly breaking whichever bootloader you currently have installed into the MBR on that disk. Instead, there is a warning in the installer that you might need to update the MBR or register the new partition with your bootloader before it becomes available (GRUB in particular typically needs to have the config files updated for changes like this).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment