Linked by Thom Holwerda on Mon 17th Sep 2012 16:56 UTC, submitted by Andy McLaughlin
Thread beginning with comment 535529
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Pretty interesting.
by UltraZelda64 on Tue 18th Sep 2012 02:28
in reply to "RE: Pretty interesting."
I don't know; like I said, I did run the older version on an older Gateway machine from around 2001 (P4 1.7GHz, 256MB RAM, ATAPI). The problem machine I am trying to run it on is a Dell from around 2006 with an AMD Athlon 64 X2 Dual Core 3800+, a gig of memory and a SATA connection to all drives. If I had to guess, I bet the problem lies in the SATA interface or the BIOS, but really I have no clue. I can't remember exactly what the error was when running it directly on the system, but I think it did mention something about the drives. Still, the OS initially loaded from the CD fine, so I don't know. Anyone else able to get this OS running on a SATA-based system?




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