You are not logged in.

#1 2025-07-03 08:57:56

munmun06
Member
Registered: 2025-06-29
Posts: 5

[SOLVED] Dual boot ERROR unable to enumerate USB device.

I dual boot with window 10 and linux mint on my lenovo ideapad330. i try installing arch on it but i got this message and got sent to rootfs when I try booting from a live usb.
I have turn off secure boot and fast boot on window already.

[    0.097736] AMD-Vi: [Firmware Bug]: : IOAPIC[4] not in IVRS table
[    0.097741] AMD-Vi: [Firmware Bug]: : IOAPIC[5] not in IVRS table
[    0.097743] AMD-Vi: [Firmware Bug]: : No southbridge IOAPIC found
[    0.097746] AMD-Vi: Disabling interrupt remapping
[    0.571517] tpm_crb MSFT0101:00: error -EBUSY: can't request region for resource [mem 0xbf7a2000-0xbf7a5fff]
[    0.571550] tpm_crb MSFT0101:00: probe with driver tpm-crb failed with error -16
:: running early hook [udev]
Starting systemd-udevd version 257.7-1-arch
:: running early hook [archiso_pxe_nhd]
:: running hook [udev]
:: Triggering uevents...
[     6.322539] usb 1-3: device descriptor read/64, error -110
[    22.193581] usb 1-3: device descriptor read/64, error -110
[    22.521564] usb 1-3: device descriptor read/64, error -71
[    22.737613] usb 1-3: device descriptor read/64, error -71
[    23.633515] usb 1-3: device not accepting address 4, error -71
[    24.161585] usb 1-3: device not accepting address 5, error -71
[    24.162062] usb usb1-port3: unable to enumerate USB device
:: running hook [memdisk]
:: running hook [archiso]
:: running hook [archiso_loop_mnt]
:: running hook [archiso_pxe_common]
:: running hook [archiso_pxe_nbd]
:: running hook [archiso_pxe_http]
:: running hook [archiso_pxe_nfs]
Waiting 10 seconds for device /dev/disk/by-uuid/2025-07-01-17-34-06-00 ...
:: Searching for '/boot/2025-07-01-17-34-06-00.uuid' in '/dev/sr0'
:: Searching for '/boot/2025-07-01-17-34-06-00.uuid' in '/dev/sda1'
:: Searching for '/boot/2025-07-01-17-34-06-00.uuid' in '/dev/sda2'
:: Searching for '/boot/2025-07-01-17-34-06-00.uuid' in '/dev/sda3'
[    35.090822] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[    35.091171] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[    35.091453] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[    35.091936] FAT-fs (sda3): bogus number of reserved sectors
Searching for '/boot/2025-07-01-17-34-06-00' in '/dev/sda4'
Searching for '/boot/2025-07-01-17-34-06-00' in '/dev/sda5'
ERROR: device '2025-07-01-17-34-06-00' not found 
sh: Can't access tty: job control turn off
[rootfs ~]#

Last edited by munmun06 (2025-07-04 01:14:31)

Offline

#2 2025-07-03 10:36:25

unixman
Member
Registered: 2015-03-12
Posts: 115

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

it seems you have CD/DVD drivers.(/dev/sr0)
give up about udev.Not so much important. Continue from there manually:

mount /dev/archiso /root
exec switch_root /root /usr/lib/systemd/systemd

nb:above "archiso" is meant to be placeholder.
Determine actual path of iso then replace there.

Last edited by unixman (2025-07-03 10:38:01)

Offline

#3 2025-07-03 11:13:45

munmun06
Member
Registered: 2025-06-29
Posts: 5

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

How do i determine the actual path of iso.

i try doing lsblk

it seem like it doesn't detect my usb. even though it can boot into rootfs.

Offline

#4 2025-07-03 12:59:47

unixman
Member
Registered: 2015-03-12
Posts: 115

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

eject usb from hub wait one second then plug it again.
relax! its not fatal since you are already run on ram.
Then see the differences of below cmds before/after unplug/plug.

ls /sys/class/block /sys/bus/usb/devices
dmesg | grep -i usb
dmesg | grep sd

Offline

#5 2025-07-03 13:17:59

cryptearth
Member
Registered: 2024-02-03
Posts: 1,548

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

can you please provide the specific model number? ideapad330 is an entire series
sanity check: as you have a running os available: can windows or mint see/access the drive?

Offline

#6 2025-07-03 14:00:12

munmun06
Member
Registered: 2025-06-29
Posts: 5

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

ok unplugging and plugging works. but /usr/lib/systemd/systemd doesn't exist

/usr/lib/systemd/ only have libsystemd-shared-257.7-1.so and systemd-udevd

Offline

#7 2025-07-03 14:08:44

munmun06
Member
Registered: 2025-06-29
Posts: 5

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

cryptearth wrote:

can you please provide the specific model number? ideapad330 is an entire series
sanity check: as you have a running os available: can windows or mint see/access the drive?

its Lenovo ideapad 330-15ARR

and yes both window and linux mint can see the usb device.

Offline

#8 2025-07-03 17:00:15

seth
Member
Registered: 2012-09-03
Posts: 65,810

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

ok unplugging and plugging works. but /usr/lib/systemd/systemd doesn't exist

Do you get any other error about decompressing the filesystem etc et pp.?
How did you generate the install iso usb?
dd? ventoy?

Is this maybe the netboot image?

Online

#9 2025-07-03 18:15:06

unixman
Member
Registered: 2015-03-12
Posts: 115

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

munmun06 wrote:

/usr/lib/systemd/systemd doesn't exist

not exist in 'rootfs' but should be exists after you mount archiso.
but i am not exacly know iso's structure/architech.

are you able to mount archiso, see its contents(tradional linux fs hierarcy)?
if so then you are able to launch and install arch from there.

nb:iso contains partitions you should mount 'big' one.

Offline

#10 2025-07-03 18:30:31

cryptearth
Member
Registered: 2024-02-03
Posts: 1,548

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

wow ... fuck dell - even with specific model number there're still several different configurations - but overall: low to mid ryzen 2000 series cpu with something of 4gb or more of ram
how much ram has the machine and how much have you allocated to the gpu?
maybe could be the system just runs out of memory or does other funny stuff

Offline

#11 2025-07-04 01:05:07

munmun06
Member
Registered: 2025-06-29
Posts: 5

Re: [SOLVED] Dual boot ERROR unable to enumerate USB device.

I thought since im already running roots from RAM. that mean removing the USB is fine.

so I tried removing the USB before it search for it. and that worked. now im root@archiso

Offline

Board footer

Powered by FluxBB