Bug 412111
Summary: | Install from Live Image fails with ext2 live images | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Andrews <bugzilla.redhat> | ||||
Component: | anaconda | Assignee: | Jeremy Katz <katzj> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 8 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
URL: | http://code.google.com/p/eeedora | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-02-07 21:45:39 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: | 235706 | ||||||
Attachments: |
|
Description
Martin Andrews
2007-12-05 14:34:58 UTC
Created attachment 278371 [details]
Anaconda Exception thrown
Of course I meant : Expected results: Bootable install Actual results: Grub does not load Sorry. Actually, based on something that someone just filed... can you try manually loading the ext2 module and see if that helps? I think we've got to the bottom of this on the mailing list. The issue is that livecd-creator (and mayflower) has the assumption that the rootfs img should be ext3 (and called ext3fs.img). liveinst block copies the filesystem 8Mb at a time without checking whether the partition fstypes are the same. This can be fixed 2 ways : (a) allow livecd-creator/mayflower to use ext2 images (which is the route I took); and (b) fix liveinst to copy partitions file-by-file if the partition fstypes don't match. Fixed things up in git so that the creation works correctly as well as the installation. Thanks for the fix - I just realized that I didn't explain the reason this was important : The EeePC has a Flash main drive, which has limited write-cycles : and a journaling fs (eg: ext3) would tend to wear the drive out quicker than something like ext2. Thanks again Martin :-) |