Your message dated Wed, 08 Mar 2006 11:02:27 -0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335067: Still need?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: grub
Version: 0.95+cvs20040624-17
Severity: important
Tags: patch


To boot grub with a software RAID across multiple drives, grub must use
it's internal default of the "root" device, and as such, the "root"
device line cannot appear in the configs.  There is currently no way to
disable the "root" option.  (It defaults to "hd0,0" when empty.)

This patch allows for "none" to be set, so that grub can continue to
boot off of whatever drive it loaded itself from.

--- update-grub.orig    2005-10-21 11:06:58.000000000 -0700
+++ update-grub 2005-10-21 11:12:30.000000000 -0700
@@ -560,7 +560,9 @@
                echo "lock" >> $buffer
        fi
 
-       echo "root              $grub_root_device" >> $buffer
+       if test x"$grub_root_device" != x"none" ; then
+               echo "root              $grub_root_device" >> $buffer
+       fi
        echo "kernel            $kernel $kernel_options $recovery_suffix"  >> 
$buffer
 
        if [ -n "$initrd" ]; then
@@ -718,12 +720,16 @@
 
 echo -n "Searching for splash image... "
 if [ -f "$grub_dir/splash.xpm.gz" ]; then
+       splash_root_device="$grub_root_device"
+       if test x"splash_root_device" = x"none" ; then
+               splash_root_device=""
+       fi
        splash="$grub_dir/splash.xpm.gz"
        echo "found: $splash ."
        if [ -n "$boot_device" ]; then
                splash="${splash#/boot}"
        fi
-       echo "splashimage=$grub_root_device$splash" >> $buffer
+       echo "splashimage=$splash_root_device$splash" >> $buffer
        echo >> $buffer
 else
        echo "none found, skipping..."



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages grub depends on:
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Kees Cook <[EMAIL PROTECTED]> writes:

> On Wed, Mar 08, 2006 at 02:28:57AM -0300, Otavio Salvador wrote:
>> I wanna know if this is still need. AFAIK current GRUB support RAID
>> fair well. Please could you check our current sid version and report
>> back to us?
>
> Can probably kill this patch, since it doesn't actually work.  :(
>
> RAID booting with GRUB continues to be unsupported:
> http://grub.enbug.org/TodoList?highlight=RAID

Closing the bug as suggested.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: [EMAIL PROTECTED]      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------
"Microsoft gives you Windows ... Linux gives
 you the whole house."

--- End Message ---

Reply via email to