Bug 461118 - No way to install to a fresh disk with no partition table
Summary: No way to install to a fresh disk with no partition table
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F10Beta, F10BetaBlocker
TreeView+ depends on / blocked
 
Reported: 2008-09-04 11:42 UTC by Patryk Zawadzki
Modified: 2008-09-19 20:43 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-09-19 20:43:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Patryk Zawadzki 2008-09-04 11:42:07 UTC
I'm working on adapting Anaconda for PLD Linux and have found the following problem (will try to send a patch with some refactoring to allow us to use unpatched Anaconda):

When enumerating devices, Anaconda properly finds the clean disk as /dev/sda. As the disk is new, straight from the factory, it contains all zeroes and thus there is no partition table present.

Later on it seems to do some checks in the code and discards the disk (probably assuming it doesn't support partitioning and thus is useless for installation).

The same thing happens in VirtualBox with a fresh disk image.

The user is forced to launch GParted, create an empty MSDOS partition table, write changes and restart Anaconda.

I'm using a recent version (two days old) of the current git head.

Comment 1 Chris Lumens 2008-09-19 20:43:28 UTC
This was actually a bug in anaconda that should be fixed in the next build.


Note You need to log in before you can comment on or make changes to this bug.