From owner-freebsd-emulation Thu Jul 27 17: 5:54 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from shrimp.baynetworks.com (ns4.BayNetworks.COM [192.32.253.7]) by hub.freebsd.org (Postfix) with ESMTP id 3484937B5E5 for ; Thu, 27 Jul 2000 17:05:45 -0700 (PDT) (envelope-from bwithrow@BayNetworks.COM) Received: from mailhost.BayNetworks.COM (ns4.baynetworks.com [132.245.135.84]) by shrimp.baynetworks.com (8.9.1/8.9.1) with ESMTP id TAA24244 for ; Thu, 27 Jul 2000 19:59:25 -0400 (EDT) Received: from pobox.engeast.BayNetworks.COM (pobox.engeast.baynetworks.com [192.32.61.6]) by mailhost.BayNetworks.COM (8.9.1/8.8.8) with ESMTP id UAA12139 for ; Thu, 27 Jul 2000 20:05:43 -0400 (EDT) Received: from baynetworks.com (kyzyl [192.32.150.103]) by pobox.engeast.BayNetworks.COM (SMI-8.6/BNET-97/04/24-S) with ESMTP id UAA26132; Thu, 27 Jul 2000 20:05:42 -0400 for Message-Id: <200007280005.UAA26132@pobox.engeast.BayNetworks.COM> X-Mailer: exmh version 2.1.1 10/15/1999 To: emulation@freebsd.org Cc: bwithrow@engeast.BayNetworks.COM Subject: Re: VMWare floppy problems In-Reply-To: Message from Robert Withrow of "Thu, 27 Jul 2000 17:17:17 EDT." <200007272117.RAA16336@pobox.engeast.BayNetworks.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Jul 2000 20:05:42 -0400 From: Robert Withrow Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org And to answer my earlier post, what I did was ignore the garbage printed on the screen, and just type blind the commands to fdisk and format the virtual disk, and to start the win95 intaller, and guess what? It worked. So, now I have win95 on a virtual disk using moused, the floppy, and the CDrom. Now on to networking. Here is the config: #!/usr/local/lib/vmware/bin/vmware config.version = 2 # CD-ROM ide1:0.present = TRUE ide1:0.fileName = "/dev/acd0c" ide1:0.deviceType = atapi-cdrom ide1:0.startConnected = TRUE # Virtual hard disk on primary master ide0:0.present = TRUE ide0:0.fileName = /home/bwithrow/vmware/win95/win95.dsk ide0:0.deviceType = ata-hardDisk ide0:0.mode = persistent # Floppy floppy0.fileType = "device" floppy0.present = TRUE floppy0.fileName = "/dev/fd0" floppy0.startConnected = FALSE # Mouse mouse.hostType = "PS/2" mouse.fileName = "/dev/mouse" # Networked to host only subnet ethernet0.present = TRUE ethernet0.connectionType = hostOnly # Memory size memsize = 48 # Nvram nvram = /home/bwithrow/vmware/win95/win95.nvram # Log file log.fileName = /home/bwithrow/vmware/win95/win95.log # Hints guestOS = win95 -- Robert Withrow -- (+1 978 288 8256) BWithrow@BayNetworks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message