đž Archived View for chirale.org âş 2007-12-23_c5562e45aa9bb19c17e714ff77554386.gmi captured on 2024-08-18 at 17:33:42. Gemini links have been rewritten to link to archived content
âŹ ď¸ Previous capture (2024-05-12)
-=-=-=-=-=-=-
Tested under:
Prerequisites: make sure youâve selected both lenny and sid repositories. In your /etc/apt/sources.list you must read something like this:
## Debian Unstable (sid) deb http://ftp.it.debian.org/debian/ sid main contrib non-free deb-src http://ftp.it.debian.org/debian/ sid main contrib non-free ## Debian Testing (lenny) deb http://ftp.it.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.it.debian.org/debian/ lenny main contrib non-free
You can also add the Virtual Box repository:
##VIRTUALBOX deb http://www.virtualbox.org/debian etch non-free deb http://download.virtualbox.org/virtualbox/debian lenny non-free
But achtung! Itâs the Evil Proprietary Version.=> https://swp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1fpng đ
In this howto, I install the VirtualBox OSE (Open Source Editon) available in Debian repositories.
After installation, in order to run VirtualBox, you have to plug a kernel module named vboxdrv specific for your kernel. To do this:
`# apt-get install module-assistant` `# m-a prepare` `# m-a a-i virtualbox-ose` If youâve installed the binary version from virtualbox.org, specify *virtualbox* instead *virtualbox-ose* `# modprobe vboxdrv` During module-assistant auto-install (m-a a-i) of vboxdrv module, kernel headers of the running kernel are used to create the module. Then modprobe add plug vboxdrv to the running kernel. If something going wrong in this phase, follow the on screen instruction from the module assistant. Make sure youâve downloaded the right kernel headers (module assistant should automatically do this, i.e. installing *linux-headers-22-3-k7* for
Now you can try to run virtualbox-ose. After youâve created and run a virtual machine, you can get a message asking you to check dmesg. Open a root shell and type dmesg | grep vbox. The error message ask you to add a kernel command line about NMI watchdog. If itâs your case, do this: \# gedit /boot/grub/menu.lst Find a line like kopt=... and add, before all, the required command: nmi_watchdog=0 and save. DO NOT uncomment the line, update-grub make the dirty job for you. # update-grub Reboot
Reading the dmesg, you find:
$ dmesg | grep vbox vboxdrv: Trying to deactivate the NMI watchdog permanently... vboxdrv: Successfully done. This meant that NMI issue is solved.
Now you can run successfully the virtual machine. Enjoy virtualization!=> https://swp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1fpng đ
After installation:
The vboxusers group
If you want to allow your unprivileged user to use virtualbox, do:
Install VirtualBox Guest Additions on Guest
If you want to enable some advanced features, like mouse and screen resolution tweaks, youâve to install VirtualBox Guest Additions in the guest virtual machine. If you run a Windows virtual machine, you can get the precompiled (.exe) installer from this dedicated Google Code projectAfter you reboot guest, VirtualBox enable the advanced functionalities, like seamless mode for mouse pointer and a wide range of resolution and colors for the emulated VM video card.
Update: Well, you can also download Guest Additions from the dropdown menu (Devices) of a running guest. Youâll get a CD image to mount on virtual machine with all the packages youâve to install.
Note: Virtualbox guest additions on the âhostâ (real) machine has no effect: if during boot you get the âNot in a virtual machineâ error from guest additions, it simply means that your OS run on a host machine, not in a guest one.
etch non-free</span> <code>deb <a rel=
https://web.archive.org/web/20071223000000*/http://download.virtualbox.org/virtualbox/debian
lenny non-free</code></pre> <p>But achtung! It’s the Evil Proprietary Version. <img src=
https://web.archive.org/web/20071223000000*/http://www.virtualbox.org/wiki/Guest_OSes
https://web.archive.org/web/20071223000000*/http://www.virtualbox.org/wiki/User_FAQ
https://web.archive.org/web/20071223000000*/http://www.virtualbox.org/wiki/Downloads
https://web.archive.org/web/20071223000000*/http://www.virtualbox.org/wiki/User_HOWTOS