Bug 58450
| Summary: | install auto partitioning starts on block 1 - needs to start on block 2 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | john.goshdigian |
| Component: | anaconda | Assignee: | Alexandre Petit-Bianco <apbianco> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | alpha | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-02-18 21:12:37 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: | |||
|
Description
john.goshdigian
2002-01-16 23:13:39 UTC
*** Bug 58499 has been marked as a duplicate of this bug. *** *nod* This was an aftereffect of trying to support both AlphaBIOS and SRM AlphaBIOS allowed the disk to be read using the MSDOS partition scheme and relied on looking like a normal disk so it was correct in the MSDOS format to start off at track 1 as the bootloader was encapsulated in the partiton With SRM, we use the track 2 because the boot loader is not held in the partition and in fact lurcks on the very first portion of the disk hence the 'wasted' track. The problem with autopartitioning was that it always read the disk label to determin if it was a MSDOS format or a BSD format install and formatted accordingly. I believe the default for no label was MSDOS As we're supporting SRM only (afaik) the default should be to use track 2 or on detecting an MSDOS label to throw up a message something similar to 'MSDOS Label detected, would you like to proceed in MSDOS style partitioning or use BSD style for SRM' To keep the legacey people happy. Phil =--= This has been fixed. It triggers a new problem, see <A HREF="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60004">60004</A>. Closing this out since it has been confirmed fixed. |