Bug 2142
Summary: | latest installer boot.img does not find RedHat on local Linux Native partition | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | khera |
Component: | installer | Assignee: | David Lawrence <dkl> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | jbucata, noah |
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: | 1999-04-17 21:10:08 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
khera
1999-04-12 16:41:18 UTC
fixed in future release I get an error in the "Find installation files" part of the install of the released 6.0 RedHat. RedHat is on hda3 (on my laptop); this partition is also my root partition. I get "mount failed: Device or resource busy". It is apparently trying to mount /tmp/hda3 onto /tmp/hdimage, which is wrong because /tmp/hdimage is already a symlink pointing to (correctly mounted) /mnt. /tmp/rhimage is also correctly pointing to /tmp/hdimage/home/ftp/pub/redhat-6.0 (my install dir). I suspect the problem may be that I have a / and a /boot partition on my 5.2 installation. I suspect the installer is trying to umount /mnt without umounting /mnt/boot first. I umounted /mnt/boot and then /mnt manually, and did a "Retry" on that installation step, and it proceeded correctly. However, when that step finished, it re-unmounted /mnt, leaving the installer unable to find my already-installed RPM database. So, I re-mounted /mnt and /mnt/boot manually, and a "Retry" of that step seemed to proceed correctly for a while. After doing the rebuilding of RPM database step, it attempted to un/re-mount some stuff. I eventually decided to ignore my /boot partition entirely, and I manually mounted stuff until it started cooperating again. It managed to remount hda3 read-only on /tmp/hdimage, and then wouldn't create a log file of the install because of being mounted read-only. In short, somebody check that you can install to the same partition your installation files are on, and that you can have another partition that mounts on your root partition. |