Bug 824835
| Summary: | kernel pair boot don't accept repo= | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> | ||||||||
| Component: | lorax | Assignee: | Martin Gracik <mgracik> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 17 | CC: | anaconda-maint-list, bcl, dmach, mgracik, wwoods | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-05-29 11:17:26 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Kamil Páral
2012-05-24 12:04:47 UTC
This is how I do all my testing, so I'm almost 100% positive it works. Are you sure the boot arguments actually make it into the system? Can you show me the contents of /proc/cmdline so I know what arguments you're passing? I run lorax like this: $ lorax -p Fedora -v 123 -r abc -s http://dl.fedoraproject.org/pub/fedora/linux/development/17/i386/os/ out 2>&1 | tee lorax.log This is a part of the lorax log: preparing to build output tree and boot images rebuilding initramfs images rebuilding boot/initramfs-3.3.4-5.fc17.i686.PAE.img E: Dracut module "anaconda" cannot be found. E: Dracut module "nfs" cannot be found. E: Dracut module "nfs" cannot be found. E: Dracut module "anaconda" cannot be found. E: Dracut module "nfs" cannot be found. E: Dracut module "nfs" cannot be found. rebuilding boot/initramfs-3.3.4-5.fc17.i686.img E: Dracut module "anaconda" cannot be found. E: Dracut module "nfs" cannot be found. E: Dracut module "nfs" cannot be found. E: Dracut module "anaconda" cannot be found. E: Dracut module "nfs" cannot be found. E: Dracut module "nfs" cannot be found. populating output tree and building boot images lorax-17.23-1.fc17.i686 Created attachment 587209 [details]
full lorax log
Created attachment 587210 [details]
vm-setup.png
Created attachment 587211 [details]
vm-dracut.png
Selinux needs to be disabled or in Permissive mode when doing the compose. Martin added a check to lorax that should warn you if you have enforcing mode enabled. |