Bug 457488
| Summary: | Grubby on F9 in livecd environ truncates kernel/initrd paths | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael DeHaan <mdehaan> |
| Component: | mkinitrd | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | hdegoede, katzj, pjones, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-05 19:11:41 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: | |||
|
Description
Michael DeHaan
2008-07-31 22:19:32 UTC
I'll simplify this. This can be reproduced on a normal F9 system. [root@localhost cobbler]# /sbin/grubby --add-kernel /boot/vmlinuz --initrd /boot/initrd.img --args "ksdevice=eth0 lang= text ks=http://mdehaan/cblr/svc/op/ks/system/loaner syslog=mdehaan:25150 kssendmac " --copy-default --make-default --title=kick1217541082 --bad-image-okay --boot-filesystem=/dev/sda1 --config-file=/boot/grub/grub.conf This will write truncated file paths just like the above into the normal grub file. Should be very easy to repro that way. Any update on this one? grubby is part of mkinitrd, but will take a look at this. I can reproduce it Aha! Figured it out the problem is you should be passing --boot-filesystem=/boot (or /) depending on whether /boot is a separate filesystem or not. Not the device name |