I want to put Haiku on a partition, just for fun, on my Razer Blade 15. The specs are as follows:
Intel Core i7-7850H
16gb DDR4
NVIDIA GeForce GTX 1070 (i heard somewhere that haiku apparently has no 3d acceleration, but I’ll still list it incase it’s the cause)
I simply cannot boot a live usb to test.
I have tried the following images:
-Haiku Beta r1
-Haiku Nightly rev52597
and a prebuilt one from last year that was marked as having efi support.
They all fail with the following panic, (with the exception of the beta, which just freezes up):
This is KDL, the kernel debugging land. “get_boot_partitions failed” means the USB device hasn’t been found by the kernel. If you can type something, try “syslog”. If you can’t, you can try to enable the syslog display in the boot menu.
In both cases, you can see what Haiku does with the hardware devices, and maybe why the USB bus driver isn’t working for you.
If you can’t boot the install media your alternative is to dd the install media to a partition from Linux and then make the partition bootable by compiling makebootabletiny and running it on the partition. You can then use the dd’d installer image to install to another (larger) partition. See here https://www.haiku-os.org/guides/installing_haiku_image_disk_partition/
Net booting also once worked, I remember it was broken at some point though, and I can’t remember the current status.
As for the problem, see if you can try holding Shift at startup to enter boot options as outlined here: Boot Loader and see if you can disable hardware options or try booting in Safe Mode. Also, since I’m seeing the filesystem mentioned (with get_boot_partitions failed and vfs_mount_boot_file_system), maybe try booting via a DVD, a different USB port, and/or turn off USB 3.0 in BIOS/EFI. Hopefully, something will work and Haiku will successfully start up.