This is an Easy to Follow guide.
Ingredients REQUIRED for this EXAMPLE running on a AIO AMD system
- At least 2GB RAM
- Running FossaPUP64 v9.5 distro
- the FossaPUP64 ISO file available on your local/removable storage
- 8GB of free disk storage available (preferably on a local drive as USB stores are unpredictably SLOW)
- QEMU PET installed on your running FossaPUP64 from here ===> viewtopic.php?p=5936
- We will check the PC for proper hardware
- We will load the kernel KVM support
- We will start QEMU
- We will create a small 4GB virtual HDD for this virtual PC
- We will create a 4GB virtual SWAP HDD for this virtual PC
- We will tell QEMU where the FossaPUP64 ISO is that we want to boot
- We will boot the virtual PC to a FossaPUP desktop
- check the PC for proper hardware via following command and our observation
Look for either svm (for AMD CPUs) or vmx (for Intel CPUs) in red. If you see either you are ready to go.
Code: Select all
egrep --color=always -i 'vmx|svm' /proc/cpuinfo
- load the kernel KVM support
- check to see if its already loaded
lsmod| egrep --color=always kvm
- IFF no answer, its not loaded. So let's load it
- In a terminal, type either
Code: Select all
modprobe kvm-amd (for AMD CPUs) modprobe kvm-intel (for Intel CPUs)
- In a terminal, type either
- If NO errors, you are ready to go. If err, reboot your PC to is UEFI/BIOS and enable "virtualization" and return here and test
- check to see if its already loaded
- start QEMU. Use its wizard to
- Create a disk for any save session you might want.
- Create a SWAP for stability. Example
- Tell the wizard about the SWAP Example
- Find the ISO and boot it via "Run QEMU" button. Example
- An example of a successful FossaPUP boot is found on the forum HERE
- A wealth of info is found on this QEMU wiki