This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:arch:arch_notes [2019/07/13 21:24] dave |
linux:arch:arch_notes [2019/09/01 12:58] (current) dave |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Arch Notes ===== | ===== Arch Notes ===== | ||
+ | |||
+ | ==== VirtualBox === | ||
+ | |||
+ | After installing the ''virtualbox'' package, you won't be able to run VMs until you: | ||
+ | |||
+ | <code> | ||
+ | sudo modprobe vboxdrv --force-vermagic | ||
+ | </code> | ||
+ | |||
+ | If you don't do this you'll get an error about needing to run ''/sbin/vboxconfig'' as root, but that program doesn't exist. | ||
+ | :/ | ||
+ | |||
+ | This solution was found [[https://forum.manjaro.org/t/vboxdrv-exec-format-error/39335|here]]. | ||
+ | |||
+ | You'll also want to install the ''virtualbox-guest-iso'' package if you're running windows as a guest. | ||
==== pacman === | ==== pacman === |