From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Cbe-oss-dev] [ANNOUNCE] petitboot v0.0.1 From: Benjamin Herrenschmidt To: Hiroaki Fuse In-Reply-To: References: Content-Type: text/plain Date: Fri, 13 Apr 2007 18:54:38 +1000 Message-Id: <1176454479.5764.72.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, cbe-oss-dev-bounces+hiroaki_fuse=hq.scei.sony.co.jp@ozlabs.org, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-04-13 at 15:20 +0900, Hiroaki Fuse wrote: > > Jeremy-san, > > I tried to use petitboot v0.0.1 and found a problem. > > I use a following kboot.conf. > > --- > default=linux > timeout=10 > root=LABEL=/ > linux='/boot/vmlinux-2.6.16 initrd=/boot/initrd.img-2.6.16 ' > linux21='/boot/vmlinux-2.6.21 initrd=/boot/initrd.img-2.6.21 ' > --- > > I saw three entries(root, linux and linux21) and I can not boot any > kernel. > > So I changed my kboot.conf as follows. > > --- > default=linux > timeout=10 > linux='/boot/vmlinux-2.6.16 root=LABEL=/ > initrd=/boot/initrd.img-2.6.16 ' > linux21='/boot/vmlinux-2.6.21 root=LABEL=/ > initrd=/boot/initrd.img-2.6.21 ' > --- > > And I can boot both kernel. Ok, looks like the kboot parser isn't quite dealing with the root= stance outside of a kernel spec. We'll fix asap Ben.