Hollis Blanchard <[EMAIL PROTECTED]> writes: > Updated patch which uses devaliases.
On my pegasos the devalias is looked up perfectly for both ethernet and the harddisk. :) > + if (partition) > + { > + unsigned int partno = grub_strtoul (partition, 0, 0); > + partno--; /* GRUB partition numbering is 0-based. */ On my pegasos the partition numbering is 0-based as well. So when I run `boot hd:4 grub2', I get `prefix=(hd,3)'. This should be `prefix=(hd,4)'. So my pegasos has proven me right already about what I said about firmware. :-/ Thanks, Marco _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel