Boot problem on latest nighly build 51018

Hi all

yesterday i’m download latest nightly V51018 … after install on virtual box
when finish install cannot boot int18 error… i must use hiren CD boot to boot to haiku… any workaround / fix for this issue?

regards

Hello. If I understand correctly, you can get into your Haiku installation using the Hiren CD boot to choose the Haiku volume (disk).

In that case, after get into Haiku, try installing the BootManager, that are in: /boot/system/apps/BootManager

After install it, you must be able to boot without the CD.

Please, tell me if worked! :slight_smile:

thank you @un_spacyar… your workaround work… :relaxed:
…but did this problem is bug on this haiku revision or what? i never experienced like this before…it is need to report bugtracker?

It depends on how you set up your hard disk. The boot process is as follows:

  1. BIOS loads the master boot record code
  2. The master boot record code handles what follows

When you create the partition table from Haiku, we install a default master boot record, which boots the active partition. So, several things can go wrong:

  • Maybe you created your partition table with another tool, and you got another MBR which does something different
  • Maybe you didn’t make your system partition active, so the MBR cannot find it

In both cases, installing Bootman fixes it, because it replaces the old MBR, and does not need the partition to be active.