|
Bugzilla – Full Text Bug Listing |
| Summary: | lvm2-2.02.45-9.1.x86_64 breaks creation of initrd by mkinitrd leaving system unbootable | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Forgotten User aFJloKvMbR <forgotten_aFJloKvMbR> |
| Component: | Basesystem | Assignee: | Xin Wei Hu <xwhu> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P2 - High | CC: | coolo, jplack, rodolfo_mv |
| Version: | Factory | Flags: | jplack:
SHIP_STOPPER+
|
| Target Milestone: | RC 1 | ||
| Hardware: | 64bit | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | create sysconfig directory prior to usage in initrd | ||
|
Description
Forgotten User aFJloKvMbR
2009-10-05 15:25:17 UTC
Created attachment 321240 [details]
create sysconfig directory prior to usage in initrd
This is most likely a duplicate of #525237 which happened in milestone 4! Find patch that fixes the problem attached (as shown above) This need to be fixed before RC1 (In reply to comment #2) > This is most likely a duplicate of #525237 > which happened in milestone 4! I dont't think it's related to that bug. I've got this problem as well with root on a luks encrypted partition, no raid. I solved it just as the reporter did. setup-clock.sh and setup-dm.sh do a mkdir -p before writing the config. The lvm script does not and when it cats its config to $tmp_mnt/etc/sysconfig, if it hasn't already been created as a directory by an early script, sysconfig gets created as a file. This makes later script fail and the ramdisk is not created, making the system unbootable. It's still the same bug I think *** This bug has been marked as a duplicate of bug 525237 *** |