[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2013-12-16 Thread Christopher M. Penalver
** No longer affects: linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/538100 Title: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil To

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-17 Thread Eugene San
Results of testing on Mac: * parted do not create MBR when empty GPT is created. * ubiquity: a) When starting from empty GPT and creating partitions on GPT it creates synced MBR, but Linux then reads MBR instead of GPT. b) Created by ubiquity partitions created without alignment.

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-16 Thread Eugene San
I can't think of any authoritative contact. Anyway, If existence of MBR (at least protective MBR) is vital part of GPT/EFI specification then it's ok for Linux to demand it. Linux could just ignore absence of MBR in GPT, but we can't treat its behavior as bug. -- Linux fails to read GPT(EFI)

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Eugene San
Reconstructed the problem (with parted 2.2-1ubuntu2): 1. Clean GPT with 3 partitions (Gparted) 2. Start ubiquity (Lucid Daily) * Change type of 3rd partition * Format 2st and 3rd partitions (ext4 and swap) * Finish install 3. After reboot found partition table in state as below:

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Eugene San
** Attachment added: installer.tar.bz2 http://launchpadlibrarian.net/40947584/installer.tar.bz2 -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Colin Watson
That's a grub-installer bug. Fixed and uploaded, pending release team approval. Is there still a bug to handle against linux here? I don't think there's been any clear identification of a kernel bug, aside from the question of GPT labels without protective MBRs which I think I addressed in a

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/grub-installer/ubuntu -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package grub-installer - 1.49ubuntu7 --- grub-installer (1.49ubuntu7) lucid; urgency=low * Fix GPT detection to account for changed fdisk output (LP: #538100). -- Colin Watson cjwat...@ubuntu.com Mon, 15 Mar 2010 10:00:46 + ** Changed in:

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Eugene San
I assume updated parted and grub-installer are still expected to handle Mac partitioning demands, right? After they will land in Daily Lucid, I'll test them on Mac and report. About Linux, since Linux supports only Hibryd GPT, we would expect every partitionnig tool to prepare such, right? Is

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/grub-installer -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-15 Thread Colin Watson
On Mon, Mar 15, 2010 at 12:15:45PM -, Eugene San wrote: I assume updated parted and grub-installer are still expected to handle Mac partitioning demands, right? Yes, should do. After they will land in Daily Lucid, I'll test them on Mac and report. Thanks. About Linux, since Linux

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-14 Thread Eugene San
I have tested GPT on non Mac system (VirtualBox). 1) Used gparted LiveCD to create GPT with 4 partitions. As result MBR contained protective MBR with single partition covering whole suface. 2) Booted in to latest Daily Lucid. Instructed installer to change type of 1 of 4 partitions and use 3 of

Re: [Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-14 Thread Colin Watson
Notice how the other bug I referenced is already targeted to beta-1 :-) -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-14 Thread Eugene San
Hope issue will be solved soon. Since my Laptop is currently OS-less (at least for now) I am able to perform some testing if required. -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-14 Thread Colin Watson
Indeed, I'm working on it. On bare GPT volumes: the EFI specification requires that all GPT disks have a Protective MBR in the first LBA. I think Linux is entitled to check for this, if nothing else to avoid accidental misdetection of the partition table format. -- Linux fails to read GPT(EFI)

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-14 Thread Colin Watson
I'd appreciate logs from the non-Mac case (specifically /var/log/installer/syslog and /var/log/installer/partman). I haven't been able to reproduce this behaviour in an isolated test of parted, and I'd like to see the sequence of operations that the installer is performing. -- Linux fails to

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Jeremy Foshee
Eugene, It may be necessary to run 'sudo apt-get install apport' I had another user experience issue with apport today and running the install seems to have sorted him. Thanks! ~JFo ** Changed in: linux (Ubuntu) Status: New = Incomplete -- Linux fails to read GPT(EFI) partition

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Eugene San
Jeremy: What do you mean by install? In case you mean finish install and then report from fresh installation, then it's impossible since system may not be formatted... Apport is still broken in latest daily ISO. It crashes with python errors in parsing urls or something (under user and root).

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Eugene San
I think I've localized the problem. Looks Linux unable to deal with GPT pure partition tables (without synced MBR). In past a patch (gptsync.patch) was added to parted to solve that issue. (Not sure ubiquity should enjoy from that fix also) But it looks like parted refuses to sync GPT and MBR,

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Jeremy Foshee
** Tags added: lucid ** Tags removed: kernel-series-unknown -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Colin Watson
It's not out of the question that this is actually a parted bug. I merged the Apple gptsync patch up to 2.2 more or less blindly, and I could have broken something. I think you're analysing this incorrectly, though. What I'm seeing in the kernel is that you need a valid *protective* MBR, as

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Colin Watson
See also bug 538536 for similar installer problems. -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-13 Thread Eugene San
Colin: Thanks for prompt respond. Additional testing showed that problem is more severe then I assumed initially. Testcase: 1) Zero HDD header. 2) Format HDD using OSX installer (3 partitions: fa...@efi-boot, h...@osx, fa...@linux). 3) Reboot into OSX, partition table looks perfect. 3) Reboot

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Jeremy Foshee
** Tags added: kernel-series-unknown -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Jeremy Foshee
Eugene, Please run apport-collect -p linux 538100 form the teerminal so that we can gather and post logs to this bug. Thanks! ~JFo ** Changed in: linux (Ubuntu) Status: New = Incomplete -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Eugene San
** Tags added: apport-collected -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Eugene San
I must mention that I am using Lucid daily AMD64 ISO for testing and looks like apport is currently pretty broken. What information may be helpful? Meanwhile I'll attach kern.log. -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Eugene San
** Attachment added: Kernel log http://launchpadlibrarian.net/40885233/kern.log -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Eugene San
** Changed in: linux (Ubuntu) Status: Incomplete = New -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Eugene San
** Tags removed: apport-collected -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 538100] Re: Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil

2010-03-12 Thread Eugene San
Reconstructed on Karmic i386 (2.6.31-14-generic). -- Linux fails to read GPT(EFI) partition table created by both GNU parted and OSX diskutil https://bugs.launchpad.net/bugs/538100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --