Bug 326985 - Installation of openSUSE 10.3 PV guest fails
Summary: Installation of openSUSE 10.3 PV guest fails
Status: RESOLVED DUPLICATE of bug 326478
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Installation (show other bugs)
Version: RC 1
Hardware: x86-64 openSUSE 10.3
: P5 - None : Blocker (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 22:36 UTC by Charles Arnold
Modified: 2007-09-21 19:24 UTC (History)
1 user (show)

See Also:
Found By: Component Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Arnold 2007-09-20 22:36:43 UTC
This is installing an openSUSE 10.3 RC1 PV guest on an openSUSE 10.3 RC1 domain0.  The problem did not exist in Beta3plus.

After the initial installation and as the guest is rebooting to begin the second part of the install an error message states, "No kernel was found.  The installation may have failed".  

Debug output from vm-install states:

DEBUG    Mounting a disk:  ['/bin/mount', '-o', 'loop,ro,offset=542868480', '/var/lib/xen/images/opensuse_103_rc1_pv_64/disk0', '/tmp/tmpTiuw6W']
DEBUG    Running: ['/bin/mount', '-o', 'loop,ro,offset=542868480', '/var/lib/xen/images/opensuse_103_rc1_pv_64/disk0', '/tmp/tmpTiuw6W']
DEBUG    Mount failed (mount: wrong fs type, bad option, bad superblock on /dev/loop1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

The problem indicates file corruption which is typically caused by the file system not shutting down cleanly at the end of the install.  This may be because some service is still running when the install tries to unmount the partition.  Then when xen tries to extract the kernel from the image it mounts the filesystem read only which prevents the journal from replaying and causes this error.
Comment 1 Stephan Kulow 2007-09-21 05:03:39 UTC

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