|
Bugzilla – Full Text Bug Listing |
| Summary: | The installation partitioner offers to delete GPT with default answer "yes" | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Dimitar Pashov <d.pashov> |
| Component: | Installation | Assignee: | Katarina Machalkova <kmachalkova> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P4 - Low | CC: | aschnell |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dimitar Pashov
2009-01-29 00:54:58 UTC
This message is among those that have been modified few weeks ago, so that the question now reads "Do you want to keep GPT partition table?" and answering Yes means continuing the installation - at least tiny improvement :) I did some code archeology and found out that the message has been introduced because of bug #47485 (wow, almost 6 years old) - which looks like combination of buggy GRUB and buggy BIOS. Don't know how much the situation improved on the side of BIOSes, but if the GRUB issue has been fixed in the meantime, we can safely remove the warning, I believe. Otherwise, we have to extend our architecture detection tools to recognize Intel on Apple hw. The message can be removed. openSUSE 11.1 supports GPT even with older BIOSes, see fate #303026: Parted was enhanced to write a compatibility MBR when using GPT. So booting should work. yes opensuse recognizes gpt even from earlier and parted worked fine for a long time. I think the only thing to keep in mind here is grub. Intel macs' bios emulator has limited mbr support. It can only handle primary partitions. Mbr on the other hand can only have 4 primary partitions. The situation by now looks like that one can have many many partitions with gpt. They are all 'real'(primary) but the so called pmbr (p for protective) can only hold the first four. Installing grub on the mbr on a mac might have bad consequences so it is necessary to install it on the 3-rd or 4-th partition if available. Once properly installed a recent grub will be able to see all other partitions if need be. Other issue is that parted might not be able to resize macs fs (hfs+ journaled) so it might be useful to have some warning that directs people to apple's resizing utility (it is part of the bootcamp program on mac ox s 10.5.x) the people who try to directly install without being aware about that. It looks like this more of an feature request now. The message is gone. Happy installing :)
> Other issue is that parted might not be able to resize macs fs (hfs+ journaled)
> so it might be useful to have some warning that directs people to apple's
> resizing utility
Hmm, I never tried to test resizing hfs partition with YaST (no Apple machines around), but looking at the partitioner code, I guess a generic message saying something along "This partition does not support resizing" lines pops up.
Anyway, please file a separate enh. request if you think the message should be more informative (e.g. point person to apple-specific resize utility), or if it does not work out for any reason.
|