| Summary: | [install] Can't install 8.0-RELEASE on the server where 7.2 works fine [regression] | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Konstantin Belov <kostya> |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Konstantin Belov
2009-12-01 17:30:01 UTC
If 7.2 was installed on a "dangerously dedicated" drive, then the 8.0 sysinstall bsdlabel does not automatically recreate a standard MBR on the disk. You can try to fix this by starting a fixit shell from sysinstall and issuing the command: dd if=/dev/zero of=/dev/ad1 bs=512 count=1025 where ad1 is the dangerously dedicated device. This corrected the issue for me. Also, you can read more about this from the mailing list archives: http://lists.freebsd.org/pipermail/freebsd-questions/2009-December/208759.ht ml Thank You, Mike Duchene Is this still a problem? Have you tried to follow the suggestion? -- Andriy Gapon State Changed From-To: open->feedback Note that submitter has been asked for feedback. State Changed From-To: feedback->closed Feedback timeout. |