On Mon, Sep 19, 2011 at 1:16 AM, Michael Homer <mich...@gobolinux.org> wrote: > Yes. Grub is an issue - Grub2 is where all development happens now and > the Grub series that was on the 014 CD is completely unsupported, but > the installer relies on the configuration file used in the old series, > which doesn't work now. I think we may be best off using a patched > Grub 0.97, like the recipe that's in the store, but it is finicky, and > I'm not an expert on the subject. If anyone has any input it would be > helpful.
Hmm, I thought we had a recipe for Grub2 / Bazaar. I do remember having created that, but I'm not sure where that recipe landed on. In any case, the trouble we have with Grub2 is that there are way too many assumptions in the code about /dev being mounted on.. /dev. Stuff like calling readlink() on a device name and then assuming that the first 4 bytes are "/dev" were all over the place last time I looked at the code. The shortest path to get a running Grub2 system is to point /System/Kernel/Devices -> /dev rather than the other way round. fstab may need to be modified, too, to have all entries mounted on /dev, and possibly /System/Links/Tasks/Udev too. I'm out of machines and time right now to create a recipe, but I'll let you know if I happen to work on that this week. Thanks, -- Lucas "If you're looking for a reason I've a reason to give: pleasure, little treasure" _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel