Comment 7 for bug 46223

Revision history for this message
Giuseppe Iuculano (giuseppe-iuculano) wrote : Re: [DAPPER] update-grub doesn't work correctly with raid partitions

Attachment is update-grub.txt

I think problem is here:

+ sed -ne /^### BEGIN AUTOMAGIC KERNELS LIST$/,/^### END DEBIAN AUTOMAGIC KERNELS LIST$/ {
                /^## ## Start Default Options ##$/,/^## ## End Default Options ##$/ {
                        /^# groot=/ {
                                s/^# groot=\(.*\)$/\1/

It searches for # groot, so, if I type in my menu.lst "# groot=(hd0,4)", all works fine, with "groot=(hd0,4)" not