On Thu, May 4, 2023 at 11:39 PM Igor Korot <ikoro...@gmail.com> wrote: > > I successfully installed Debian Buster on the VM. > Then I put in the Gues Additions CD in, open the Terminal, became root and > tried to do > > [code] > ./VBox > [/code] > > and then I pressed TAB, but nothing happened. > > What is going on?
You probably need to `bash ./VBox<tab>`. I'm guessing something is missing an execute bit. But take a look at https://wiki.debian.org/VirtualBox before you go further. It may be easier to let Debian provide guest additions. Otherwise, you will have to [re]build with every kernel update. Jeff