From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JJovA-0006WR-Rv for mharc-grub-devel@gnu.org; Tue, 29 Jan 2008 06:46:32 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJov9-0006WM-II for grub-devel@gnu.org; Tue, 29 Jan 2008 06:46:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJov8-0006Vy-65 for grub-devel@gnu.org; Tue, 29 Jan 2008 06:46:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJov8-0006Vv-11 for grub-devel@gnu.org; Tue, 29 Jan 2008 06:46:30 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJov7-0003iT-OM for grub-devel@gnu.org; Tue, 29 Jan 2008 06:46:29 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 184993EB24 for ; Tue, 29 Jan 2008 12:52:56 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 29 Jan 2008 12:46:27 +0100 User-Agent: KMail/1.9.4 References: <5cc84b460801281910v5fb8ac79pda9491c57b5cc585@mail.gmail.com> <20080129100125.GB31756@thorin> <87myqoanh9.fsf@xs4all.nl> In-Reply-To: <87myqoanh9.fsf@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801291246.27705.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: eltorito support .. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 11:46:32 -0000 On Tuesday 29 January 2008 12:18, Marco Gerards wrote: > Robert Millan writes: > > On Tue, Jan 29, 2008 at 10:29:35AM +0100, Marco Gerards wrote: > >> >> I prefer both. Not all CDROM drives are ATA drives. > >> > > >> > But we are likely to get USB support this summer :-) > >> > >> And how about SCSI? > > > > SCSI CDROMs ? Mostly dead. Even SCSI in general is diing nowadays. > > Right... But still I hope CDROM support is properly implemented for > biosdisk :-) I agree. Using BIOS guarantees that GRUB won't interfere with BIOS code. Okuji