I have a problem and I hope someone can help me. I installed Debian 11 with a UEIFI installation. During the installation I had to provide the firmware for a Realtek network card. After I booted into the system everything worked fine. I rebooted and the system got stucked. I searched for this problem and found that I had to edit the file
/etc/defaults
And add nomodeset to the boot options.
Then, apt-upgrade grub.
The problem comes here. Now the reboot doesn't get stuck but I have no internet. This computer uses Ethernet connection. I checked that everything was ok on the /etc/network/interfaces file. If I revert changes I still have no internet and can't boot into the system.
I suspect that somehow the grub update removed the Realtek firmware. I also found that /sbin stoped being on path for root after the update.
Does someone know how to fix this? I can't use most of the solutions I found online because I don't have access to internet.
Thanks.
/sbin
not being on path for root when usingsu
happened back in Debian 10 as it transitioned from oldsu
from the ancientshadow
package to the newersu
implementation ofutil-linux
. – telcoM Sep 07 '22 at 06:21