Bug 1060272
| Summary: | EFI variable doesn't appear to respect --reset-mbr, leading to error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | abrouwers | ||||
| Component: | livecd-tools | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | abrouwers, adam.stokes, bcl, bruno, dhuff, Jasper.Hartline, katzj | ||||
| 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: | 2014-05-15 15:30:11 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
abrouwers
2014-01-31 15:59:27 UTC
What version are you using? And why is it named livecd.sh and not livecd-iso-to-disk? This works fine for me with livecd-tools-20.1-1.fc20.x86_64 If you are using the latest version and it is still a problem could you attach the output from: bash -x ./livecd.sh --reset-mbr --noverify --format --efi Fedora-20-x86_64-netinst.iso /dev/sdb |& tee livecd.log Output from parted -s /dev/sdb p would also be helpful. Created attachment 895658 [details]
livecd log
Sorry for the delay; here's the parted output. This is on archlinux, btw: [ajb@thinkpad Downloads]$ sudo /usr/bin/parted -s /dev/sdb p Model: General USB Flash Disk (scsi) Disk /dev/sdb: 2004MB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 2002MB 2001MB fat32 boot It looks like arch has a bug in parted. The script runs: /sbin/parted -s /dev/sdb u MB mkpart '"EFI System Partition"' fat32 1 2002 set 1 boot on Which sets the Name and it looks like it wasn't actually written. I'd open a bug with arch. You should be able to reproduce it easily for them with the cmdline above. I figured that since arch's parted didn't do any unique patching, that it would have been distro-agnostic. Sorry for the noise! |