Bug 26559 - grub/groot für menu.lst
grub/groot für menu.lst
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Grub
UCS 3.0
Other Linux
: P5 normal (vote)
: UCS 3.0-2
Assigned To: Moritz Muehlenhoff
Felix Botner
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-20 11:08 CET by Stefan Gohmann
Modified: 2012-07-20 15:24 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2012-03-20 11:08:13 CET
Für die EC2 Images müsste ich die root Zeile so anpassen, dass dort "root (hd0)" steht:

title           Univention Corporate Server, with Linux 2.6.32-ucs60-amd64
root            (hd0)
kernel          /boot/vmlinuz-2.6.32-ucs60-amd64 root=/dev/vda1 ro  splash  quiet loglevel=0 vga=788
initrd          /boot/initrd.img-2.6.32-ucs60-amd64


In UCS 2.4 gab es die Variable grub/groot:
$ /usr/sbin/ucr search groot
grub/groot: (hd0,0)
Comment 1 Moritz Muehlenhoff univentionstaff 2012-03-20 11:50:46 CET
Es kann jetzt der UCR-Variable grub/grub1root ein root-Device angegeben werden, das dann anstelle der bisher existierenden Heuristiken verwendet wird. Beispiel:
ucr set grub/grub1root="(hd0)"

Changelog wurde erweitert.

Gebaut in 3.0-2 und system-setup3.0-1-Scope (cherry-picked)
Comment 2 Felix Botner univentionstaff 2012-06-20 13:50:30 CEST
-> ucr search grub1
grub/grub1root: <empty>
 This value is used for the root partition in the generated Grub1 configuration

-> ucr set grub/grub1root="(hd11111111)"
Setting grub/grub1root

-> univention-grub-generate-menu-lst
Generating legacy menu.lst from current kernels

-> more /boot/grub/menu.lst| grep hd
root            (hd11111111)
root            (hd11111111)
root            (hd11111111)
root            (hd11111111)
root            (hd11111111)
root            (hd11111111)
root            (hd11111111)
root            (hd11111111)

Changelog Eintrag vorhanden.
Comment 3 Stefan Gohmann univentionstaff 2012-07-20 15:24:35 CEST
UCS 3.0-2 has been released: 
  http://forum.univention.de/viewtopic.php?f=54&t=1905

If this error occurs again, please use "Clone This Bug".