Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 569373
Summary: | live installer may report "Not a Live image" | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Tyler <stephent98> | ||||||||||||||||||
Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||||||||||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||||||||
Priority: | low | ||||||||||||||||||||
Version: | 13 | CC: | jlaska, jonathan, vanmeeuwen+fedora | ||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||
OS: | Linux | ||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||
Fixed In Version: | anaconda-13.36-1 | Doc Type: | Bug Fix | ||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||
Last Closed: | 2010-03-04 17:05:16 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: | 507681 | ||||||||||||||||||||
Attachments: |
|
Description
Steve Tyler
2010-03-01 13:29:59 UTC
Created attachment 397063 [details]
anaconda.log
Created attachment 397064 [details]
program.log
Created attachment 397065 [details]
storage.log
Created attachment 397069 [details]
messages.1.log
Created attachment 397070 [details]
dmesg.1.log
Created attachment 397074 [details]
screenshot showing disk selector dialog and Exit installer
Reproduced it ...
Boot from USB stick with live ISO image installed on it.
Double-click the "install to hard drive" icon.
Proceed to the disk selection dialog.
Don't check any boxes.
Click "Close Window" icon.
(screenshot here)
Click "Exit installer".
Double-click the "install to hard drive icon".
Error message appears.
What does: ls -l /dev/live* /dev/mapper/live* show? Created attachment 397209 [details]
screenshot showing output of "ls -l /dev/live* /dev/mapper/live*" before and after reproducing the bug
(In reply to comment #8) > Created an attachment (id=397209) [details] > screenshot showing output of "ls -l /dev/live* /dev/mapper/live*" Black-and-white version ... :-) [liveuser@localhost ~]$ ls -L /dev/live* /dev/mapper/live* ls: cannot access /dev/mapper/live-osimg-min: No such file or directory ls: cannot access /dev/mapper/live-rw: No such file or directory /dev/live Yeah that's the problem. I wonder what's happening with your ../dm-* symlinks. (In reply to comment #10) > Yeah that's the problem. I wonder what's happening with your ../dm-* symlinks. Can you reproduce it? No objections to resolving this for Fedora 13. I'm adding F13Blocker so this is on the radar. The impact, as I understand it, is that repeated attempts to run liveinst from a live image may fail as some cleanup/setup work was not properly handled by liveinst or anaconda. Here's the fix for this: http://git.fedoraproject.org/git/anaconda.git?p=anaconda.git;a=commitdiff;h=7a57848512333239672abe104bb3942821daddc0 It ends up it would only be triggered by exiting on the filter screen. Thanks, Brian. James: A work-around is to restart the live image. anaconda-13.36-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/anaconda-13.36-1.fc13 |