From owner-freebsd-questions@freebsd.org Tue Nov 8 10:53:46 2016 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 65981C37084 for ; Tue, 8 Nov 2016 10:53:46 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E4F2B64 for ; Tue, 8 Nov 2016 10:53:46 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-it0-x22e.google.com with SMTP id u205so198566891itc.0 for ; Tue, 08 Nov 2016 02:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=cIbaUOs629R8uUAUW8Jfma/oRox5wh7WnUSKpZgUbjQ=; b=cHeTYeCM8c0xk71jv+Q+s4yUWlti1iUU4pJI7dwVzKxN0r0AjiiJwB4OOyOwr3rneq 35sXn+voVN0idic5dWGDRIK8S01KGybZAOy8IDrBs/tmbfNf/Blaro8BoQdOvauyxHMW K8xe2MvvkhJUY6qRFS9OtnYBkN+pn+iCkp/IcHPoC2aUx9RUBpSW284oTvY2eEGVxfbJ O9VBnQftaddeUZqjWTNx5YM1/1mVXl9cnEt3qJifPvgDEtaCPvcWl7cUjxipeNUxB50A s6+wCV6CGmjhs6wW+NqmOAJdrwGoaoBq37Ck+7iZ4JUWq1sFXnS8Lj+RoonAQvxpMiT0 Lsbw== 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:from:date :message-id:subject:to:cc; bh=cIbaUOs629R8uUAUW8Jfma/oRox5wh7WnUSKpZgUbjQ=; b=mQfygwLBkFn36yJ0QQJ2QBPcukIjgeL6RcB7li/X+28rrvqKzboglgQEod3L+/cXQa Q3XGRrMcjsQ0dFAb2oA5ik9jOZGA57UQZzhYbcW61ip1EuIjm4jHM7lfh8LMR45Zt9oh 9Cj1AiyU6R3bSg+8H/phssZUFLr3+keubTnQXh2FqNdvBVPVNvqeDbWiHdhcszzYBVg8 gkQDKSANjgwww+bmXxhmzbuZvLO+X1rF0tK4J7SOjcjcY/v3bTUiFnSlZhB6SzANrkBE Hpnk2XOEB1sFkFrdqjPBr3R+zG+GHN5x73Apl1QhyKN3O5zdFq8VJSXPaP/JeDCNnBhv 3IJA== X-Gm-Message-State: ABUngvfe+Xcb3kHo1xVzydcq+GO4MAZLYijdgAog3IRr8FeOvk32y3JJRaZ+OwR92lhVw74annMnFs825P0PJw== X-Received: by 10.107.182.8 with SMTP id g8mr11986782iof.61.1478602425605; Tue, 08 Nov 2016 02:53:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.178.21 with HTTP; Tue, 8 Nov 2016 02:53:05 -0800 (PST) In-Reply-To: References: From: "Jack L." Date: Tue, 8 Nov 2016 02:53:05 -0800 Message-ID: Subject: Re: How to restore FreeBSD boot manager on GPT disk ? To: Manish Jain Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 10:53:46 -0000 gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0 On Tue, Nov 8, 2016 at 2:49 AM, Manish Jain wrote: > > Hi, > > One thing I have loved about FreeBSD over the years is the superbly > designed Boot Easy boot manager. If any other OS overwrites the MBR, it > is straightforward to restore with 'boot0cfg -B /dev/ada0' > > That command only works on MBR disks though, as far as I know. Is there > any equivalent command on a GPT disk ? > > Thanks for help > Manish Jain > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >