Bug 47872
| Summary: | clearpart --all doesn't always work | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Dax Kelson <dkelson> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-07-27 20:21:26 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
Dax Kelson
2001-07-08 17:45:26 UTC
Right. clearpart --all only affects the partitions on the disk...not the master boot record. I think what you are looking for is the 'zerombr yes' tag. This should reinitialize the boot record. Refer to http://www.redhat.com/support/manuals/RHL-7.1-Manual/customization-guide/s1-kickstart2-options.html for more information about zerombr. I am using "zerombr yes" as well, eg: zerombr yes clearpart --all Red Hat 7.0 and earlier worked fine, this is a new change with 7.1. Jeremy check this against our current tree please. This works fine in our current tree. |