Use:# pacman -Syu
# pacman -S virtualbox-guest-additionsOr, same thing:# pacman -Syu virtualbox-guest-additionsIt was renamed recently.
Hi and welcome to the forum.https://wiki.archlinux.org/index.php/Vi … nux_guestsIn the VM (VM = virtual machine), run:# pacman -S virtualbox-archlinux-additions
# nano /etc/modules-load.d/vbox.conf
<add the modules according to the wiki and save with Ctrl+X>
# rebootThen add it from Devices or from Settings.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-08-26T17:0
Then you haven't installed the system yet... There is no "/etc/modules-load.d/", yet.Hmmm...
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-10-11T20:55:51Z
Are you sure that you ran those commands in the guest OS (and not on the host OS) ? After all, they're called guest additions. Because it's easy to misinterpret if both the guest and the host are Arch Linux.Try adding more video RAM. The default is 12 MB.If it's GNOME or KDE, you probably need around 128 MB.
Hi, and welcome to the forum.The title is a bit misleading. Is the root read-only, or is useradd/pacman the problem (which both are in the "Install" section, not "Extra") ?You didn't remove "ro" from syslinux.cfg, did you? Or do you use GRUB?Post your fstab.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-10-17T08:02:04Z
It's true that the virtual machine uses different (emulated) hardware, but like I said, "dhcpcd" runs automatically. So there's no need to bring up any interface.Cosmosn, if the issues is now clear, please mark the topic as solved (by editing the first post).
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-09-18T16:41:04Z
Can't say I use virtualbox for anything too exciting - and I have never even checked for a wiki page...Setup goes like this for me:1. install virtualbox from community repo# pacman -Syy virtualbox2. Add vboxdrv to modules (only has to be done once) and load module# tee /etc/modules-load.d/virtualbox.conf <<< "vboxdrv"
# modprobe vboxdrv3.
Install faenza-icon-theme from the AUR (which I think is by far the most popular icon theme pack) and then study the contents of the "/usr/share/icons/Faenza/" folder.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-08-20T14:02:43Z
The was a namechange: https://bbs.archlinux.org/viewtopic.php … 0#p1164040Edit: Damn it! There was another name change: it's virtualbox-guest-iso now.
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-09-23T11:32:08Z