Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvm luks error #2924

Open
Goosegit11 opened this issue Nov 23, 2024 · 5 comments
Open

lvm luks error #2924

Goosegit11 opened this issue Nov 23, 2024 · 5 comments

Comments

@Goosegit11
Copy link

Goosegit11 commented Nov 23, 2024

Which ISO version are you using?

2024-11-01 (latest)

The installation log

https://0x0.st/X51v.log

i want to install LVM on LUKS setup with ext4

@Torxed
Copy link
Member

Torxed commented Nov 23, 2024

New version available: archinstall 2.8.6-1 -> 3.0.1-1

Could you try pacman -Sy archinstall and see if that solves the issue?

@Goosegit11
Copy link
Author

Goosegit11 commented Nov 23, 2024

no. with new archinstall, it just stucks there.

@Goosegit11
Copy link
Author

Setting up LVM config...





^CTraceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/device_handler.py", line 395, in _lvm_info_with_retry
    return self._lvm_info(cmd, info_type)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/device_handler.py", line 367, in _lvm_info
    raise ValueError('Report does not contain any entry')
ValueError: Report does not contain any entry

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/archinstall", line 8, in <module>
    sys.exit(run_as_a_module())
             ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/archinstall/__init__.py", line 337, in run_as_a_module
    main()
  File "/usr/lib/python3.12/site-packages/archinstall/__init__.py", line 330, in main
    importlib.import_module(mod_name)
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.12/site-packages/archinstall/scripts/guided.py", line 186, in <module>
    guided()
  File "/usr/lib/python3.12/site-packages/archinstall/scripts/guided.py", line 182, in guided
    fs_handler.perform_filesystem_operations()
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/filesystem.py", line 81, in perform_filesystem_operations
    self.perform_lvm_operations()
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/filesystem.py", line 152, in perform_lvm_operations
    self._setup_lvm_encrypted(
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/filesystem.py", line 164, in _setup_lvm_encrypted
    self._setup_lvm(lvm_config, enc_mods)
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/filesystem.py", line 228, in _setup_lvm
    lv_info = device_handler.lvm_vol_info(lv.name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/device_handler.py", line 406, in lvm_vol_info
    return self._lvm_info_with_retry(cmd, 'lv')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/archinstall/lib/disk/device_handler.py", line 397, in _lvm_info_with_retry
    time.sleep(3)
KeyboardInterrupt

@NderCh
Copy link

NderCh commented Nov 25, 2024

Que tal amigo , pregunto si arreglaste el error que te genera, yo también tengo el mismo error al tratar de instalar en mi portátil y ahora me da en la maquina virtual VirtualBox que tengo instalado en Windows, si encontraste la solución me informas por favor , que tengas un lindo día
mi error

@svartkanin
Copy link
Collaborator

As part of #2687 there was a infinite wait implemented that is expecting for the volumes to be ready eventually.

After it gets stuck for a while (maybe 5min) could you terminate it and then run

lvs --reportformat json --unit B

and post the output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants