From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XqgRO-0006zd-7Z for mharc-grub-devel@gnu.org; Tue, 18 Nov 2014 05:55:22 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqgRG-0006yc-6X for grub-devel@gnu.org; Tue, 18 Nov 2014 05:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqgRA-0002Cz-3Y for grub-devel@gnu.org; Tue, 18 Nov 2014 05:55:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:38820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqgR9-0002Ab-UK for grub-devel@gnu.org; Tue, 18 Nov 2014 05:55:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XqgR5-0003ZH-Bz for grub-devel@gnu.org; Tue, 18 Nov 2014 11:55:03 +0100 Received: from abts-kk-static-143.97.166.122.airtelbroadband.in ([abts-kk-static-143.97.166.122.airtelbroadband.in]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Nov 2014 11:55:03 +0100 Received: from rao.subba.venkata by abts-kk-static-143.97.166.122.airtelbroadband.in with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Nov 2014 11:55:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Venkata Subbarao Subject: Switching to another boot device on failure Date: Tue, 18 Nov 2014 10:51:00 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 122.166.97.143 (Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 10:55:20 -0000 Hi All, I am working on a task on XUbuntu OS in which due to any reason if booting fails I would like to switch to another boot device by zeroing the MBR of current boot disk. Is this possible ? For example instead of showing following prompt, I would like to zero out the MBR so that the BIOS can select next boot device upon reset. error: no such partition grub rescue> Thanks in advance, Venkata Subbarao