Bug 113683 - update removes some command in grub menu.lst
Summary: update removes some command in grub menu.lst
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 18:11 UTC by Andreas Kleen
Modified: 2005-08-29 08:48 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kleen 2005-08-28 18:11:12 UTC
I had a custom menu entry in grub's menu list to boot another operating system

title other
        rootnoverify (hd0,3)
        makeactive
        chainloader +1

After the update there was just

title other
       (nothing) 

left. It shouldn't do that.
Comment 1 Jiri Srain 2005-08-29 08:39:48 UTC
OK. The bug has 2 parts: 
1. rootnoverify is not handled correctly (that's why the section is totally 
crippled). Fixed, will be in Beta4. 
 
2. The bootloader library is always reinitialized while writing. This causes 
the loss of 'makeactive' command. I will prevent it from being reinitialized 
in installed system or during update. 
Comment 2 Jiri Srain 2005-08-29 08:48:53 UTC
The later is now in SVN as well, please, retest with Beta4.