Bug 1089021
| Summary: | Live USB unable to load from x10ssl-f motherboard | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Todd <ToddAndMargo> | ||||
| Component: | livecd-tools | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, katzj, ToddAndMargo | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-03 00:19:59 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
Todd
2014-04-17 17:07:40 UTC
What does blkid show? It should have the UUID matching the 'root=live:UUID=2966-4464' entry. Also, you shouldn't need to pass --label, that will be set to LIVE by default. And does it work without overlay? eg. re-init the stick with: livecd-iso-to-disk --format --reset-mbr /home/Fedora-Live-Xfce-x86_64-20-1.iso /dev/blah Hi Brian, Will "--format --reset-mbr" ruin anything on my stick? I have it pretty cherried out the way I want. I will start over if necessary to troubleshoot. I will wait for you word before proceeding. (I need the stick for my afternoon appointment.) Booted from KVM (inside the virtual machine): $ blkid /dev/vda1: LABEL="XFCE-LIVE" UUID="2966-4464" TYPE="vfat" PARTUUID="fddba570-01" /dev/vda2: UUID="4731df5a-e3ab-423d-922c-39d78aeaf1a6" TYPE="ext4" PARTUUID="fddba570-02" /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="DM_snapshot_cow" /dev/loop2: TYPE="squashfs" /dev/loop3: LABEL="_Fedora-Live-Xfc" UUID="7d2d4c30-add7-4d1b-ab41-18510678492b" TYPE="ext4" /dev/loop4: TYPE="DM_snapshot_cow" /dev/mapper/live-rw: LABEL="_Fedora-Live-Xfc" UUID="7d2d4c30-add7-4d1b-ab41-18510678492b" TYPE="ext4" /dev/mapper/live-base: LABEL="_Fedora-Live-Xfc" UUID="7d2d4c30-add7-4d1b-ab41-18510678492b" TYPE="ext4" /dev/mapper/live-osimg-min: LABEL="_Fedora-Live-Xfc" UUID="7d2d4c30-add7-4d1b-ab41-18510678492b" TYPE="ext4" From the host system (KVM virtual machine powered off): # blkid | grep -i sdc /dev/sdc1: LABEL="XFCE-LIVE" UUID="2966-4464" TYPE="vfat" /dev/sdc2: UUID="4731df5a-e3ab-423d-922c-39d78aeaf1a6" TYPE="ext4" I will see the two new X10ssl-f system this evening and I can run some more tests on them. -T Yes, --format will wipe it. The UUID looks correct, so I really have no idea why it isn't working. Try adding rd.debug to the cmdline and then attach the journalctl output -- it should be much more verbose about what it is trying to mount. $ rd.debug bash: rd.debug: command not found $ journalctl -xb --rd.debug journalctl: unrecognized option '--rd.debug' Note sure how to use "rd.debug" I will see the computers again probably next Monday or Tuesday Sorry, you add it to the kernel cmdline when you boot. "--format --reset-mbr" corrected the problem. |