Opened 16 years ago
Last modified 15 years ago
#3502 closed bug
Haiku stops booting when checking partitioning_system — at Initial Version
Reported by: | adamk | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
I have a dual Xeon that I am trying to install Haiku on. It's an intel ICH5 motherboard. I have a USB disk that I installed Haiku on from another machine and am attempting to boot off the USB disk. It works on one machine, but on this xeon, it stops booting with:
Welcome to the Haiku boot loader!
number of drives: 4
add_partitions_for(0x00105714, mountFS = no)
add_partitions_for(fd = 0, mountFS = no)
0x00105a90 Partition::Partition
0x00105a90 Partition::Scan()
check for partitioning_system: Amiga Partition Map
check for partitioning_system: EFI GUID Partition Map
check for partitioning_system: Intel Partition Map
priority: 810
check for partitioning_system: Intel Extended Partition
check for partitioning_system: Apple Partition Map
The Xeon has three ATA hard drives, with FreeBSD and Vista on two, and another one setup to use for Haiku, if I can get it to boot.
I am attaching the full serial debug log
Adam