Bug 175345
| Summary: | anaconda fails to recognize partition table | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Morton <akpm> | ||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 5 | ||||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i386 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2005-12-09 12:18:22 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
Andrew Morton
2005-12-09 05:54:03 UTC
Created attachment 122064 [details]
anaconda.log
Created attachment 122065 [details]
syslog
Created attachment 122066 [details]
first 128k of /dev/sda
so it appears that anaconda is using parted? I did parted /dev/sda: bix:/home/akpm> 0 parted /dev/sda GNU Parted 1.6.3 Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software, covered by the GNU General Public License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Using /dev/sda Warning: Unable to align partition properly. This probably means that another partitioning tool generated an incorrect partition table, because it didn't have the correct BIOS geometry. It is safe to ignore,but ignoring may cause (fixable) problems with some boot loaders. OK, so that disk had a funny partition table. With fdisk: Disk /dev/sda: 146.8 GB, 146815733760 bytes 255 heads, 63 sectors/track, 17849 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 65 522081 83 Linux /dev/sda2 66 17849 142849980 83 Linux /dev/sda3 * 1025 17849 135146812+ c Win95 FAT32 (LBA) I deleted the win95 partition and parted (and hence anaconda) seems happy with it. Only to discover that the fc5-test1 installer appears to have no way to upgrade an existing install - it appears to insist on wiping all partitions and repartitioning. Don't want to do that. I guess you can kill this bug off. Thanks for the report (and the diagnosis). Yeah FC5 test1 intentionally didn't support upgrades due to large amount of work being done on anaconda for FC5 (as mentioned in release email) - FC5 test2 will though. |