bugGNU GRUB - Bugs: bug #31449, The command update-grub need...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #31449: The command update-grub need LANG=C expoted ?

Submitter:  JM Marino <xyloweb>
Submitted:  Mon 25 Oct 2010 01:26:30 PM UTC
   
 
Category:  Booting Severity:  Major
Priority:  5 - Normal Item Group:  Software Error
Status:  Invalid Privacy:  Public
Assigned to:  None Originator Name:  update-grub and LANG variable
Open/Closed:  Closed Release:  1.98
Release:  Reproducibility:  None
Planned Release:  None

Thu 31 Mar 2011 07:40:03 PM UTC, comment #3: 

As the investigation of debian bugreport revealed this was inded the problem. Closing as invalid (wrong device choice may be a bug in Debian packaging though.

Vladimir Serbinenko <phcoder>
Group administrator
Wed 05 Jan 2011 01:38:26 PM UTC, comment #2: 

One possible reason is that the core installed on sda and sdb are different. You need to reinstall the both in the same time:
grub-install /dev/sda
grub-install /dev/sdb

Vladimir Serbinenko <phcoder>
Group administrator
Mon 25 Oct 2010 05:16:02 PM UTC, comment #1: 

Should have read 'update-grub2' and not 'update-grub2 /dev/sdb' of course.

JM Marino.

JM Marino <xyloweb>
Mon 25 Oct 2010 01:26:30 PM UTC, original submission:  

here is my setup :

/dev/sda1 + /dev/sdb1 => /dev/md0 => /boot
/dev/sda2 + /dev/sdb2 => /dev/md1 swap
/dev/sda3 + /dev/sdb3 => /dev/md1 VG-00 with :

/dev/VG-00/root
/dev/VG-00/usr
/dev/VG-00/var
/dev/VG-00/tmp
/dev/VG-00/home

I use this command to update grub into the second disk:
update-grub2 /dev/sdb

When I boot with 2 disks it works fine but when I remove the second disk the boot failed.

So I was added the second disk and update grub2 with LANG env variable set to C and it works !!!

export LANG=C
update-grub2 /dev/sdb

Is this normal?

JM Marino <xyloweb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by phcoder (Posted a comment)
  • -email is unavailable- added by xyloweb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-31 phcoder StatusNone Invalid
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code