From owner-svn-doc-head@FreeBSD.ORG Mon Dec 10 15:31:27 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A68911D; Mon, 10 Dec 2012 15:31:27 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 55B4F8FC14; Mon, 10 Dec 2012 15:31:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVRYq046026; Mon, 10 Dec 2012 15:31:27 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVRoc046025; Mon, 10 Dec 2012 15:31:27 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVRoc046025@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40334 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:27 -0000 Author: eadler Date: Mon Dec 10 15:31:26 2012 New Revision: 40334 URL: http://svnweb.freebsd.org/changeset/doc/40334 Log: Manually mucking with disk geometry is obsolete. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:24 2012 (r40333) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:26 2012 (r40334) @@ -3204,37 +3204,6 @@ kern.timecounter.hardware: TSC -> i82 - - Why does &os;'s boot loader display Read - error and stop after the BIOS screen? - - - - &os;'s boot loader is incorrectly recognizing the hard - drive's geometry. This must be manually set within - &man.fdisk.8; when creating or modifying &os;'s - slice. - - The correct drive geometry values can be found within - the machine's BIOS. Look for the number of cylinders, heads - and sectors for the particular drive. - - Within &man.sysinstall.8;'s fdisk, hit - G to set the drive geometry. - - A dialog will pop up requesting the number of cylinders, - heads and sectors. Type the numbers found from the BIOS - separated by forward slashes. For example, values of 5000 - cylinders, 250 heads, and 60 sectors would be entered as - 5000/250/60. - - Press Enter to set the values, and hit - W to write the new partition table to the - drive. - - - - Another operating system destroyed my Boot Manager. How do I get it back?