From owner-freebsd-current@FreeBSD.ORG Sun Aug 21 20:53:36 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7821106564A; Sun, 21 Aug 2011 20:53:36 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 76D0B8FC0A; Sun, 21 Aug 2011 20:53:36 +0000 (UTC) Received: by qwc9 with SMTP id 9so3601758qwc.13 for ; Sun, 21 Aug 2011 13:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pZ9dOLhe9PIeiJpOK0aHTDm6+N8/PaKOp06esLFqQBU=; b=xrIhUxz/f3UlRrNlrHWvHZvddN+pNrTVQXMeN25VA5y6yQU6/Nop9cTbgFXRTwEI+0 +p7zjQ+D0KzsXeKRe8XzUsBZBeiqNiPuUuOSaAzWwY9vHa6C1TLbNJTj025A/+me3lEk iWgChc58WjWYT3jycBQhkTd3EKqzpV3PV7B9I= MIME-Version: 1.0 Received: by 10.224.200.3 with SMTP id eu3mr886201qab.279.1313960015440; Sun, 21 Aug 2011 13:53:35 -0700 (PDT) Received: by 10.224.178.65 with HTTP; Sun, 21 Aug 2011 13:53:35 -0700 (PDT) In-Reply-To: <4E4DA33E.6070103@gmail.com> References: <4E4DA33E.6070103@gmail.com> Date: Sun, 21 Aug 2011 13:53:35 -0700 Message-ID: From: Garrett Cooper To: Matt Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current , Nathan Whitehorn Subject: Re: Well, there goes Windows! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 21 Aug 2011 20:53:36 -0000 On Thu, Aug 18, 2011 at 4:41 PM, Matt wrote: > On 08/18/11 16:24, Garrett Cooper wrote: >> >> So, I used the bsdinstaller again on the 9.0-BETA1 media with manual >> partitioning. The HP desktop ate up 3 partitions, I inconveniently >> forgot that geom can't grok secondary PC MBR partitions, was fooling >> around and cleared the partitions, etc. I hit abort to exit the >> partitioner start and from scratch and now my Windows partitions and >> recovery partitions are gone. >> >> So, oops... just a word of warning for anyone else that monkeys around >> with bsdinstall that it doesn't always hold true to the "will apply >> changes at Exit" guarantee right now (i.e. atomicity is busted). If >> someone else has a second OS that they'd rather not lose, at least >> they will know to reboot their box when committing changes. >> >> I'll inspect the code sometime this weekend to trace down the annoying >> bug, but this is probably release gating for new users (and sadly >> forces me back to wanting to use sysinstall :/..). > > Geom can do EBR ("Logical") etc...and definitely can do all 4 primary > partitions...some of that requires kernel options I think though. > I think that's what you're referring to? bsdinstall doesn't talk EBR yet though. > Also, if you haven't overwritten the actual *data*, just the mbr, there may > still be hope see testdisk in ports? I've never used it though. Maybe dd > backup whole disk first? > > My guess is you just smashed the MBR/partition table and need it fixed. Correct, but then I used it as an excuse to continue with nuking everything. I didn't lose a lot of sleep over it because I meant to nuke it eventually and have access to a legal copy of XP Corporate. > Maybe you don't need windows anymore subconsciously? > RDP & VirtualBox work fine for me :) Exactly :). The point behind having the recovery partition was to get everything back in the event that something went south, but most of the HP Windows software that comes prepackaged with desktops is junk (and the recovery software wipes the rest of the drive, which is not desirable). Thanks! -Garrett