You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the latest kernel update on Ubuntu 22.04.04 LTS from 6.5.0-28 to 6.5.0-32, my keyboard and mouse do not work during the startup process.
Additionally, I receive the following error message:
Error: device name already exists
Press any key to continue
However, if I select the previous kernel, 6.5.0-28, through Advanced Options, my keyboard and mouse work fine, and I can press a key to proceed. I suspect that the latest kernel may either have a different boot process or may not interact well with wubiuefi.
I have attempted to resolve the issue with the device name but am unsure which file is correct. I found a file in /host/ubuntu/winboot/winbuildr.cfg and made the following change:
if search -s -f -n /ubuntu/disks/root.disk; then
if loopback loop0 /ubuntu/disks/root.disk; then
loopback loop1 /ubuntu/disks/root.disk
set root=(loop1)
However, I suspect this is incorrect and the wrong file, with no general impact. How can I address both of these issues?
The text was updated successfully, but these errors were encountered:
The issue with the mouse and keyboard resolved itself since the latest kernel update. I'd just like to know how to make the 'device name already exists' message disappear.
Since the latest kernel update on Ubuntu 22.04.04 LTS from 6.5.0-28 to 6.5.0-32, my keyboard and mouse do not work during the startup process.
Additionally, I receive the following error message:
Error: device name already exists
Press any key to continue
However, if I select the previous kernel, 6.5.0-28, through Advanced Options, my keyboard and mouse work fine, and I can press a key to proceed. I suspect that the latest kernel may either have a different boot process or may not interact well with wubiuefi.
I have attempted to resolve the issue with the device name but am unsure which file is correct. I found a file in /host/ubuntu/winboot/winbuildr.cfg and made the following change:
However, I suspect this is incorrect and the wrong file, with no general impact. How can I address both of these issues?
The text was updated successfully, but these errors were encountered: