Re: status update for grub 2 developments?

2007-06-24 Thread Bean
On Sun, Jun 24, 2007 at 12:22:18PM +0800, Bean wrote: > Some bugs I found on scripting. > > 1. token parser > > echo aa"bb" > aabb > (correct) > > echo aa"bb"cc > aabb > (cc is lost) > > echo aa$prefix > aa (hd0,1)/boot/grub > (should be one token) > > echo $prefix/grub.cfg > (hd0,1)/boot/grub

Re: Loading boot image retrieved from CD-ROM

2007-06-24 Thread Vesa Jääskeläinen
Alex Roman wrote: > Hello, > > As you may recall, I'm working on the Google Summer of Code project to > enable GRUB2 to boot off CDs. > > I can now read boot images from CDs using int 13h BIOS calls :) And > I've confirmed I'm actually reading the ISOLINUX image because I can > perform some manua