Opened 6 years ago

Closed 6 years ago

#13998 closed bug (fixed)

PANIC: get_boot_partitions_failed! (and SMAP problems)

Reported by: BeNord Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: - General Version: R1/Development
Keywords: get_boot_partitions_failed Cc:
Blocked By: Blocking:
Platform: x86-64

Description

I'm a new user to Haiku, and I'm trying to install it natively on my workstation (CPU0: Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz). I'm installing it into /dev/sda4, with an existing grub2 and linux system already running.

I burned haiku-nightly-hrev51795-x86_64-anyboot to a CD, but booting from it would result in an:

PANIC: SMAP violation user-mapped address 0x00007f664806821c touched from kernel 0xffffffff82e7fcc3

Welcome to Kernel Debugging land...

#haiku on freenode asked me to check the Safe Mode Options, so after disabling "SMEP and SMAP" in the Safe Mode Options menu, it finally booted into the Installer.

After partitioning sda4 and installing, it asked me to reboot. I added Haiku to grub:

# Haiku on /dev/sda4
menuentry "Haiku" {
	set root=(hd0,4)
	chainloader +1
}

and tried to boot. This resulted in an

PANIC: get_boot_partitions failed!
Welcome to Kernel Debugging land...

and only giving me the debug prompt.

I'm waiting for a serial header/connector for my motherboard I ordered, so I'm unable to attach the serial console at the moment. But would be happy to attach the log when it arrives if necessary.

Attachments (2)

PANIC__get_boot_partitions_failed.jpg (101.6 KB ) - added by BeNord 6 years ago.
Added picture of screen with the PANIC get_partitions_failed! message
PANIC__SMAP_violation.jpg (370.6 KB ) - added by BeNord 6 years ago.
PANIC SMAP violation message

Download all attachments as: .zip

Change History (5)

by BeNord, 6 years ago

Added picture of screen with the PANIC get_partitions_failed! message

comment:1 by korli, 6 years ago

Please post a picture of the "SMAP violation". Thanks.

by BeNord, 6 years ago

Attachment: PANIC__SMAP_violation.jpg added

PANIC SMAP violation message

comment:2 by korli, 6 years ago

Please check with hrev51805 or newer, the SMAP violation should be gone.

comment:3 by korli, 6 years ago

Resolution: fixed
Status: newclosed

No feedback. Assumes fixed in hrev51805.

Note: See TracTickets for help on using tickets.