Bug 574290
| Summary: | sda must have a msdos disk label | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Kujau <redhat> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 13 | CC: | anaconda-maint-list, jonathan, redhat, vanmeeuwen+fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-03-17 13:38:16 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Christian Kujau
2010-03-17 03:30:45 UTC
To be more clear on the disk layout here: - there's MacOS installed on sda2, ready & usable - there's currently an Ubuntu installed on sda4, using sda3 as swapdisk, also ready & usable (also bootable, via refit.sf.net->Grub). - I want to install F13 on sda4, using sda3 as swapdisk (wiping out ubuntu, har har) - I don't want sda1,sda2,sda5 to be touched, so I can't just switch to an msdos disklabel (or can I? With MacOS X still booting?) I'm able to reproduce this in a virtualbox VM:
1) start Fedora-13-Alpha-x86_64-netinst.iso in a new VirtualBox VM, one
4GB disk, 1GB RAM
1a) X11 fails to start in VirtualBox, so Anaconda falls back to textmode.
We won't be able to create a "custom layout", apparently.
2) switch to another textconsole and do the following to the pristine disk:
$ parted /dev/sda
$ mklabel gpt
$ q
3) switch back to the textmode installer, choose "entire drive" and "sda" and
it will say, again:
sda must have a msdos disk label
I switched back to the other console, deleted the label and put a "msdos" disklabel on the disk (notice, that there are still NO partitions on the disk), switched back to the installer -> same error messages.
However, when I repeat the process a few times, *sometimes* it'd let me "write changes to disk". But only when either "no" or an "msdos" disklabel was on the disk.
But as the textmode installer won't let me create a custom layout (I don't want to use the entire disk nor do I want it to create those LVM devices - it's a Laptop!), I hope that somebody will have another look at the installer routines...
Thanks.
Created attachment 400666 [details]
sda must have a msdos disk label
This is similar to the discussion going on over in bug 572488, so I'm going to dup this bug to that one. *** This bug has been marked as a duplicate of bug 572488 *** |