From owner-freebsd-current@FreeBSD.ORG Mon Apr 4 04:00:25 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C50E16A4CE; Mon, 4 Apr 2005 04:00:25 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAC743D49; Mon, 4 Apr 2005 04:00:25 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from Spud6000 (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 9FD0519F2C; Sun, 3 Apr 2005 21:06:24 -0700 (PDT) From: "Darren Pilgrim" To: "'Andrey Chernov'" , "'Daniel O'Connor'" Date: Sun, 3 Apr 2005 21:00:12 -0700 Message-ID: <002a01c538ca$d12d8de0$142a15ac@Spud6000> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20050404025705.GA48464@nagual.pp.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal cc: phk@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: RE: Can't change partition table anymore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 04:00:25 -0000 From: Andrey Chernov >=20 > Is there any purpose left for being root anymore? Yes, to run pkgadd sudo. :) > > Use boot0cfg and the FreeBSD bootloader instead? >=20 > boot0cfg not works (I assume the reason is the same). >=20 > I can't write FreeBSD bootloader because reinstalled Windows overwrite = it=20 > with standard MBR and sysinstall don't allow to write bootloader = anymore.=20 > The only thing I not try yet in that situation was 'dd' - I was too = lasy=20 > to find needed byte. The MBR is the first sector of the disk. FWIW, if you're coexisting = with Windows, it's easier to let Windows have its way with the MBR and use Windows' own boot loader. The setup is simple, copy a boot sector and = edit a text file, and Windows won't mess with it.