Bug 274201 (fc8-cciss)
Summary: | Switchroot in initrd for cciss fails by nash changes in mkinitrd | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> | ||||
Component: | mkinitrd | Assignee: | Peter Jones <pjones> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-10-24 16:28:24 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 235703 | ||||||
Attachments: |
|
Description
Robert Scheck
2007-09-02 00:31:07 UTC
Created attachment 184701 [details]
Screenshot via remote management chip
mkinitrd-6.0.9-5 is working for me, latest in Rawhide (6.0.14-1) isn't. After diffing the the two created initrds, the main difference IMHO is: --- init.6.0.9-5 2007-09-01 16:22:15.000000000 +0200 +++ init.6.0.14-1 2007-09-01 16:21:49.000000000 +0200 @@ -64,7 +64,7 @@ mkblkdevs resume /dev/cciss/c0d0p3 echo Creating root device. -mkrootdev -t ext3 -o defaults,ro cciss!c0d0p2 +mkrootdev -t ext3 -o defaults,ro LABEL=/ echo Mounting root filesystem. mount /sysroot echo Setting up other filesystems. IMHO it looks like the resolving from LABEL=/ to cciss!c0d0p2 is broken once more. It also could be another problem with having the exclamation mark within the device name. Figguring out and solving until Fedora 8 is up to you ;-) You don't happen to have a cciss box running something recent that I could ssh into and test with, do you? Reboots shouldn't be necessary, but I will need root access. Should work in 6.0.16-1 . |