Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 861783 Details for
Bug 1031564
[abrt] qemu-system-x86-1.6.1-1.fc20: pixman_image_get_data: Process /usr/bin/qemu-system-x86_64 was killed by signal 11 (SIGSEGV)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
grub.cfg of the frequently UCD 3.2 / Debian Sarge vm
grub.cfg (text/plain), 4.85 KB, created by
Christoph Wickert
on 2014-02-11 13:29:49 UTC
(
hide
)
Description:
grub.cfg of the frequently UCD 3.2 / Debian Sarge vm
Filename:
MIME Type:
Creator:
Christoph Wickert
Created:
2014-02-11 13:29:49 UTC
Size:
4.85 KB
patch
obsolete
># ># DO NOT EDIT THIS FILE ># ># It is automatically generated by grub-mkconfig using templates ># from /etc/grub.d and settings from /etc/default/grub ># > >### BEGIN /etc/grub.d/00_header ### >if [ -s $prefix/grubenv ]; then > load_env >fi >set default="0" > >if [ x"${feature_menuentry_id}" = xy ]; then > menuentry_id_option="--id" >else > menuentry_id_option="" >fi > >export menuentry_id_option > >if [ "${prev_saved_entry}" ]; then > set saved_entry="${prev_saved_entry}" > save_env saved_entry > set prev_saved_entry= > save_env prev_saved_entry > set boot_once=true >fi > >function savedefault { > if [ -z "${boot_once}" ]; then > saved_entry="${chosen}" > save_env saved_entry > fi >} > >function load_video { > if [ x$feature_all_video_module = xy ]; then > insmod all_video > else > insmod efi_gop > insmod efi_uga > insmod ieee1275_fb > insmod vbe > insmod vga > insmod video_bochs > fi >} > >if [ x$feature_default_font_path = xy ] ; then > font=unicode >else >insmod part_gpt >insmod lvm >insmod ext2 >set root='lvm/vg_ucs-rootfs' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='lvm/vg_ucs-rootfs' 5f4a6bc1-465e-42d2-99a5-109d2296d84c >else > search --no-floppy --fs-uuid --set=root 5f4a6bc1-465e-42d2-99a5-109d2296d84c >fi > font="/usr/share/grub/unicode.pf2" >fi > >if loadfont $font ; then > set gfxmode=1024x768@32 > load_video > insmod gfxterm > set locale_dir=$prefix/locale > set lang= > insmod gettext >fi >terminal_output gfxterm >insmod part_gpt >insmod ext2 >set root='hd0,gpt2' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='hd0,gpt2' 7fb584e5-8e4d-434b-b29c-8d9147a71b4e >else > search --no-floppy --fs-uuid --set=root 7fb584e5-8e4d-434b-b29c-8d9147a71b4e >fi >insmod png >background_image -m stretch /grub/uniboot.png >set timeout=5 >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/05_debian_theme ### >insmod part_gpt >insmod ext2 >set root='hd0,gpt2' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='hd0,gpt2' 7fb584e5-8e4d-434b-b29c-8d9147a71b4e >else > search --no-floppy --fs-uuid --set=root 7fb584e5-8e4d-434b-b29c-8d9147a71b4e >fi >insmod png >if background_image /grub/uniboot.png; then > set color_normal=dark-gray/black > set color_highlight=dark-gray/black > set menu_color_normal=dark-gray/black > set menu_color_highlight=white/green >else > set menu_color_normal=cyan/blue > set menu_color_highlight=white/blue >fi >### END /etc/grub.d/05_debian_theme ### > >### BEGIN /etc/grub.d/08_linux_xen ### > >### END /etc/grub.d/08_linux_xen ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'Univention Corporate Server, with Linux 3.10.0-ucs43-amd64' --class univention --class gnu-linux --class gnu --class os { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='hd0,gpt2' 7fb584e5-8e4d-434b-b29c-8d9147a71b4e > else > search --no-floppy --fs-uuid --set=root 7fb584e5-8e4d-434b-b29c-8d9147a71b4e > fi > linux /vmlinuz-3.10.0-ucs43-amd64 root=/dev/mapper/vg_ucs-rootfs ro quiet loglevel=0 rootdelay=5 vga=789 splash > initrd /initrd.img-3.10.0-ucs43-amd64 >} >menuentry 'Univention Corporate Server, with Linux 3.10.0-ucs43-amd64 (recovery mode)' --class univention --class gnu-linux --class gnu --class os { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='hd0,gpt2' 7fb584e5-8e4d-434b-b29c-8d9147a71b4e > else > search --no-floppy --fs-uuid --set=root 7fb584e5-8e4d-434b-b29c-8d9147a71b4e > fi > linux /vmlinuz-3.10.0-ucs43-amd64 root=/dev/mapper/vg_ucs-rootfs ro single > initrd /initrd.img-3.10.0-ucs43-amd64 >} > >### END /etc/grub.d/10_linux ### > >### BEGIN /etc/grub.d/20_memtest86+ ### >menuentry "Memory test (memtest86+)" { > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='hd0,gpt2' 7fb584e5-8e4d-434b-b29c-8d9147a71b4e > else > search --no-floppy --fs-uuid --set=root 7fb584e5-8e4d-434b-b29c-8d9147a71b4e > fi > linux16 /memtest86+.bin >} >### END /etc/grub.d/20_memtest86+ ### > >### BEGIN /etc/grub.d/30_os-prober ### >### END /etc/grub.d/30_os-prober ### > >### BEGIN /etc/grub.d/30_uefi-firmware ### >### END /etc/grub.d/30_uefi-firmware ### > >### BEGIN /etc/grub.d/40_custom ### ># This file provides an easy way to add custom menu entries. Simply type the ># menu entries you want to add after this comment. Be careful not to change ># the 'exec tail' line above. >### END /etc/grub.d/40_custom ### > >### BEGIN /etc/grub.d/41_custom ### >if [ -f ${config_directory}/custom.cfg ]; then > source ${config_directory}/custom.cfg >elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then > source $prefix/custom.cfg; >fi >### END /etc/grub.d/41_custom ###
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1031564
:
825457
|
825458
|
825459
|
825460
|
825461
|
825462
|
825463
|
825464
|
825465
|
825466
|
825467
| 861783 |
933133