Sasecurity Wiki
Advertisement


Aur install

git clone https://aur.archlinux.org/packages/virtualbox-bin-5.0
cd virtualbox-bin-5.0
less PKGBUILD
makepkg -si
sudo gpasswd -a USERNAME vboxusers

arch

https://www.youtube.com/watch?v=QzOrQGlehpQ install virtualbox sudo pacman -S qt5 virtualbox

sudo modprobe -a vboxdrv
sudo echo "virtualbox" >> /etc/modules-load.d/virtualbox.conf
sudo gpasswd -a $USER vboxusers    #adds you to the usergroup.

install notes

http://askubuntu.com/questions/604175/how-to-mount-disk-image-taken-in-linux-and-run-in-virtual-box

  • Creat a 13.5gig partition or larger set size for win7 on usb stick with Gparted or fdisk, as it won't boot on less allocation. We won't boot from the usb, it is used to create a vbox vdi file. Fdisk and FVAT creation instructions page. Use NTFS for win7. umount /dev/sdb and format with dd if=/dev/zero of=/dev/sdb bs=1M and then create primary partition with fdisk or gparted. unmounted

For dd and mkisofs tutoria see linuxpromagazine,dd and mkisofs

  • mkisofs -o win7.iso /media/john . Copy this iso file to partitioned usb.
  • umount /dev/sdb
  • dd if=/dev/sdb of=~/win7file.img Create .img from iso.
  • VBoxManage convertfromraw --format VDI win7file.img win7.vdi --- convert .img file to vbox virtual disk image.
  • install from this image with virtualbox

virtbox

http://vbox-dev.virtualbox.narkive.com/twHMZxsj/linux-build-dependency-iasl-not-found

https://acpica.org/downloads

https://trac.netlabs.org/kbuild/wiki/Documentation for compiling kbuild, http://trac.netlabs.org/kbuild/wiki/Download download of kbuild

see ./configure --help for directory that kbuild must be placed in(defaults to virtbx directory)

tor me

http://i2p2piszzzndhfvr.onion/doku.php/start

http://i2p2piszzzndhfvr.onion/doku.php/wiki:i2plinks

package errors

After you get that error, try apt-get -f install to force an install of the files that didn't get loaded because of the error. Then try apt-get upgrade again, apt-get -f install back and forth until only the package that has the error is left. https://www.linuxquestions.org/questions/debian-26/sub-process-usr-bin-dpkg-returned-an-error-code-1-a-171107/

Advertisement