Problem with guest additions in Red Hat 3
Posted: 9. Jun 2009, 20:01
Hello,
I'm running Ubuntu 9.04 native here, and I have an old program I need to install. The installer only works with older versions of Linux, so I created a Red Hat 3 virtual machine using Virtual box 2.2.4. Now the installer is in a directory on the host system, I'd like to open a shared folder between the Red Hat guest and Ubuntu. When I try to mount it using mount -t vboxsf blabla, I get the following error :
So I suppose I have to install the guest additions on the guest. When I attempt to run VboxLinuxAdditions-x86.run, however, I get the following error :
The guest is fully up-to-date, and I have tried adding -x11 to the command and this only eliminates the warning about OpenGL.
On VirtualBox's guest oses page, I see that Red Hat 3 is supported "With Additions", so I must be doing something wrong. Can someone help me with this problem? Thanks.
I'm running Ubuntu 9.04 native here, and I have an old program I need to install. The installer only works with older versions of Linux, so I created a Red Hat 3 virtual machine using Virtual box 2.2.4. Now the installer is in a directory on the host system, I'd like to open a shared folder between the Red Hat guest and Ubuntu. When I try to mount it using mount -t vboxsf blabla, I get the following error :
Code: Select all
mount: fs type vboxsf not supported by kernelCode: Select all
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.4.21-58.EL
This system does not seem to have support for OpenGL direct rendering.
VirtualBox requires Linux 2.6.27 or later for this. Please see the log
file /var/log/vboxadd-install.log if your guest uses Linux 2.6.27 and you still
see this message.
Problems were found which would prevent the Guest Additions from isntalling.
Please correct these problems and try again.On VirtualBox's guest oses page, I see that Red Hat 3 is supported "With Additions", so I must be doing something wrong. Can someone help me with this problem? Thanks.