Bringing the local login back

intellq

Member
Sep 8, 2021
17
2
8
46
In my Proxmox installation, I successfully activated GPU Pci Express Passthrough.

But now I need to login locally, so I had to revert all the passthrough settings, otherwise when I plug the hdmi cable I'll enter the guest OS, not proxmox.

- /etc/default/grub: changed back to only "quiet" -> GRUB_CMDLINE_LINUX_DEFAULT="quiet"
- /etc/modules: commented out all the modules for passthrough (vfio / vfio_iommu_type1 / vfio_pci / vfio_virqfd)
- /etc/modprobe.d - deleted vfio.conf
- Then update-grub / update-initramfs -u -k all

Even so, my ability to login is not back, like you can see in the photo.

Remotelly, everything works. But I need to login locally again, via keyboard.

Any ideas?
 

Attachments

  • IMG_20210909_073043.jpg
    IMG_20210909_073043.jpg
    768.4 KB · Views: 20
Last edited:
Try edit your /etc/default/grub

Code:
GRUB_CMDLINE_LINUX_DEFAULT="text"

Then
Code:
update-grub

Otherwhise, on your terminal, push "ALT + F1"
 
Last edited:
ALT+F1 (or F2, F3,... F12) did nothing.

Changing grub to text, only display a bunch of init texts.

Still no login prompt :(
 
You did mention you login using a HDMI cable.
But now I need to login locally, so I had to revert all the passthrough settings, otherwise when I plug the hdmi cable I'll enter the guest OS, not proxmox.


I will make a wild assumption that you are trying to login in the Proxmox host, did passthrough your USB keyboard, and you have the VM starting on boot.

If all assumptions are correct, did you revert the USB passthrough from the keyboard?
 
I'm trying to login in my Proxmox Host, locally. I'm plugging in the machine a monitor via HDMI cable, and a keyboard. Never did a USB passthrough, so no need to revert it.

When the machine finish the load, I don't have any prompt. See the screenshot (grub configured as "text")

I'm just trying to revert this and get the prompt back.
 

Attachments

  • IMG_20210909_185134.jpg
    IMG_20210909_185134.jpg
    371.6 KB · Views: 13
This is the screen I want back, to be able to log in:
 

Attachments

  • 2012-10-12_01-16-42.png
    2012-10-12_01-16-42.png
    9.8 KB · Views: 21
Last edited: