Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil
Bug #538100 reported by
Eugene San
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grub-installer (Ubuntu) |
Fix Released
|
Medium
|
Colin Watson |
Bug Description
Linux (linux-
Test case:
1. dd if=/dev/zero of=/dev/sda count=128
2. parted:
a. mklabel gpt
b. mkpart primary fat 0 50
c. quit
3. partprobe /dev/sda
4. dmesg | tail -n1
Kernel reports:
[ 5185.710614] sda: unknown partition table
Kernel config (grep -i part /boot/config-
CONFIG_
Comments:
Ubiquity's partition manager working well with GPT partitions.
Ubiquity fails later during actual creation and formating of partitions: fails to access /dev/sdx devices.
tags: | added: kernel-series-unknown |
tags: | added: apport-collected |
Changed in linux (Ubuntu): | |
status: | Incomplete → New |
tags: | removed: apport-collected |
tags: |
added: lucid removed: kernel-series-unknown |
no longer affects: | linux (Ubuntu) |
To post a comment you must log in.
Eugene,
Please run
apport-collect -p linux 538100
form the teerminal so that we can gather and post logs to this bug.
Thanks!
~JFo