Changes

From Amahi Wiki
Jump to: navigation, search
52 bytes removed ,  23:33, 26 October 2011
#*If there is no virtualization options in your bios then either your board or cpu do not support it. If that is the case then stop here because your experience will be poor at best.
#Update your System !! If you get a new kernel its best to reboot.
#*{{Code|su -c yum -y update}}
#Install the needed Packages
#*{{Code|su -c yum -y install kvm virt-manager qemu-kvm.x86_64 qemu-kvm-tools.x86_64 qemu.x86_64}}qemu-common.x86_64 qemu-kvm.x86_64 qemu-kvm-tools.x86_64 sheepdog.x86_64 virt-v2v.x86_64 mc nmap
#*This might take some time so take a break or something
#Your Drive ID or model number.
#*You can get this by installing the "sdparm" package
#*{{Code|sdparm /dev/sdb}}
#*Copy down the model number
#*In my case: sudo -c sdparm /dev/sdb
#Once all the packages are installed you need to check some things.
#*Make sure the kernel modules are loaded
#**{{Code|lsmod |grep kvm}}
#**Should give
#***kvm and either kvm_intel ''or'' kvm_amd
#***kvm 317840 1 kvm_intel
#Next you need to make sure to start libvirtd.
#**{{Code|service libvirtd start}}
#*Also make sure it starts at boot
#**{{Code|chkconfig libvirtd on}}
#Finally you need to get the ISO source of your selected Linux distribution onto your Host. Its probably easiest to just copy it from someplace or download it to the host. In my case since we are geting ready for the Amahi release on Fedora 16 I downloaded the beta DVD to my host. The important thing is to make sure that the ISO is easy to get at. Don't bury it.
12,424

edits