Bug 67917

Summary: Hard disc install fails
Product: [Retired] Red Hat Public Beta Reporter: Michael Young <m.a.young>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: limboCC: hattenator+bugzilla, wtogami
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: 2002-07-24 18:37:03 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:
Bug Depends On:    
Bug Blocks: 67217    
Attachments:
Description Flags
Anaconda dump
none
anaconda crash dump none

Description Michael Young 2002-07-04 10:17:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

Description of problem:
My attempt to upgrade via iso images stored on my hard disk fails. This may be
because the isos are on the partition I am upgrading, but it has worked
previously (eg. for 7.3). Anyway the anaconda dump is attached.
I also noticed that the function key links on syslinux are inconsistent, and the
background to the buttons in the text install are white rather than red.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot from boot.img floppy
2. Try to upgrade system from iso images on the root partition

Additional info:

Comment 1 Michael Young 2002-07-04 10:24:59 UTC
Created attachment 63666 [details]
Anaconda dump

Comment 2 Sarantis Paskalis 2002-07-04 12:38:47 UTC
The same crash happened to me as well.  Fortunately, I had the isos in a separate
partition, so I edited it out of /etc/fstab, and the installation continued ok.

I also observed the text install colors to be awkward.

Comment 3 Eric Hattemer 2002-07-04 13:06:21 UTC
Yeah, I got the same problem.  I think I'll install from CD instead anyway.  
What it seems is happening is that when the installer asks where the ISOs are, 
it mounts that volume.  Then when it goes to read your hard drive for packages 
to install, it reads the fstab, and blindly mounts everything it can find in 
there.  Then the mount function complains that the volume with the CDs is 
already mounted.  Then the whole installer crashes.  So the fix would be 
something like going into the anaconda scripts and either
1.  Add a check before mounting any FS to see if its already mounted
2.  Store the ISO partition in a variable, and when you pull the partitions out 
of the fstab, ignore that particular one.
3.  Get the installer to ignore the error and continue, considering that it 
probably won't impact anything (probably the worst solution).

Comment 4 timothy covell 2002-07-06 00:42:50 UTC
I would like to add that it crashed on me too doing a *CD* based upgrade.   I
changed my fstab
file and it fixed the problem.  

diff fstab fstab.old
---------------------

< /dev/cdrom              /mnt/cdrom             iso9660 noauto,owner,kudzu,ro 0
0
---
> #/dev/hdb5               swap                    swap    defaults        0 0
> /dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro
0 0
> /dev/cdrom1             /mnt/cdrom1             iso9660 noauto,owner,kudzu,ro
0 0
11a14
> #
13c16
< /dev/cdrom1             /mnt/cdrom1             iso9660 noauto,owner,kudzu,ro
0 0
---
> #/dev/hdb6               /opt                 reiserfs defaults       1 0


Comment 5 Steve Riley 2002-07-11 20:14:08 UTC
My CD based attempt to go from 7.3 to limbo also crashed but as far as I can see
from the dump at a different point.  Sorry don't know how to try to fix it.
Colours seemed ok though.

Comment 6 Steve Riley 2002-07-11 20:15:48 UTC
Created attachment 64964 [details]
anaconda crash dump

Comment 7 Michael Fulbright 2002-07-24 18:36:58 UTC
Fixed.

Comment 8 Mike McLean 2002-07-31 22:36:46 UTC
Fix confirmed.  Successfully upgraded from isos stored on the root filesystem.
CLOSED->RAWHIDE

Comment 9 Michael Fulbright 2002-12-20 17:38:25 UTC
Time tracking values updated