Bug 2167086 - Error when installing dualboot Silver on Workstation
Summary: Error when installing dualboot Silver on Workstation
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 37
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-02-04 15:04 UTC by Jiri Konecny
Modified: 2024-11-23 08:12 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-01-12 22:40:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
syslog (989.28 KB, text/plain)
2023-02-04 15:05 UTC, Jiri Konecny
no flags Details
program.log (3.98 KB, text/plain)
2023-02-04 15:06 UTC, Jiri Konecny
no flags Details
storage.log (343.68 KB, text/plain)
2023-02-04 15:06 UTC, Jiri Konecny
no flags Details

Description Jiri Konecny 2023-02-04 15:04:35 UTC
Description of problem:
When installing SilverBlue on EFI system over Workstation this error is raised:

13:47:46,407 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-DeployOSTreeTask-1 (140657455662784)
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception:
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:Traceback (most recent call last):
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 455, in _method_callback
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    result = self._handle_call(
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:             ^^^^^^^^^^^^^^^^^^
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 265, in _handle_call
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    return handler(*parameters, **additional_args)
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    self.implementation.finish()
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    threadMgr.raise_if_error(self._thread_name)
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    raise exc_info[1]
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    threading.Thread.run(self)
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/threading.py", line 975, in run
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    self._target(*self._args, **self._kwargs)
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    self._task_run_callback()
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    self._set_result(self.run())
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:                     ^^^^^^^^^^
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/installation.py", line 516, in run
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    safe_exec_with_redirect(
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/installation.py", line 52, in safe_exec_with_redirect
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:    raise PayloadInstallationError(
13:47:47,130 WARNING org.fedoraproject.Anaconda.Modules.Payloads:pyanaconda.modules.common.errors.installation.PayloadInstallationError: The command 'ostree admin --sysroot=/mnt/sysimage deploy --os=fedora fedora:fedora/37/x86_64/silverblue' exited with the code 1.

With this info before:

13:47:40,090 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.modules.common.task.task:Deploy OSTree
13:47:40,820 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:Running... ostree admin --sysroot=/mnt/sysimage os-init fedora
13:47:40,862 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:ostree/deploy/fedora initialized as OSTree root
13:47:40,862 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:program:Return code: 0
13:47:40,862 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.modules.payloads.payload.rpm_ostree.installation:ostree admin deploy starting
13:47:40,862 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:Running... ostree admin --sysroot=/mnt/sysimage deploy --os=fedora fedora:fedora/37/x86_64/silverblue
13:47:45,835 NOTICE ostree:Relabeling /var (no stamp file 'var/.ostree-selabeled' found)
13:47:46,363 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:The --rebuild-if-modules-changed option is deprecated. Use --refresh instead.
13:47:46,364 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:Relabeling /var (no stamp file 'var/.ostree-selabeled' found)
13:47:46,364 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:error: Bootloader write config: grub2-mkconfig: Child process exited with code 1
13:47:46,364 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:program:Return code: 1


Version-Release number of selected component (if applicable):
37.12.6-1.fc37

How reproducible:
Always

Steps to Reproduce:
1. Install Fedora Workstation on one disk with autopartitioning
2. After installation reboot with a DVD of Fedora SilverBlue
3. Install Fedora SilverBlue on both disks with autopartitioning

Actual results:
Error is raised

Expected results:
Dualboot should be supported

Additional info:
Already filed in https://github.com/fedora-silverblue/issue-tracker/issues/284

Comment 1 Jiri Konecny 2023-02-04 15:05:05 UTC
Created attachment 1942203 [details]
anaconda.log

Comment 2 Jiri Konecny 2023-02-04 15:05:50 UTC
Created attachment 1942204 [details]
syslog

Comment 3 Jiri Konecny 2023-02-04 15:06:23 UTC
Created attachment 1942205 [details]
program.log

Comment 4 Jiri Konecny 2023-02-04 15:06:58 UTC
Created attachment 1942206 [details]
storage.log

Comment 5 Jiri Konecny 2023-02-04 15:09:35 UTC
Hi Colin, could you please look on this issue and tell us why this is happening? I wonder because the issue is raised by the ostree call

ostree admin --sysroot=/mnt/sysimage deploy --os=fedora fedora:fedora/37/x86_64/silverblue

Should we do some special logic before calling the ostree deploy to correctly work with the dualboot? Is that even supported by ostree right now?

Comment 6 Aoife Moloney 2023-11-23 01:11:29 UTC
This message is a reminder that Fedora Linux 37 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 37 on 2023-12-05.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '37'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 37 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 7 Aoife Moloney 2024-01-12 22:40:16 UTC
Fedora Linux 37 entered end-of-life (EOL) status on 2023-12-05.

Fedora Linux 37 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 8 Red Hat Bugzilla 2024-05-12 04:25:05 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


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