Opened 2 years ago

Last modified 2 years ago

#17710 new bug

[Partitioning Systems] intel: Found GPT signature, ignoring.

Reported by: diver Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Partitioning Systems/Intel Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev56019 x86_64 uefi.

I got a laptop from work with preinstalled Windows 10 and MBR partitioned HDD. When I boot Haiku off a USB drive DriveSetup doesn't list this HDD. It looks like intel partition add-on ignores it because it found GPT signature: https://cgit.haiku-os.org/haiku/tree/src/add-ons/kernel/partitioning_systems/intel/PartitionMapParser.cpp#n329

KERN: [  0] partition type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b
KERN:       unique id: 3609699b-eb8a-4386-8097-442ae958c24c
KERN:       start block: 2048
KERN:       end block: 206847
KERN:       size: 99.999 MB
KERN:       attributes: 8000000000000000
KERN:       name: EFI system partition
KERN: [  1] partition type: e3c9e316-0b5c-4db8-817d-f92df00215ae
KERN:       unique id: 366a7001-6398-49ee-91ee-e43f4e3a7fcd
KERN:       start block: 206848
KERN:       end block: 239615
KERN:       size: 15.999 MB
KERN:       attributes: 8000000000000000
KERN:       name: Microsoft reserved partition
KERN: [  2] partition type: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
KERN:       unique id: d135f9c4-0e52-4494-ac84-b62e24299c63
KERN:       start block: 239616
KERN:       end block: 978167777
KERN:       size: 477503.984 MB
KERN:       attributes: 0
KERN:       name: Basic data partition
KERN: [  3] partition type: de94bba4-06d1-4d40-a16a-bfd50179d6ac
KERN:       unique id: 20e8e53b-7324-4260-99d0-8416bba46d97
KERN:       start block: 999145472
KERN:       end block: 1000212479
KERN:       size: 520.999 MB
KERN:       attributes: 8000000000000001
KERN:       name: 
KERN:   priority: 960
KERN: check for partitioning_system: Intel Partition Map
KERN: intel: Found GPT signature, ignoring.

Attachments (1)

syslog (154.8 KB ) - added by diver 2 years ago.

Download all attachments as: .zip

Change History (3)

by diver, 2 years ago

Attachment: syslog added

comment:1 by waddlesplash, 2 years ago

There is a valid GPT table, which looks like it was successfully read and contains valid partitions. I'm not sure why we would consider the Intel partition map? What is the problem here?

comment:2 by korli, 2 years ago

It looks like the NVMe controller is in RAID mode (class_base 01, class_function 04), no driver for this. The FreeBSD driver for this is named vmd and looks like a PCI bridge.

Note: See TracTickets for help on using tickets.