Bug 149191 - init script in initrd fails to intialize LVM volumes, so the system does not start
Summary: init script in initrd fails to intialize LVM volumes, so the system does not ...
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 3
Hardware: x86 SuSE Linux 10.1
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Hannes Reinecke
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 19:46 UTC by Oliver Diedrich
Modified: 2006-02-21 07:52 UTC (History)
0 users

See Also:
Found By: Other
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 Oliver Diedrich 2006-02-08 19:46:19 UTC
Used a LVM volume for /. After fixing installation by copying /boot/* from / LV to the designated boot partition (see bug 148187), the system still does not start: It stops in the init script in initrd, dropping me to a shell. The problem: An erroneous vgchange call in init fails, so no logical volumes are available. Issuing a simple "vgchange -ay" in the shell fixes the problem. After closing the shell, the system boots correctly.
Comment 1 Michael Gross 2006-02-09 14:08:09 UTC
Hannes: Probably the initrd should be changed accordingly?
Comment 2 Hannes Reinecke 2006-02-16 12:45:36 UTC
Can you boot the system with 'linuxrc=trace' and attach the output here?
It looks like it's trying to activate the wrong volume group ...
Comment 3 Hannes Reinecke 2006-02-21 07:51:51 UTC
There has been quite some improvements for Beta4. Please re-test and reopen the but if the problem persists.
Comment 4 Hannes Reinecke 2006-02-21 07:52:19 UTC
And really fix it.