Skip to content

My Asus Sonicmaster is in what I can only describe as the computer equivalent of a coma. #4275

@graingeralex13-eng

Description

@graingeralex13-eng

Which ISO version are you using?

2026-03-01

The installation log

Traceback (most recent call last):
 File "/root/archinstall/archinstall/main.py", line 151, in main
  rc = run()
  ~~~~~~~~^^
 File "/root/archinstall/archinstall/main.py", line 125, in run
  module.main()
  ~~~~~~~~~~~^^
 File "/root/archinstall/archinstall/scripts/guided.py", line 222, in main
  fs_handler.perform_filesystem_operations()
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
 File "/root/archinstall/archinstall/lib/disk/filesystem.py", line 51, in perform_filesystem_operations
  device_handler.unmount_all_existing(mod.device_path)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
 File "/root/archinstall/archinstall/lib/disk/device_handler.py", line 565, in unmount_all_existing
  unmount(partition.path, recursive=True)
  ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/root/archinstall/archinstall/lib/disk/utils", line 184, in unmount
  SysCommand(cmd + [str(path)])
  ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
 File "/root/archinstall/archinstall/lib/command.py", line 243, in __init__
  self.create_session()
  ~~~~~~~~~~~~~~~~~~~^^
 File "/root/archinstall/archinstall/lib/command.py", line 283, in create_session
  with SysCommandWorker(
       ~~~~~~~~~~~~~~~~^
   self.cmd,
  ^^^^^^^^^
  ...<3 lines>...
     working_directory=self.working_directory,
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ) as session:
  ^
 File "/root/archinstall/archinstall/lib/command.py", line 111, in __exit__
  raise SysCallError(
  ...<3 lines>...
  )
archinstall.lib.exceptions.SysCallError: ['/usr/bin/unmount'. '-R', '/'] exited code [32]: unmount: /run/user/1000: target is busy

describe the problem

There was an error after attempting "archinstall"

I was installing on an ASUS Sonicmaster laptop

Then I booted linux and archinstall crashed at some point during the installation ...

Everything in "installation log" was all in red.
Everything in Yellow are as follows:

Archinstall experienced the above error. If you think this is a bug, please report it to
https://github.com/archlinux/archinstall and include the log file "var.log/archinstall/install.log

Hint: To extract the log from the live ISO
curl -F 'file=@/var/log/archinstall/install.log' https://0x0.st

I will post what was in the installation log below. Hope that helps. Sorry I am an amateur at this, but I just want my laptop to get untucked plz. thanx.

Traceback (most recent call last):
File "/root/archinstall/archinstall/main.py", line 151, in main
rc = run()

File "/root/archinstall/archinstall/main.py", line 125, in run
module.main()
~~~~~~~~~~~^^
File "/root/archinstall/archinstall/scripts/guided.py", line 222, in main
fs_handler.perform_filesystem_operations()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/root/archinstall/archinstall/lib/disk/filesystem.py", line 51, in perform_filesystem_operations
device_handler.unmount_all_existing(mod.device_path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/root/archinstall/archinstall/lib/disk/device_handler.py", line 565, in unmount_all_existing
unmount(partition.path, recursive=True)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/archinstall/archinstall/lib/disk/utils", line 184, in unmount
SysCommand(cmd + [str(path)])
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/root/archinstall/archinstall/lib/command.py", line 243, in __init__
self.create_session()
~~~~~~~~~~~~~~~~~~~^^
File "/root/archinstall/archinstall/lib/command.py", line 283, in create_session
with SysCommandWorker(
     ~~~~~~~~~~~~~~~~^
 self.cmd,
^^^^^^^^^
...<3 lines>...
   working_directory=self.working_directory,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
) as session:
^
File "/root/archinstall/archinstall/lib/command.py", line 111, in __exit__
raise SysCallError(
...<3 lines>...
)
archinstall.lib.exceptions.SysCallError: ['/usr/bin/unmount'. '-R', '/'] exited code [32]: unmount: /run/user/1000: target is busy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions