I am using Virtualbox to try out a number of Linux Distros. All of the major distros I have installed worked perfectly as guest systems. VL installs fine and I love the speed of it but I cannot install the guest additions to make it work a little smoother. In a terminal I change to root privileges and run the ./VBoxLinuxAdditions-x86.run command however, I keep getting an error message that says:
bash: ./VBoxLinuxAdditions-x86.run: /bin/sh: bad interpreter: Permission denied
I am using Virtualbox 2.0.6 on an XP box and Vector Linux 5.9 Standard Gold.
Since I have successfully set up numerous other Linux Distros, it isn't the virtualbox configuration. So, if anyone has setup VL as a guest system and successfully installed the guest additions I would appreciate knowing how it was done.
Thx
How to install guest additions for Vector Linux Guest system
-
crash1277
- Posts: 1
- Joined: 22. Oct 2010, 14:06
- Primary OS: openSUSE
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: CentOS 5.5
Re: How to install guest additions for Vector Linux Guest system
Thanks,
I had the same problem, on with my CentOS 5.5 installation (guest).
Your advice solved my problem
Thank you
I had the same problem, on with my CentOS 5.5 installation (guest).
Your advice solved my problem
Thank you
-
francois.e
- Posts: 22
- Joined: 26. Oct 2008, 18:31
- Primary OS: MS Windows XP
- VBox Version: OSE other
- Guest OSses: debian
Re: How to install guest additions for Vector Linux Guest system
Just installed vector linux from live cd as a guest in slax as an host. It boots fine. However, although the guest additon iso has been selected, I am unable to locate the guest additions from within vector linux.
Any suggestion is appreciated.
Any suggestion is appreciated.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: How to install guest additions for Vector Linux Guest system
Did you actually mount the cdrom in the guest OS?
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
francois.e
- Posts: 22
- Joined: 26. Oct 2008, 18:31
- Primary OS: MS Windows XP
- VBox Version: OSE other
- Guest OSses: debian
Re: How to install guest additions for Vector Linux Guest system
I was not able to do so until now.
Its seems that I am not used to find and mount cdrom. Usually it gets mounted automatically. I don't know why, I was looking for a folder. Here is what I have done.
root:# cd-info
cd-info version 0.79 i486-slackware-linux-gnu
Copyright (c) 2003, 2004, 2005, 2007 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
CD location : /dev/cdrom
CD driver name: GNU/Linux
access mode: ioctl
...
System : Win32
Volume : VBOXADDITIONS_3.2.10_66896
Volume Set :
vector://home/vl
root:# root:# mkdir /mnt/cdrom0
vector://home/vl
root:# mount /dev/cdrom0 /mnt/cdrom0
mount: block device /dev/hdc is write-protected, mounting read-only
Then once in the /mnt/cdrom0 folder, I was able to install guest additions using:
root:# sh /mnt/cdrom/VBoxLinuxAdditions.run
Its seems that I am not used to find and mount cdrom. Usually it gets mounted automatically. I don't know why, I was looking for a folder. Here is what I have done.
root:# cd-info
cd-info version 0.79 i486-slackware-linux-gnu
Copyright (c) 2003, 2004, 2005, 2007 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
CD location : /dev/cdrom
CD driver name: GNU/Linux
access mode: ioctl
...
System : Win32
Volume : VBOXADDITIONS_3.2.10_66896
Volume Set :
vector://home/vl
root:# root:# mkdir /mnt/cdrom0
vector://home/vl
root:# mount /dev/cdrom0 /mnt/cdrom0
mount: block device /dev/hdc is write-protected, mounting read-only
Then once in the /mnt/cdrom0 folder, I was able to install guest additions using:
root:# sh /mnt/cdrom/VBoxLinuxAdditions.run
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: How to install guest additions for Vector Linux Guest system
Ah, the default Linux newbee error, expecting things to go automatically on every system with autorun and such like on Windows. You've got a long way to go to really know Linux (I've come a long way but am not a complete master either). Enjoy the system, once you get the hang of it, you don't want to use anything else
.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.