Bug 465468 - Installer stalls while mounting install.img
Summary: Installer stalls while mounting install.img
Keywords:
Status: CLOSED DUPLICATE of bug 465250
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-03 14:08 UTC by Kazunori Asayama
Modified: 2008-10-03 15:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-03 15:05:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kazunori Asayama 2008-10-03 14:08:01 UTC
Description of problem:

The installer stalls while mounting /mnt/stage2/images/install.img on /mnt/runtime

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

anaconda-11.4.1.42-1
boot.iso 2008.10.02 (UTC)

Previous version (anaconda-11.4.1.40, Fedora 10 Beta) works.


How reproducible:

Every time.

Steps to Reproduce:
1. Insert the boot CD (boot.iso) into the machine.
2. Start the installer.
3. Select 'Skip' in the 'Disc Found' page.
  
Actual results:

The installer stalls.


Expected results:

The installation process proceeds.


Additional info:

I tried:

 - both of text mode and graphical mode on x86 PC.
 - text mode on PLAYSTATION 3 (ppc)

The tty5 says:

Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/stage2
Running... /bin/mount -n -t iso9660 -o ro,loop=/dev/loop0 /mnt/stage2/images/install.img /mnt/runtime

then the installer stalls.

When using previous version, tty5 says:

Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/stage2
Running... /bin/mount -n -t iso9660 -o ro,loop=/dev/loop0 /mnt/stage2/images/install.img /mnt/runtime
Running... /bin/mount -n -t ext3 -o ro,loop=/dev/loop0 /mnt/stage2/images/install.img /mnt/runtime
Running... /bin/mount -n -t squasfs -o ro,loop=/dev/loop0 /mnt/stage2/images/install.img /mnt/runtime

Comment 1 Chris Lumens 2008-10-03 15:05:30 UTC

*** This bug has been marked as a duplicate of bug 465250 ***


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