How to install Oracle virtual box guest additions cd in redhat linux

sreekumar459

Commendable
Apr 27, 2016
1
0
1,510
Hi,

I am using Linux mint17.2( 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux). In that i installed Oracle VM VirtualBox manager 5.0.2r102096. In that i installed RHEL5.5 (32-bit). My screen size is not coming as normal for that i am trying to install Oracle VB guest addition CD. So please help me, how to resolve this issue?

Thanks,
Kumar
 
Solution
First insert the guest additions by going to Devices -> Insert Virtualbox Guest Additions (or something like that).

Browse the virtual disk in the terminal, run the following command:

sudo ./VBoxLinuxAdditions.run

Reboot when it's done.

dmroeder

Distinguished
Jan 15, 2005
1,366
23
20,765
First insert the guest additions by going to Devices -> Insert Virtualbox Guest Additions (or something like that).

Browse the virtual disk in the terminal, run the following command:

sudo ./VBoxLinuxAdditions.run

Reboot when it's done.
 
Solution