LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-02-2013, 01:43 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Question Debian Include VirtualBox Modules?


I was going to plan on building a new virtual instance of Debian 7 64-bit in VirtualBox once it's released this coming weekend. My question is does Debian come pre-packaged with VirtualBox Guest Additions to some / any degree from a base / fresh install? Some distributions pre-package the VirtualBox Guest Additions to some degree by default which can conflict when you actually attempt to install the official VirtualBox Guest Add-on package. I'd like to know what Debian offers in regards to Guest Additions by default versus manually installing it from Oracle's web site.
 
Old 05-02-2013, 01:50 PM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Code:
$ aptitude search virtualbox
p   virtualbox                                    - x86 virtualization solution - base binaries            
p   virtualbox:i386                               - x86 virtualization solution - base binaries            
p   virtualbox-dbg                                - x86 virtualization solution - debugging symbols        
p   virtualbox-dbg:i386                           - x86 virtualization solution - debugging symbols        
p   virtualbox-dkms                               - x86 virtualization solution - kernel module sources for
p   virtualbox-fuse                               - x86 virtualization solution - virtual filesystem       
p   virtualbox-fuse:i386                          - x86 virtualization solution - virtual filesystem       
p   virtualbox-guest-additions                    - transitional package for virtualbox-guest-additions-iso
p   virtualbox-guest-additions-iso                - guest additions iso image for VirtualBox               
p   virtualbox-guest-dkms                         - x86 virtualization solution - guest addition module sou
p   virtualbox-guest-source                       - x86 virtualization solution - guest addition module sou
p   virtualbox-guest-utils                        - x86 virtualization solution - non-X11 guest utilities  
p   virtualbox-guest-utils:i386                   - x86 virtualization solution - non-X11 guest utilities  
p   virtualbox-guest-x11                          - x86 virtualization solution - X11 guest utilities      
p   virtualbox-guest-x11:i386                     - x86 virtualization solution - X11 guest utilities      
p   virtualbox-ose                                - transitional package for virtualbox                    
p   virtualbox-ose-dbg                            - transitional package for virtualbox-dbg                
p   virtualbox-ose-dkms                           - transitional package for virtualbox-dkms               
p   virtualbox-ose-fuse                           - transitional package for virtualbox-fuse               
p   virtualbox-ose-guest-dkms                     - transitional package for virtualbox-guest-dkms         
p   virtualbox-ose-guest-source                   - transitional package for virtualbox-guest-source       
p   virtualbox-ose-guest-utils                    - transitional package for virtualbox-guest-utils        
p   virtualbox-ose-guest-x11                      - transitional package for virtualbox-guest-x11          
p   virtualbox-ose-qt                             - transitional package for virtualbox-qt                 
p   virtualbox-ose-source                         - transitional package for virtualbox-source             
p   virtualbox-qt                                 - x86 virtualization solution - Qt based user interface  
p   virtualbox-qt:i386                            - x86 virtualization solution - Qt based user interface  
p   virtualbox-source                             - x86 virtualization solution - kernel module source
There you go.
ciao,
jdk
 
Old 05-02-2013, 02:00 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
My question was does Debian by default install any modules what so ever from a base minimal netinstallation. You simply search some repository for all available packages one could install. I don't want to conflict a package if one is already rolled into the OS.

So to be clear, I am asking if I install Debian Linux from scratch this weekend, does Debian load any modules or packages related to VirtualBox Guest Additions or must one do what the user above did and manually search an Apt repo for available packages and manually download / install them?

CentOS 6 for example already has guest addition kernel modules loaded by default on their 'minimal' ISO.

Last edited by carlosinfl; 05-02-2013 at 02:04 PM.
 
Old 05-02-2013, 02:17 PM   #4
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
No, Debian doesn't come with any virtualbox modules installed by default. You have to install them manually from the repositories (or from the host OS, if you prefer to do so).
 
Old 05-02-2013, 05:59 PM   #5
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Actually last I tried it, D-I did detect the VirtualBox environment and installed guest modules upon installation.

Last edited by goumba; 05-02-2013 at 06:00 PM.
 
Old 05-02-2013, 06:25 PM   #6
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Quote:
Originally Posted by goumba View Post
Actually last I tried it, D-I did detect the VirtualBox environment and installed guest modules upon installation.
Didn't know it since I haven't installed Debian as guest on VB.
 
Old 05-03-2013, 12:21 AM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Actually last I tried it, D-I did detect the VirtualBox environment and installed guest modules upon installation.

