-
Notifications
You must be signed in to change notification settings - Fork 574
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
Archinstall KeyError:17 #2191
Comments
I have the same issue too. Disk config: 2x RAID0 (2 tb for each), 2 NVMe 's( one with windows11, second is the target), a dvd drive and a plug-in slot for a another HDD. |
The Exampleimport parted
for key, value in parted.devices.items():
print(key, value) Output
References[1] https://github.com/dcantrell/pyparted/blob/d5870bb7a5d512c17c92a4e4fe7e9a8e7c8c3528/src/parted/__init__.py#L109-L126 |
Raid devices have historically always been problematic. And has been on the back burner for a while: #671 |
Hi! First a screenshot of my disclayout.
Dual boot environment with Win10 and Ubuntu and intention of installing Arch on sdc.
When running archinstall from bootable medium I get:
root@archiso" # archinstall
Traceback (most recent call last):
File "/usr/bin/archinstall", line 5, in
from archinstall import run_as_a_module
File "/usr/lib/python3.11/site-packages/arch install/init.py", line 8, in
from.lib import disk
File "/usr/lib/python3.11/site-packages/arch
install/lib/disk/init.py", line 1, in
from .device_handler import device_handler, disk_layouts
File "/usr/lib/python3.11/site-packages/arch install/lib/disk/device_handler.py", line 649, in device_handler = DeviceHandler()
File "/usr/lib/python3.11/site-packages/archinstall/lib/disk/device_handler.py", line 39, in init
self.load_devices()
File "/usr/lib/python3.11/site-packages/arch install/lib/disk/device_handler.py", line 71, in load_devices
device_info = _DeviceInfo.from_disk(disk)
File "/usr/lib/python3.11/site-packages/arch install/lib/disk/device_model.py", line 409, in from_disk
device_type = parted.devices[device.type]
KeyError: 17
I have tried the last 3 isoreleases with same result.
The text was updated successfully, but these errors were encountered: