From owner-freebsd-emulation Wed Feb 14 12:24:45 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 1CE6337B491 for ; Wed, 14 Feb 2001 12:24:43 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1001) id 63AB581D04; Wed, 14 Feb 2001 14:24:42 -0600 (CST) Message-ID: <14986.59786.310365.468418@elvis.mu.org> Date: Wed, 14 Feb 2001 12:24:42 -0800 (PST) From: H.Paul Hammann To: freebsd-emulation@FreeBSD.ORG Subject: Mounting an ISO image as a bootable cd in VMware X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 1.7) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Under FreeBSD you can use the following commands to mount an ISO image: 'vnconfig /dev/vn0c ./binary-i386-1.iso' 'mount -t cd9660 /dev/vn0c /mnt' I thought I'd be clever, not mount the image and define /dev/vn0c in my vmware config as the cdrom device. No dice. I get the following error when I turn on the virtual machine: CDROM: '/dev/vn0c' exists, but does not appear to be a CDROM device. Mounting an ISO image as a bootable cdrom is possible under Linux by using the following command: 'losetup /dev/loop0 ./binary-i386-1.iso' Then by setting up /dev/loop0 as the cdrom device you can boot the virtual machine from the ISO image. I would like to be able to do this under FreeBSD. Does anyone have pointers how to do this? Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message