Code:
$ aptitude show virtualbox
Package: virtualbox                      
New: yes
State: not installed
Version: 4.1.18-dfsg-2+deb7u1
Priority: optional
Section: otherosfs
Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel@lists.alioth.debian.org>
Architecture: amd64
Remind me what "D-I" is please. I haven't been able to detect any trace of virtualbox on my system aside from its presence in the repositories (see post #2). I would guess that the Priority setting shown above in bold answers the question.
jdk
 
Old 05-03-2013, 12:36 AM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
No Debian doesn't come with VB modules but it does ask if you want to install VB-ose during installation to VB to help with the transition.

Quote:
Actually last I tried it, D-I did detect the VirtualBox environment and installed guest modules upon installation.
It installs VB_ose then you would need to install VB-guest-utils.

Last edited by EDDY1; 05-03-2013 at 12:39 AM.
 
Old 05-03-2013, 07:48 AM   #9
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by jdkaye
Remind me what "D-I" is please.
Debian Installer.

Quote:
Originally Posted by EDDY1
No Debian doesn't come with VB modules but it does ask if you want to install VB-ose during installation to VB to help with the transition.

It installs VB_ose then you would need to install VB-guest-utils.
I was pretty sure it did, so I just installed Debian Wheezy without a desktop environment, under VB 4.1.18, from the Wheezy RC3 netboot image. Only things I selected as tasksel time was Standard System. No desktop or server tasks installed, and I was never prompted whether or not I wanted them installed.

Code:
anthony@debianvm:~$ dpkg -l | grep '^ii' | grep 'virt'
ii  virtualbox-guest-dkms              4.1.18-dfsg-2+deb7u1      all          x86 virtualization solution - guest addition module source for dkms
ii  virtualbox-guest-utils             4.1.18-dfsg-2+deb7u1      i386         x86 virtualization solution - non-X11 guest utilities
ii  virtualbox-guest-x11               4.1.18-dfsg-2+deb7u1      i386         x86 virtualization solution - X11 guest utilities
ii  virtualbox-ose-guest-x11           4.1.18-dfsg-2+deb7u1      all          transitional package for virtualbox-guest-x11

Last edited by goumba; 05-03-2013 at 08:05 AM. Reason: Spelling, %$@#
 
Old 05-03-2013, 08:35 AM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
The installer asks about VB-ose just before popcon & it's not just included in the DI-cd1 it's on the regular debian-cd1 also.
I see from your post that it does install the actual guest-utils.
Here's a screenshot of the installer & VB-ose
Attached Thumbnails
Click image for larger version

Name:	VB.png
Views:	30
Size:	57.2 KB
ID:	12447  

Last edited by EDDY1; 05-03-2013 at 09:00 AM.
 
Old 05-03-2013, 09:44 AM   #11
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Interesting... I did not get that dialog (and yes I did get the popcon dialog), I'm going to try again, maybe I accidentally hit a key.
 
Old 05-03-2013, 09:59 AM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by goumba View Post
Interesting... I did not get that dialog (and yes I did get the popcon dialog), I'm going to try again, maybe I accidentally hit a key.
Maybe you do like me after soo many installs it's like second nature you just keep clicking until selecting DE.
 
Old 05-03-2013, 10:33 AM   #13
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Just did it again, I can say for sure I was not prompted. Maybe something with the netinst CD?
 
Old 05-03-2013, 10:41 AM   #14
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Or maybe it depends on the installation method? (Basic vs. expert install -- I don't remember the exact terms -- expert install allows more control over the installation procedure, over what gets installed, etc.).
 
Old 05-04-2013, 01:27 AM   #15
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by odiseo77 View Post
Or maybe it depends on the installation method? (Basic vs. expert install -- I don't remember the exact terms -- expert install allows more control over the installation procedure, over what gets installed, etc.).
You may be right, as I always use Expert Install.
 
  


Reply

Tags
guestadditions, install, virtualbox, vm



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] VirtualBox 4 Slackware Current (x86) (No Kernel Modules) Gavin Harper Slackware 13 01-06-2011 09:56 AM
Why didn't the kernel devs include modules for coretemp in 2.6.21.5? trist007 Linux - Newbie 1 04-10-2009 11:53 AM
Virtualbox modules/app. version issue aquaboot Debian 6 12-13-2008 09:49 AM
Virtualbox Modules Saptech Debian 6 10-16-2008 04:10 PM
comnpiling new kernel as rpm will this include modules? ginda Linux - Kernel 1 01-13-2007 03:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 02:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration