Bug 1044128 - using option --iso failes to mount on reboot
Summary: using option --iso failes to mount on reboot
Keywords:
Status: CLOSED DUPLICATE of bug 1024223
Alias: None
Product: Fedora
Classification: Fedora
Component: fedup
Version: 20
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-17 20:55 UTC by L.L.Robinson
Modified: 2014-01-23 20:01 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-23 20:01:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
attached output of journalctl -xb from failed boot (220.19 KB, text/plain)
2013-12-17 20:55 UTC, L.L.Robinson
no flags Details
journalctl -xb from failed boot (subscribed-lists) (238.47 KB, text/plain)
2013-12-17 21:42 UTC, Steven Stern
no flags Details

Description L.L.Robinson 2013-12-17 20:55:09 UTC
Created attachment 837965 [details]
attached output of journalctl -xb from failed boot

Description of problem:

I was trying to upgrade Fedora using the command fedup --iso /path/to/Fedora-20-x86_64-DVD.iso  but it fails after the reboot due to not being able to find the iso and not being able to mount something

Version-Release number of selected component (if applicable):
[root@latidude ~]# yum info fedup
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
Name        : fedup
Arch        : noarch
Version     : 0.7.3
Release     : 4.fc19
Size        : 196 k
Repo        : installed
Summary     : The Fedora Upgrade tool
URL         : https://github.com/wgwoods/fedup
License     : GPLv2+
Description : fedup is the Fedora Upgrade tool.



How reproducible: fails every time I run fedup


Steps to Reproduce:
1. run fedup-cli --iso /var/isos/Fedora-20-x86_64-DVD.iso
2. reboot
3.

Actual results:
Fedora does not perform update

Expected results:
Fedora should update

Additional info:
attached output of journalctl -xb from failed boot

Comment 1 Will Woods 2013-12-17 21:00:54 UTC
mount[697]: mount: /var/isos/Fedora-20-x86_64-DVD.iso: failed to setup loop device: No such file or directory

This is the same as bug 1024223, which is fixed. Are you sure you're using *final* F20 media? You might want to check that. The sha256sums are here:

https://fedoraproject.org/en/static/checksums/Fedora-20-x86_64-CHECKSUM

Comment 2 L.L.Robinson 2013-12-17 21:10:39 UTC
The sha256 for my iso has checked ok against the one you posted.

Comment 3 Will Woods 2013-12-17 21:22:46 UTC
Strange. Try installing fedup-0.8.0 from updates-testing - does using that change anything?

Comment 4 Steven Stern 2013-12-17 21:42:01 UTC
A "me, too" situation.  

I made a DVD and ran

  fedup --device --network 20

Everything went OK until I rebooted and selected the fedup upgrade.
After thrashing around for a while, the system went into emergency mode,
unable to find a file system.

Rebooted and tried again with the same result.

The SHA256sum for the .iso file matched the value on the verify page.

]$ rpm -qa |grep fedup
fedup-0.7.3-4.fc19.noarch

Comment 5 Steven Stern 2013-12-17 21:42:44 UTC
Created attachment 837997 [details]
journalctl -xb from failed boot (subscribed-lists)

Comment 6 L.L.Robinson 2013-12-17 21:43:51 UTC
it has fixed the issue. the machine is now updating.

Comment 7 Steven Stern 2013-12-17 21:44:42 UTC
By the way, this is what was in grub.conf:

title System Upgrade (fedup)
      root (hd0,1)
       kernel /vmlinuz-fedup root=UUID=cb50f2fc-5f16-4a1c-8dc5-2bcc76ab5e80 rd.md=0 rd.lvm=0 rd.dm=0   rd.luks=0 ro  SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 quiet upgrade systemd.unit=system-upgrade.target plymouth.splash=fedup enforcing=0
       initrd /initramfs-fedup.img

Comment 8 L.L.Robinson 2013-12-17 21:45:44 UTC
clearing needinfo

Comment 9 Steven Stern 2013-12-17 22:23:25 UTC
I wiped out the failed fedup (deleted stuff from grub.con and /var/tmp/)
and tried again with fedup from updates-testing. This time, I got errors
after fedup ran:

WARNING: problems were encountered during transaction test:
  broken dependencies
    libreoffice-pdfimport-1:4.1.3.2-12.fc19.x86_64 requires
poppler-0.22.1-5.fc19.x86_64
    libreoffice-core-1:4.1.3.2-12.fc19.x86_64 requires
boost-date-time-1.53.0-14.fc19.x86_64
    ufraw-gimp-0.19.2-10.fc19.x86_64 requires cfitsio-3.340-1.fc19.x86_64
    gnome-shell-extension-xrandr-indicator-3.8.4-1.fc19.noarch requires
gnome-shell-extension-common-3.8.4-1.fc19.noarch
Continue with the upgrade at your own risk.


I think I'm going to put off a fedup to f20 for a while.

Comment 10 Will Woods 2013-12-17 22:30:31 UTC
FYI: "fedup --resetbootloader" will remove the grub.conf entry without deleting everything you've downloaded.


As for the transaction warning - you can still run the upgrade, and everything will very likely be Just Fine, but if you care about being 100% sure that those packages work as expected you might want to wait for the package maintainers to fix the dependency problems.

You could also report those things as bugs against the named packages, if you wanted to hurry things along.

Comment 11 Will Woods 2014-01-23 20:01:00 UTC
So I guess nobody's seeing this problem anymore? In that case...

*** This bug has been marked as a duplicate of bug 1024223 ***


Note You need to log in before you can comment on or make changes to this bug.