From owner-svn-doc-head@FreeBSD.ORG Thu Jan 24 17:34:56 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B3FA0D8C; Thu, 24 Jan 2013 17:34:56 +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 8E0C197D; Thu, 24 Jan 2013 17:34:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0OHYuX1022212; Thu, 24 Jan 2013 17:34:56 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0OHYuJe022211; Thu, 24 Jan 2013 17:34:56 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301241734.r0OHYuJe022211@svn.freebsd.org> From: Eitan Adler Date: Thu, 24 Jan 2013 17:34:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40736 - 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: Thu, 24 Jan 2013 17:34:56 -0000 Author: eadler Date: Thu Jan 24 17:34:55 2013 New Revision: 40736 URL: http://svnweb.freebsd.org/changeset/doc/40736 Log: Remove install-bad-blocks: 95% bogus, user-controlled bad block mapping stopped being a thing about 20 years ago Noted by: scottl Approved by: bcr (mentor, implicit) 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 Thu Jan 24 15:03:30 2013 (r40735) +++ head/en_US.ISO8859-1/books/faq/book.xml Thu Jan 24 17:34:55 2013 (r40736) @@ -1382,41 +1382,6 @@ - - Can I install on a disk with bad blocks? - - - - You can, but it is a bad idea. - - If you are seeing bad block errors with a modern IDE - drive, chances are the drive is going to die very soon (the - drive's internal remapping functions are no longer - sufficient to fix the bad blocks, which means the disk is - heavily corrupted); we suggest you buy a new hard - drive. - - - - - - Strange things happen when I boot the install disk! - What is happening? - - - - If you are seeing things like the machine grinding to a - halt or spontaneously rebooting when you try to boot the - &os; installer, make sure that the SHA256 hash of - the image matches the one on the website. If you - accidently downloaded the disk image in binary (or - image) mode the will be corrupted. (Do not be embarrassed, - even the best of us have accidentally downloaded a binary - file in ASCII mode at least once!) - - - - I booted from my ATAPI CD-ROM, but the install program says no CD-ROM is found. Where did it go?