Bug 18320 - Installation fails to format HD's and exits
Summary: Installation fails to format HD's and exits
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
Hardware: i386
OS: Linux
high
high
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-04 11:49 UTC by Chris Chabot
Modified: 2008-05-01 15:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-11-07 19:48:36 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.