|
Bugzilla – Full Text Bug Listing |
| Summary: | [md RAID1] mkinitrd fails to create initrd | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Felix Miata <mrmazda> |
| Component: | Basesystem | Assignee: | Michal Marek <mmarek> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P3 - Medium | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
/var/log/updateTestcase-2010-03-05-21-54-13 files
content of /var/log/YaST2 |
||
|
Description
Felix Miata
2010-03-06 03:49:35 UTC
Created attachment 362457 [details]
content of /var/log/YaST2
Logs captured from 11.0 boot without first booting the fresh 11.3M6 installation.
I installed M6 to a manually "cleaned" / target /dev/md3. "Cleaning" involved removing most files/dirs with mc, leaving behind mainly /boot, portions of /root, /lib/modules, and a skeleton /etc containing backup versions of selected files.
Popup window message during M6 installation:
An error occurred during initrd creation.
kernel image: /boot/vmlinuz-2.6.33-5-default
initrd image: /boot/initrd-2.6.33-5-default
root device: ext3-root (/dev/block/9:3)(mounted on / as ext3)
device block!9:3 not found in sysfs
ls -l on /dev/md3 target /boot shows fresh initrd symlink to a non-existent initrd.
After booting M6 to kernel 2.6.33-rc7 from M2, I tried 'mkinitrd -k vmlinuz-2.6.34-rc5-6-default -i initrd-2.6.34-rc5-6-default', but again got device root not found in sysfs.
I did a fresh RC1 install on same system, and its kernel-default initrd worked as expected. After zypper ref I did zypper in kernel-desktop. That works as expected also. Looks like this got fixed. Ah, yes, this got fixed with http://gitorious.org/opensuse/mkinitrd/commit/a922061ec3a41866662a6aeec5b063204c5cb4d6. Thanks for testing! |