nikhil joshi
Sun xVM VirtualBox
How to change UUID of a Virtualbox VDI
Apr 10th
Use this command
VBoxManage internalcommands setvdiuuid disk.vdi
Install Sun xVM VirtualBox on Fedora 10
Mar 25th
PreStep.) Open the terminal and get into super user mode:
su -
1.) Get the latest VirtualBox package
wget http://download.virtualbox.org/virtualbox/2.*
install it
rpm -ivh VirtualBox-2.*
2.) Get the kernel-devel package:
yum install make automake autoconf gcc kernel-devel dkms
3.) Run the setup file for VirtualBox:
/etc/init.d/vboxdrv setup
4.) Add yourself to the “vboxusers” group and fix the SELinux Permissions:
usermod -G vboxusers -a username
chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so
5.) Run, and enjoy!
VirtualBox
6.) To Get USB Support:
1 – create a new group called “usb”;
2 – locate file usbfs: in my case is /sys/bus/usb/drivers (I suggest to find the file with a usb device inserted;
3 – modify file /etc/fstab inserting a line containing the right path and the number corresponding the “usb” group :
none /sys/bus/usb/drivers usbfs devgid=503,devmode=664 0 0
4 – command mount -a;
5 – start VB and try…;
Recent Comments