anyone trying to install darwin on a virtual machine ?
i've successfully installed Darwin8.01 in VMWare, however ihaven't tried to install/compile the 8.1
there is also MSVirtualPC, Bochs, Plex86, and who knows....
any success on virtual hardware ?
34 replies to this topic
#1
Posted 06 July 2005 - 09:54 AM
#2
Posted 06 July 2005 - 12:52 PM
VirtualPC no luck.... kernel failure and crash.
VMware only function if the cpu also supports sse2
Maybe somebody tried 'only' qemu (has capability to emulate sse2)?
VMware only function if the cpu also supports sse2
Maybe somebody tried 'only' qemu (has capability to emulate sse2)?
#3
Posted 06 July 2005 - 08:10 PM
#4
Posted 06 July 2005 - 11:36 PM
i got darwin up and running perfect on vmware 5, nut don't know how to get files into darwin to install/compile 8.1.
i heard something about ftp but can't figure it out from guides on the net.
any ideas?
sorry new to this :?
i heard something about ftp but can't figure it out from guides on the net.
any ideas?
sorry new to this :?
#5
Posted 09 July 2005 - 11:05 PM
stealall said:
i got darwin up and running perfect on vmware 5, nut don't know how to get files into darwin to install/compile 8.1.
i heard something about ftp but can't figure it out from guides on the net.
any ideas?
sorry new to this :?
i heard something about ftp but can't figure it out from guides on the net.
any ideas?
sorry new to this :?
You can create an ISO image file with Nero (Windows) or cdrecord (GNU/Linux) then load it as a virtual CD-ROM drive from VMWare and mount it in the Darwin command line with mount -t cd9660 <device> <mountpoint>.
Regards
#6
Posted 09 July 2005 - 11:08 PM
stealall said:
i heard something about ftp but can't figure it out from guides on the net.
any ideas?
any ideas?
I don't know about any AMD PCNET network card (the one that VMWare emulates) driver for Darwin, so currently networking with Darwin under VMWare is impossible, as far as I know.
#7
Posted 10 July 2005 - 04:53 PM
blex0r said:
You can create an ISO image file with Nero (Windows) or cdrecord (GNU/Linux) then load it as a virtual CD-ROM drive from VMWare and mount it in the Darwin command line with mount -t cd9660 <device> <mountpoint>
I try this:
mount -t cd9660 /dev/disks1 /mnt
and I get:
mount_cd9660 no such file or directory
???
#8
Posted 10 July 2005 - 08:20 PM
All the instructions for that kind of stuff can be found at www.opendarwin.org
#9
Posted 10 July 2005 - 09:19 PM
VMWare, found this via torrents.

Look at the mounted CD image, it boots darwin but hangs. :cry:

