From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 25 18:27:52 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C714E5D for ; Thu, 25 Sep 2014 18:27:52 +0000 (UTC) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6A1B79 for ; Thu, 25 Sep 2014 18:27:52 +0000 (UTC) Received: by mail-oi0-f54.google.com with SMTP id a3so8403162oib.41 for ; Thu, 25 Sep 2014 11:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4Vk3jyZE3/bUkAxJOR+d6CwmVvuadjk4g478XshIvaM=; b=Ev6Yaql91/IDRi/ki9dzE3oJQF1pKpIpW+RSNMvF7IdNJwj6ZRRw641sMc3moYUN4p JNqeRVL7zdRoTJVv0+/uyPoJAbKkTFlyzLY8aGUKRIt9tB4tQ/fPJvBbmjPV2VUDYMeB I/ih1p2KffGIXtDMbxKJ9iq40OWeFzDwqC2aY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4Vk3jyZE3/bUkAxJOR+d6CwmVvuadjk4g478XshIvaM=; b=XUhPBaL0oDK6T3up8DfUnnUKMtzcHHVat4KzwV8aYbUTwRABS76LVChBSHGEyyVNTx cTc0MEfYxLULltgv9uSLzTXiqZE8naqLeGbGusuYQIcvpols5zUJUseyCUbuyw9gDmXa OOuj5+A1gtyNgv5rwqunwcS5fLGh9OHwdJbgv+u4ZJuRvXyib9KjcYGc0ErxCWo2q3Ph 6vkaKUbpZlmpzRCr7RHxSdwCnVR8LFf5qdNxeEpQoNrKSuN/IOSPgMIlNPRXcrYxH9Fh nTytvQUQJwz+NaDuv4iRBJAphFYgGIeiebwbpxOLLR75qzAjpIh6SZW7NmvoaNh/yOk3 eP6w== X-Gm-Message-State: ALoCoQmKrSFaLx4cBO52N/N13d4XuWv0gCsmM+lOzYEyYT6oobrjhm18rxOww5nMV1JotHhsxWhE MIME-Version: 1.0 X-Received: by 10.182.79.37 with SMTP id g5mr15968399obx.41.1411669671322; Thu, 25 Sep 2014 11:27:51 -0700 (PDT) Received: by 10.76.141.136 with HTTP; Thu, 25 Sep 2014 11:27:51 -0700 (PDT) X-Originating-IP: [212.95.7.198] Received: by 10.76.141.136 with HTTP; Thu, 25 Sep 2014 11:27:51 -0700 (PDT) In-Reply-To: <1411625713476-5951791.post@n5.nabble.com> References: <1410534816005-5948434.post@n5.nabble.com> <1411625713476-5951791.post@n5.nabble.com> Date: Thu, 25 Sep 2014 20:27:51 +0200 Message-ID: Subject: Re: virtualbox additions issue From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= To: Beeblebrox Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 18:27:52 -0000 Am 25.09.2014 08:15 schrieb "Beeblebrox" : > > I got GuestAdditions to work with WinXP VMGuest (except some USB problems, to > which I had been alerted previously): > > * Make sure you have an empty virtual CD-ROM in "Storage" for the VMGuest, > then start the VMGuest session. > * Devices (menu) > Insert GuestAdditions CD Image > select path and then the > "VBoxGuestAdditions_4.3.16.iso" file. > * GuestAdditions gets installed and now starts to work. > > Does this have to be repeated for each VM separately? If so, having a port > for Additins does not make sense IMHO? I'm not sure what you are trying to say but the vbox additions port is for FreeBSD guests only. That is required because the ISO is a big blob which does not support FreeBSD and probably never will. For Windows guests the ISO is your only choice and for Linux you sometimes have both choices depending on the distro.