From owner-freebsd-questions@freebsd.org Tue Aug 4 17:31:10 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97E109B3DF1 for ; Tue, 4 Aug 2015 17:31:10 +0000 (UTC) (envelope-from Dave.Robison@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67C6C289 for ; Tue, 4 Aug 2015 17:31:10 +0000 (UTC) (envelope-from Dave.Robison@fisglobal.com) Received: from smtp.fisglobal.com ([10.132.206.15]) by ltcfislmsgpsa03.fnfis.com (8.15.0.59/8.15.0.59) with ESMTPS id t74HV87p030024 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 4 Aug 2015 12:31:08 -0500 Received: from [10.242.182.122] (10.242.182.122) by smtp.fisglobal.com (10.132.206.15) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 4 Aug 2015 12:31:07 -0500 Message-ID: <55C0F6E7.8080603@fisglobal.com> Date: Tue, 4 Aug 2015 10:31:19 -0700 From: "Robison, Dave" Reply-To: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Subject: Re: windows entry for grub2 References: <20150804034108.Horde._OTrFyjhdRQUM4x9GSp-yLG@mail.parts-unknown.org> <20150804054948.Horde.eTUxo9WEBbZWC3ekOhhgbya@mail.parts-unknown.org> In-Reply-To: <20150804054948.Horde.eTUxo9WEBbZWC3ekOhhgbya@mail.parts-unknown.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.242.182.122] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-08-04_08:2015-08-04,2015-08-04,1970-01-01 signatures=0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 17:31:10 -0000 Here is my 40_custom file. I keep it in my homedir since it often gets overwritten during PCBSD updates. Put it into /usr/local/etc/grub.d/ and then run grub-mkconfig /boot/grub/grub.cfg "Works for me"(tm) [lefty] ~% cat 40_custom #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "Windows 7" { insmod ntfs set root=(hd0,2) chainloader +1 } -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) daver@vicor.com david.robison@fisglobal.com _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.