debian lenny -vs- VBoxLinuxAdditions

Discussions about using Linux guests in VirtualBox.
Post Reply
ThatNewGuy
Posts: 1
Joined: 11. Jan 2011, 02:55
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: debian lenny

debian lenny -vs- VBoxLinuxAdditions

Post by ThatNewGuy »

Hi, first I want to thank Sasquatch for his very good tutorial on this subject:
http://forums.virtualbox.org/viewtopic. ... 79&start=0

Now I will share exactly what I did to get mine working in case people are still having problems:

// I am running windows 7 as host, debian lenny as guest in VirtualBox //
// I installed only the basic packages, no options checked initially //
// This is a list of precisely what I did so far... //

//commands executed: //

apt-get update
apt-get install x-window-system
apt-get install bzip2
apt-get install build-essential
apt-get install linux-headers-$(uname -r)

// in VBox: do Devices and install additions, then: //

mount /media/cdrom0
cd /media/cdrom0
cp VBoxLinuxAdditions.run ~
cd /root
mv VBoxLinuxAdditions.run VBoxLinuxAdditions-x86.run
sh VBoxLinuxAdditions-x86.run


// Now we must edit the display properties to make it 32 bit: //
vi /etc/X11/xorg.conf
// under "Screen" change where it says 24 to 32 //

reboot

--------------------------------------------------------------

// By now the display should be properly configured... //
// Have a nice day! :) //
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: debian lenny -vs- VBoxLinuxAdditions

Post by Sasquatch »

The move to change the filename isn't needed, other than that, it's just as written in my howto, just slimmed down a lot :). You didn't have to copy the file either, you can run it directly from the 'cdrom'. I'm glad my guide was helpful for you. I'll update it now to include the new filename, kept forgetting about it.
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.
Post Reply