|
Bugzilla – Full Text Bug Listing |
| Summary: | Unable to install initrd creation consistently fails. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Ray Sutton <blackhole999> |
| Component: | Bootloader | Assignee: | Milan VanĨura <mvancura> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | forgotten_aFJloKvMbR, forgotten_gRveQ1K55E |
| Version: | Milestone 7 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ray Sutton
2009-09-19 20:02:55 UTC
Have a look here: Bug 505670 At work so I'll try the LVM resolution there tonight or at the weekend, however on first glance I'm not sure it the same problem, as far as I can tell tracing the startup the LVM2 configuration & udev occur before the md setup. In my case I have LVM2 on top of raid1 the problem would appear to be that the device /dev/md1 is not available during LVM2 setup and the PV/VG/LV for root is therefore not visible. I'll update once I've had a chance to try the 505670 resolution I find that lvm2-2.02.45-9.1.x86_64 contains buggy script (lib/mkinitrd/scripts/setup-lvm2.sh) that copies /etc/sysconfig/vlm to file named $tmp_mnt/etc/sysconfig. It does not create directory first. After I added "mkdir $tmp_mnt/etc/sysconfig" before line 40: "cp -a /etc/sysconfig/lvm $tmp_mnt/etc/sysconfig" Theres lot of mkinitrd related bugs in tracker . Hope this is root cause for at least some of them. As following (setup-clock.sh setup-dm.sh ) mkinitrd/scripts are refering to $tmp_mnt/etc/sysconfig those problems could be could be related to this. Correction ...After I added "mkdir $tmp_mnt/etc/sysconfig" before line 40: "cp -a /etc/sysconfig/lvm $tmp_mnt/etc/sysconfig" I could create initrd and boot. let's put it all in one *** This bug has been marked as a duplicate of bug 525237 *** |