Bug 352129

Summary: bootloader configuration should allow persistent options
Product: [openSUSE] openSUSE 10.3 Reporter: Dejan Muhamedagic <dmuhamedagic>
Component: YaST2Assignee: Torsten Duwe <duwe>
Status: RESOLVED INVALID QA Contact: Jiri Srain <jsrain>
Severity: Enhancement    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Dejan Muhamedagic 2008-01-07 21:00:04 UTC
It is typical to share many kernel options (such as vga mode) between different kernels. Not an expert on grub, but it seems that it doesn't have such a feature. Debian has chosen to fit various options into comments of menu.lst. A sample:

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=noapic acpi=off root=/dev/mapper/bork-newroot ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

For example, my motherboard has a problem which wouldn't let it boot without the noapic option. The extra options make the kernel upgrade safe.
Comment 1 Torsten Duwe 2008-01-11 13:47:38 UTC
Good idea.

There already is a mechanism for this in Yast, please file an appropriate request in FATE for Yast.