Bug 18016
| Summary: | Post-install "lilo" installation fails when installing on partition above 8GB limit | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | daniel.deimert |
| Component: | installer | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED WONTFIX | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | ||
| 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: | 2000-10-24 20:03:59 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
daniel.deimert
2000-10-01 10:54:48 UTC
What happens to be the geometry and final partition table for the drive in question (you can attach the output from 'fdisk -l <device>', where <device> is problem /dev/hda for the first IDE drive, or /dev/sda for the first SCSI drive? [root@localhost /root]# fdisk -l /dev/hda Disk /dev/hda: 255 heads, 63 sectors, 2748 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 2422 19454683+ c Win95 FAT32 (LBA) /dev/hda2 2423 2425 24097+ 83 Linux /dev/hda3 2426 2748 2594497+ 5 Extended /dev/hda5 2426 2739 2522173+ 83 Linux /dev/hda6 2740 2748 72261 82 Linux swap What kind of 'automatic partitioning' did you do? I have not been able to get this result. I can't see why it should matter, but before I installed, the Win95 partition spanned the entire disk - there was only one partition. I shrunk the size of that using Partition Magic 5.0 to make room for a 7.0 install. I had to do a text-mode install due to PS/2 mouse problems in the graphic installer. Then I just selected the workstation install and let the installer partition the disk as it pleased. Please let us know if you have any further problems. Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/ad4bd3f1ef5f653921ccf909a098e5b887bc7d64 Merge pull request #18422 from damemi/iss18016-1 Automatic merge from submit-queue. Issue 18016: Add infos count to `oc status` Fix for https://github.com/openshift/origin/issues/18016 Now `oc status` without `-v` will show a count for number of errors, warnings, and info identified. Also refactored this output to reduce redundant switch statements with including infos. |