Linked by Thom Holwerda on Mon 17th Sep 2012 16:56 UTC, submitted by Andy McLaughlin
Permalink for comment 535529
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 06/13/13 14:35 UTC
Linked by Thom Holwerda on 06/11/13 17:07 UTC
Linked by Thom Holwerda on 06/10/13 23:13 UTC
Linked by Thom Holwerda on 06/08/13 14:57 UTC
Linked by Thom Holwerda on 06/07/13 11:40 UTC
Linked by Thom Holwerda on 06/04/13 12:45 UTC
Linked by nfeske on 05/31/13 10:12 UTC
Linked by Thom Holwerda on 05/29/13 16:59 UTC
Linked by Thom Holwerda on 05/24/13 17:26 UTC
Linked by Thom Holwerda on 05/21/13 21:38 UTC
More Features »
Sponsored Links



Member since:
2011-01-28
UltraZelda64,
This is my experience:
apt-get install kvm
Download the cdrom image on this page:
http://visopsys.org/download/index.php
# I can get the cdrom to run without the installer
# run (as normal user)
kvm -cdrom visopsys-0.71.iso
This allows you to go in and play around with some of the built in software. Does this work for you?
For me installation fails...
# This creates a 1GB hard drive image (optional)
kvm-img create -f qcow2 viso.hd 1G
# Run the installation cdrom
kvm -hda viso.hd -cdrom visopsys-0.71.iso -boot d
# visop wouldn't allow me to partition and install on the same boot, but after creating a partition I was able to restart kvm and run the installer "successfully" (at least it said so).
# After install, run the virtual machine without the cdrom
kvm -hda viso.hd
For me, it just hangs there.
Given that you've tested it on bare metal too, I suspect it's likely an issue with the OS itself.
Edited 2012-09-18 01:33 UTC