Bug 18320

Summary: Installation fails to format HD's and exits
Product: [Retired] Red Hat Linux Reporter: Chris Chabot <chabotc>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: chabotc, dr
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-11-07 19:48:36 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 Chris Chabot 2000-10-04 11:49:09 UTC
While attemtping to install rh7 on several systems, i ran into this problem
on just about -all- computers.
The install follows along nicely upto the point where it 'starts to
install'
It comes to the part where it will attempt to format the partitions,
returns from format instantly (ie nothing has happend), and breaks on the
python GetFreeSpace for the / partition..

When droping to the sh shell (ctrl-alt-f2) trying to format the partitions
before the install breaks, i noticed there are no /dev entries for my HD
...

I can 'force' the install to work by:
	cd /dev
	mknod hda
	mknod hda1 
	... repeat for each partition ..
	mkfs.ext2 /dev/hda1
	.. repeat again.. 
	mkswap /dev/hda2 (my swap partition)

and then continuing the install, which at that point works
Ive had this problem on
	- a laptop with IDE
	- a workstation with scsi
	- a server with scsi + ide
so it feels its safe to say it happens in every situation for me

Comment 1 Michael Fulbright 2000-10-04 15:36:01 UTC
A traceback from when it does fail would help alot.

Also details on a sample scenario where it breaks will help us reproduce it
here, otherwise I don't think we'll be able to look into this issue.

Comment 2 Michael Fulbright 2000-11-07 19:48:33 UTC
Please reopen this report if you continue to have problems.