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

Issue with Keyboard and Mouse Not Working after Kernel Update #346

Open
med1coo opened this issue May 3, 2024 · 1 comment
Open

Issue with Keyboard and Mouse Not Working after Kernel Update #346

med1coo opened this issue May 3, 2024 · 1 comment

Comments

@med1coo
Copy link

med1coo commented May 3, 2024

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?

@med1coo
Copy link
Author

med1coo commented May 13, 2024

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.

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

1 participant