Look at the mounted CD image, it boots darwin but hangs. :cry:
#10
Posted 11 July 2005 - 01:04 AM
How big's the Iso Scribbler?
#11
Posted 11 July 2005 - 01:43 PM
I didn't make it, just downloaded it, it's a darwin instal, the ISO isn't included and it doesn't appear to give a file size anywhere.
#12
Posted 11 July 2005 - 10:29 PM
RA_WILL_KILL said:
Dude, your guest OS is Windows XP Pro you set up VMware incorrectly!
Can you even read?
I DIDN'T MAKE THE VIRTUAL MACHINE, I DOWNLODED IT.
Anyway, you can set the guest OS as whatever the fk you like aslong as you set the HDD to IDE ...
#13
Posted 12 July 2005 - 07:33 PM
lars said:
I try this:
mount -t cd9660 /dev/disks1 /mnt
and I get:
mount_cd9660 no such file or directory
???
mount -t cd9660 /dev/disks1 /mnt
and I get:
mount_cd9660 no such file or directory
???
Probably, there are no mount_cd9660 command.
Try issue which mount_cd9660 first.
#14
Posted 12 July 2005 - 07:39 PM
I was doing it the wrong way. which mount_cd9660 is ok.
Now I have tried:
mount -t cd9660 /dev/disk1s0 /mnt/cdrom
but I get this:
mount: realpath /mnt: No such path or directory
should I create /mnt ? How ?
thx,
Now I have tried:
mount -t cd9660 /dev/disk1s0 /mnt/cdrom
but I get this:
mount: realpath /mnt: No such path or directory
should I create /mnt ? How ?
thx,
#15
Posted 12 July 2005 - 07:49 PM
lars said:
I was doing it the wrong way. which mount_cd9660 is ok.
Now I have tried:
mount -t cd9660 /dev/disk1s0 /mnt/cdrom
but I get this:
mount: realpath /mnt: No such path or directory
should I create /mnt ? How ?
thx,
Now I have tried:
mount -t cd9660 /dev/disk1s0 /mnt/cdrom
but I get this:
mount: realpath /mnt: No such path or directory
should I create /mnt ? How ?
thx,
Yes, of course
mkdir /mnt
or you may choose another name, for example /cdrom, like in FreeBSD :twisted:
Do not forget substitute proper folder to mount utility.
And you may use mount_cd9660 directly:
mount_cd9660 /dev/diskXsY /somedir
#16
Posted 12 July 2005 - 07:55 PM
I got it !!! :-)
from the main directory:
mkdir mnt
mkdir mnt/cdrom
mount -t cd9660 /dev/disk1s0 /mnt/cdrom
no errors, and then I do a
cd /mnt/cdrom
ls -l
and the ISO (built with ultraiso) is there!!! :-)
Now lets see if I can upgrade to 8.1 ;-)
Hopefully this may be of help to others :-)
from the main directory:
mkdir mnt
mkdir mnt/cdrom
mount -t cd9660 /dev/disk1s0 /mnt/cdrom
no errors, and then I do a
cd /mnt/cdrom
ls -l
and the ISO (built with ultraiso) is there!!! :-)
Now lets see if I can upgrade to 8.1 ;-)
Hopefully this may be of help to others :-)
#17
Posted 12 July 2005 - 08:20 PM
lars said:
I got it !!! :-)
It was simply unix commands...
lars said:
Now lets see if I can upgrade to 8.1 ;-)
Hopefully this may be of help to others :-)
Hopefully this may be of help to others :-)
Yes, you can, see:
http://wiki.opendarw...x.php/Main_Page
http://www.osx86.cla...x.php/Main_Page
http://darwinsource.opendarwin.org/
script for building darwin: http://darwinsource....rg/darwinbuild/ or "there's a premade 8.1 package with an installer script":
http://www.rejgond.c...1to8.1.0.tar.gz from this guide http://grabberslashe...-ip.com/macosx/
Generally, first you need download 8.1 sources from http://darwinsource....win.org/10.4.1/
I can`t do it (for) myself, because a have no sse2 processor
but before I successfuly compiled darwin 7.9 from src on my AthlonXP
#18
Posted 12 July 2005 - 08:37 PM
Kuzmich said:
lars said:
I got it !!! :-)
It was simply unix commands...
lars said:
Now lets see if I can upgrade to 8.1 ;-)
Hopefully this may be of help to others :-)
Hopefully this may be of help to others :-)
Yes, you can, see:
http://wiki.opendarw...x.php/Main_Page
http://www.osx86.cla...x.php/Main_Page
http://darwinsource.opendarwin.org/
script for building darwin: http://darwinsource....rg/darwinbuild/ or "there's a premade 8.1 package with an installer script":
http://www.rejgond.c...1to8.1.0.tar.gz from this guide http://grabberslashe...-ip.com/macosx/
Generally, first you need download 8.1 sources from http://darwinsource....win.org/10.4.1/
I can`t do it (for) myself, because a have no sse2 processor
but before I successfuly compiled darwin 7.9 from src on my AthlonXP
#19
Posted 12 July 2005 - 08:48 PM
got it working
8.1.0
:-D
8.1.0
:-D
#20
Posted 12 July 2005 - 08:54 PM
now I would love to locate midnight commander for Darwin 8.1.0 x86 so I can feel more in control :-)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








