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 640336 Details for
Bug 871621
grub2-mkconfig F17 does not find F18 - installed dirfefnt BIOS seting
[?]
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.
F17 # gedit /boot/grub2/grub.cfg &
f17_grub.txt (text/plain), 31.45 KB, created by
Flóki Pálsson
on 2012-11-07 20:44:13 UTC
(
hide
)
Description:
F17 # gedit /boot/grub2/grub.cfg &
Filename:
MIME Type:
Creator:
Flóki Pálsson
Created:
2012-11-07 20:44:13 UTC
Size:
31.45 KB
patch
obsolete
># ># DO NOT EDIT THIS FILE ># ># It is automatically generated by grub2-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="${saved_entry}" > >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 > insmod video_cirrus > fi >} > >if [ x$feature_default_font_path = xy ] ; then > font=unicode >else >insmod part_msdos >insmod ext2 >set root='hd1,msdos11' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 >else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 >fi > font="/usr/share/grub/unicode.pf2" >fi > >if loadfont $font ; then > set gfxmode=auto > load_video > insmod gfxterm > set locale_dir=$prefix/locale > set lang=is_IS > insmod gettext >fi >terminal_output gfxterm >set timeout=5 >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'Fedora' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.5-1.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.5-1.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.5-1.fc17.x86_64.img >} >submenu 'Advanced options for Fedora' $menuentry_id_option 'gnulinux-advanced-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > menuentry 'Fedora, with Linux 3.6.5-1.fc17.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.5-1.fc17.x86_64-advanced-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.5-1.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.5-1.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.5-1.fc17.x86_64.img > } > menuentry 'Fedora, with Linux 3.6.5-1.fc17.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.5-1.fc17.x86_64-recovery-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.5-1.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.5-1.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro single rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.5-1.fc17.x86_64.img > } > menuentry 'Fedora, with Linux 3.6.3-1.fc17.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.3-1.fc17.x86_64-advanced-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.3-1.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.3-1.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.3-1.fc17.x86_64.img > } > menuentry 'Fedora, with Linux 3.6.3-1.fc17.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.3-1.fc17.x86_64-recovery-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.3-1.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.3-1.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro single rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.3-1.fc17.x86_64.img > } > menuentry 'Fedora, with Linux 3.6.2-4.fc17.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.2-4.fc17.x86_64-advanced-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.2-4.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.2-4.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.2-4.fc17.x86_64.img > } > menuentry 'Fedora, with Linux 3.6.2-4.fc17.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.2-4.fc17.x86_64-recovery-fe02c4e2-7dd9-4b45-bfac-08604cee23a6' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_msdos > insmod ext2 > set root='hd1,msdos11' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos11 --hint-efi=hd2,msdos11 --hint-baremetal=ahci2,msdos11 --hint='hd1,msdos11' fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > else > search --no-floppy --fs-uuid --set=root fe02c4e2-7dd9-4b45-bfac-08604cee23a6 > fi > echo 'Loading Linux 3.6.2-4.fc17.x86_64 ...' > linux /boot/vmlinuz-3.6.2-4.fc17.x86_64 root=UUID=fe02c4e2-7dd9-4b45-bfac-08604cee23a6 ro single rd.md=0 rd.lvm=0 rd.dm=0 LANG=is_IS.UTF-8 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 rhgb quiet > echo 'Loading initial ramdisk ...' > initrd /boot/initramfs-3.6.2-4.fc17.x86_64.img > } >} > >### END /etc/grub.d/10_linux ### > >### BEGIN /etc/grub.d/20_linux_xen ### > >### END /etc/grub.d/20_linux_xen ### > >### BEGIN /etc/grub.d/20_ppc_terminfo ### >### END /etc/grub.d/20_ppc_terminfo ### > >### BEGIN /etc/grub.d/30_os-prober ### >menuentry 'Fedora release 19 (Rawhide)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-271a9e52-a02a-4223-afd2-7d0780519e86' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos10' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos10 --hint-efi=hd2,msdos10 --hint-baremetal=ahci2,msdos10 --hint='hd1,msdos10' 271a9e52-a02a-4223-afd2-7d0780519e86 > else > search --no-floppy --fs-uuid --set=root 271a9e52-a02a-4223-afd2-7d0780519e86 > fi > linux /boot/vmlinuz-3.6.0-0.rc2.git2.1.fc18.x86_64 root=UUID=271a9e52-a02a-4223-afd2-7d0780519e86 ro rd.md=0 rd.dm=0 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 LANG=en_US.UTF-8 rhgb quiet > initrd /boot/initramfs-3.6.0-0.rc2.git2.1.fc18.x86_64.img >} >submenu 'Advanced options for Fedora release 19 (Rawhide)' $menuentry_id_option 'osprober-gnulinux-advanced-271a9e52-a02a-4223-afd2-7d0780519e86' { > menuentry 'Fedora (3.6.0-0.rc2.git2.1.fc18.x86_64) (on /dev/sdc10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.6.0-0.rc2.git2.1.fc18.x86_64--271a9e52-a02a-4223-afd2-7d0780519e86' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos10' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos10 --hint-efi=hd2,msdos10 --hint-baremetal=ahci2,msdos10 --hint='hd1,msdos10' 271a9e52-a02a-4223-afd2-7d0780519e86 > else > search --no-floppy --fs-uuid --set=root 271a9e52-a02a-4223-afd2-7d0780519e86 > fi > linux /boot/vmlinuz-3.6.0-0.rc2.git2.1.fc18.x86_64 root=UUID=271a9e52-a02a-4223-afd2-7d0780519e86 ro rd.md=0 rd.dm=0 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 LANG=en_US.UTF-8 rhgb quiet > initrd /boot/initramfs-3.6.0-0.rc2.git2.1.fc18.x86_64.img > } > menuentry 'Fedora (3.6.0-0.rc1.git3.2.fc18.x86_64) (on /dev/sdc10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.6.0-0.rc1.git3.2.fc18.x86_64--271a9e52-a02a-4223-afd2-7d0780519e86' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos10' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos10 --hint-efi=hd2,msdos10 --hint-baremetal=ahci2,msdos10 --hint='hd1,msdos10' 271a9e52-a02a-4223-afd2-7d0780519e86 > else > search --no-floppy --fs-uuid --set=root 271a9e52-a02a-4223-afd2-7d0780519e86 > fi > linux /boot/vmlinuz-3.6.0-0.rc1.git3.2.fc18.x86_64 root=UUID=271a9e52-a02a-4223-afd2-7d0780519e86 ro rd.md=0 rd.dm=0 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 LANG=en_US.UTF-8 rhgb quiet > initrd /boot/initramfs-3.6.0-0.rc1.git3.2.fc18.x86_64.img > } > menuentry 'Fedora (3.3.4-5.fc17.x86_64) (on /dev/sdc10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.3.4-5.fc17.x86_64--271a9e52-a02a-4223-afd2-7d0780519e86' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos10' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos10 --hint-efi=hd2,msdos10 --hint-baremetal=ahci2,msdos10 --hint='hd1,msdos10' 271a9e52-a02a-4223-afd2-7d0780519e86 > else > search --no-floppy --fs-uuid --set=root 271a9e52-a02a-4223-afd2-7d0780519e86 > fi > linux /boot/vmlinuz-3.3.4-5.fc17.x86_64 root=UUID=271a9e52-a02a-4223-afd2-7d0780519e86 ro rd.md=0 rd.dm=0 SYSFONT=True rd.luks=0 KEYTABLE=is-latin1 LANG=en_US.UTF-8 rhgb quiet > initrd /boot/initramfs-3.3.4-5.fc17.x86_64.img > } >} > >menuentry 'Fedora release 14 (Laughlin)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-72a4b3b4-0192-4ab2-990c-f1d7de5b74dc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos2 --hint-efi=hd2,msdos2 --hint-baremetal=ahci2,msdos2 --hint='hd1,msdos2' 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > else > search --no-floppy --fs-uuid --set=root 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > fi > linux /boot/vmlinuz-2.6.35.14-106.fc14.x86_64 ro root=UUID=72a4b3b4-0192-4ab2-990c-f1d7de5b74dc rd_LVM_LV=vg_f16/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.35.14-106.fc14.x86_64.img >} >submenu 'Advanced options for Fedora release 14 (Laughlin)' $menuentry_id_option 'osprober-gnulinux-advanced-72a4b3b4-0192-4ab2-990c-f1d7de5b74dc' { > menuentry 'Fedora (2.6.35.14-106.fc14.x86_64) (on /dev/sdc2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.35.14-106.fc14.x86_64--72a4b3b4-0192-4ab2-990c-f1d7de5b74dc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos2 --hint-efi=hd2,msdos2 --hint-baremetal=ahci2,msdos2 --hint='hd1,msdos2' 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > else > search --no-floppy --fs-uuid --set=root 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > fi > linux /boot/vmlinuz-2.6.35.14-106.fc14.x86_64 ro root=UUID=72a4b3b4-0192-4ab2-990c-f1d7de5b74dc rd_LVM_LV=vg_f16/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.35.14-106.fc14.x86_64.img > } > menuentry 'Fedora (2.6.35.13-92.fc14.x86_64) (on /dev/sdc2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.35.13-92.fc14.x86_64--72a4b3b4-0192-4ab2-990c-f1d7de5b74dc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos2 --hint-efi=hd2,msdos2 --hint-baremetal=ahci2,msdos2 --hint='hd1,msdos2' 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > else > search --no-floppy --fs-uuid --set=root 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > fi > linux /boot/vmlinuz-2.6.35.13-92.fc14.x86_64 ro root=UUID=72a4b3b4-0192-4ab2-990c-f1d7de5b74dc rd_LVM_LV=vg_f16/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.35.13-92.fc14.x86_64.img > } > menuentry 'Fedora (2.6.35.6-45.fc14.x86_64) (on /dev/sdc2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.35.6-45.fc14.x86_64--72a4b3b4-0192-4ab2-990c-f1d7de5b74dc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos2 --hint-efi=hd2,msdos2 --hint-baremetal=ahci2,msdos2 --hint='hd1,msdos2' 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > else > search --no-floppy --fs-uuid --set=root 72a4b3b4-0192-4ab2-990c-f1d7de5b74dc > fi > linux /boot/vmlinuz-2.6.35.6-45.fc14.x86_64 ro root=UUID=72a4b3b4-0192-4ab2-990c-f1d7de5b74dc rd_LVM_LV=vg_f16/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.35.6-45.fc14.x86_64.img > } >} > >menuentry 'Fedora release 13 (Goddard)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-7ae5713c-a37d-4839-b745-d09bcad72068' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos5' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos5 --hint-efi=hd2,msdos5 --hint-baremetal=ahci2,msdos5 --hint='hd1,msdos5' 7ae5713c-a37d-4839-b745-d09bcad72068 > else > search --no-floppy --fs-uuid --set=root 7ae5713c-a37d-4839-b745-d09bcad72068 > fi > linux /boot/vmlinuz-2.6.33.3-85.fc13.x86_64 ro root=UUID=7ae5713c-a37d-4839-b745-d09bcad72068 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.33.3-85.fc13.x86_64.img >} >submenu 'Advanced options for Fedora release 13 (Goddard)' $menuentry_id_option 'osprober-gnulinux-advanced-7ae5713c-a37d-4839-b745-d09bcad72068' { > menuentry 'Fedora (2.6.33.3-85.fc13.x86_64) (on /dev/sdc5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.33.3-85.fc13.x86_64--7ae5713c-a37d-4839-b745-d09bcad72068' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos5' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos5 --hint-efi=hd2,msdos5 --hint-baremetal=ahci2,msdos5 --hint='hd1,msdos5' 7ae5713c-a37d-4839-b745-d09bcad72068 > else > search --no-floppy --fs-uuid --set=root 7ae5713c-a37d-4839-b745-d09bcad72068 > fi > linux /boot/vmlinuz-2.6.33.3-85.fc13.x86_64 ro root=UUID=7ae5713c-a37d-4839-b745-d09bcad72068 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.33.3-85.fc13.x86_64.img > } >} > >menuentry 'Fedora release 15 (Lovelock)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-857f46f6-4201-4c27-952f-4c71c236cbb9' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 --hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd1,msdos6' 857f46f6-4201-4c27-952f-4c71c236cbb9 > else > search --no-floppy --fs-uuid --set=root 857f46f6-4201-4c27-952f-4c71c236cbb9 > fi > linux /boot/vmlinuz-2.6.40.6-0.fc15.x86_64 ro root=UUID=857f46f6-4201-4c27-952f-4c71c236cbb9 rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.40.6-0.fc15.x86_64.img >} >submenu 'Advanced options for Fedora release 15 (Lovelock)' $menuentry_id_option 'osprober-gnulinux-advanced-857f46f6-4201-4c27-952f-4c71c236cbb9' { > menuentry 'Fedora (2.6.40.6-0.fc15.x86_64) (on /dev/sdc6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.40.6-0.fc15.x86_64--857f46f6-4201-4c27-952f-4c71c236cbb9' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 --hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd1,msdos6' 857f46f6-4201-4c27-952f-4c71c236cbb9 > else > search --no-floppy --fs-uuid --set=root 857f46f6-4201-4c27-952f-4c71c236cbb9 > fi > linux /boot/vmlinuz-2.6.40.6-0.fc15.x86_64 ro root=UUID=857f46f6-4201-4c27-952f-4c71c236cbb9 rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.40.6-0.fc15.x86_64.img > } > menuentry 'Fedora (2.6.40.4-5.fc15.x86_64) (on /dev/sdc6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.40.4-5.fc15.x86_64--857f46f6-4201-4c27-952f-4c71c236cbb9' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 --hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd1,msdos6' 857f46f6-4201-4c27-952f-4c71c236cbb9 > else > search --no-floppy --fs-uuid --set=root 857f46f6-4201-4c27-952f-4c71c236cbb9 > fi > linux /boot/vmlinuz-2.6.40.4-5.fc15.x86_64 ro root=UUID=857f46f6-4201-4c27-952f-4c71c236cbb9 rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.40.4-5.fc15.x86_64.img > } > menuentry 'Fedora (2.6.40.3-0.fc15.x86_64) (on /dev/sdc6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.40.3-0.fc15.x86_64--857f46f6-4201-4c27-952f-4c71c236cbb9' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos6' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 --hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd1,msdos6' 857f46f6-4201-4c27-952f-4c71c236cbb9 > else > search --no-floppy --fs-uuid --set=root 857f46f6-4201-4c27-952f-4c71c236cbb9 > fi > linux /boot/vmlinuz-2.6.40.3-0.fc15.x86_64 ro root=UUID=857f46f6-4201-4c27-952f-4c71c236cbb9 rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=is_IS.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=is-latin1 rhgb quiet > initrd /boot/initramfs-2.6.40.3-0.fc15.x86_64.img > } >} > >menuentry 'Ubuntu 12.10 (12.10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-46805b94-040d-4338-b3ed-ec1f492bc695' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos7' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7 --hint='hd1,msdos7' 46805b94-040d-4338-b3ed-ec1f492bc695 > else > search --no-floppy --fs-uuid --set=root 46805b94-040d-4338-b3ed-ec1f492bc695 > fi > linux /boot/vmlinuz-3.5.0-17-generic root=UUID=46805b94-040d-4338-b3ed-ec1f492bc695 ro quiet splash $vt_handoff > initrd /boot/initrd.img-3.5.0-17-generic >} >submenu 'Advanced options for Ubuntu 12.10 (12.10)' $menuentry_id_option 'osprober-gnulinux-advanced-46805b94-040d-4338-b3ed-ec1f492bc695' { > menuentry 'Ubuntu (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.5.0-17-generic--46805b94-040d-4338-b3ed-ec1f492bc695' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos7' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7 --hint='hd1,msdos7' 46805b94-040d-4338-b3ed-ec1f492bc695 > else > search --no-floppy --fs-uuid --set=root 46805b94-040d-4338-b3ed-ec1f492bc695 > fi > linux /boot/vmlinuz-3.5.0-17-generic root=UUID=46805b94-040d-4338-b3ed-ec1f492bc695 ro quiet splash $vt_handoff > initrd /boot/initrd.img-3.5.0-17-generic > } > menuentry 'Ubuntu, with Linux 3.5.0-17-generic (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.5.0-17-generic--46805b94-040d-4338-b3ed-ec1f492bc695' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos7' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7 --hint='hd1,msdos7' 46805b94-040d-4338-b3ed-ec1f492bc695 > else > search --no-floppy --fs-uuid --set=root 46805b94-040d-4338-b3ed-ec1f492bc695 > fi > linux /boot/vmlinuz-3.5.0-17-generic root=UUID=46805b94-040d-4338-b3ed-ec1f492bc695 ro quiet splash $vt_handoff > initrd /boot/initrd.img-3.5.0-17-generic > } > menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode) (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.5.0-17-generic--46805b94-040d-4338-b3ed-ec1f492bc695' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos7' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7 --hint='hd1,msdos7' 46805b94-040d-4338-b3ed-ec1f492bc695 > else > search --no-floppy --fs-uuid --set=root 46805b94-040d-4338-b3ed-ec1f492bc695 > fi > linux /boot/vmlinuz-3.5.0-17-generic root=UUID=46805b94-040d-4338-b3ed-ec1f492bc695 ro recovery nomodeset > initrd /boot/initrd.img-3.5.0-17-generic > } >} > >menuentry 'Linux Mint 13 Maya (13)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-15711116-8188-4f6f-b581-184811f97dce' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos8' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos8 --hint-efi=hd2,msdos8 --hint-baremetal=ahci2,msdos8 --hint='hd1,msdos8' 15711116-8188-4f6f-b581-184811f97dce > else > search --no-floppy --fs-uuid --set=root 15711116-8188-4f6f-b581-184811f97dce > fi > linux /boot/vmlinuz-3.2.0-23-generic root=UUID=15711116-8188-4f6f-b581-184811f97dce ro quiet splash $vt_handoff > initrd /boot/initrd.img-3.2.0-23-generic >} >submenu 'Advanced options for Linux Mint 13 Maya (13)' $menuentry_id_option 'osprober-gnulinux-advanced-15711116-8188-4f6f-b581-184811f97dce' { > menuentry 'LinuxMint, with Linux 3.2.0-23-generic (on /dev/sdc8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.2.0-23-generic--15711116-8188-4f6f-b581-184811f97dce' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos8' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos8 --hint-efi=hd2,msdos8 --hint-baremetal=ahci2,msdos8 --hint='hd1,msdos8' 15711116-8188-4f6f-b581-184811f97dce > else > search --no-floppy --fs-uuid --set=root 15711116-8188-4f6f-b581-184811f97dce > fi > linux /boot/vmlinuz-3.2.0-23-generic root=UUID=15711116-8188-4f6f-b581-184811f97dce ro quiet splash $vt_handoff > initrd /boot/initrd.img-3.2.0-23-generic > } > menuentry 'LinuxMint, with Linux 3.2.0-23-generic (recovery mode) (on /dev/sdc8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.2.0-23-generic--15711116-8188-4f6f-b581-184811f97dce' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos8' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos8 --hint-efi=hd2,msdos8 --hint-baremetal=ahci2,msdos8 --hint='hd1,msdos8' 15711116-8188-4f6f-b581-184811f97dce > else > search --no-floppy --fs-uuid --set=root 15711116-8188-4f6f-b581-184811f97dce > fi > linux /boot/vmlinuz-3.2.0-23-generic root=UUID=15711116-8188-4f6f-b581-184811f97dce ro recovery nomodeset > initrd /boot/initrd.img-3.2.0-23-generic > } >} > >menuentry 'Debian GNU/Linux (6.0.4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-64b1e4d4-beea-40e9-97ba-15823f798cfc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos9' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos9 --hint-efi=hd2,msdos9 --hint-baremetal=ahci2,msdos9 --hint='hd1,msdos9' 64b1e4d4-beea-40e9-97ba-15823f798cfc > else > search --no-floppy --fs-uuid --set=root 64b1e4d4-beea-40e9-97ba-15823f798cfc > fi > linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=64b1e4d4-beea-40e9-97ba-15823f798cfc ro quiet > initrd /boot/initrd.img-2.6.32-5-amd64 >} >submenu 'Advanced options for Debian GNU/Linux (6.0.4)' $menuentry_id_option 'osprober-gnulinux-advanced-64b1e4d4-beea-40e9-97ba-15823f798cfc' { > menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (on /dev/sdc9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.32-5-amd64--64b1e4d4-beea-40e9-97ba-15823f798cfc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos9' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos9 --hint-efi=hd2,msdos9 --hint-baremetal=ahci2,msdos9 --hint='hd1,msdos9' 64b1e4d4-beea-40e9-97ba-15823f798cfc > else > search --no-floppy --fs-uuid --set=root 64b1e4d4-beea-40e9-97ba-15823f798cfc > fi > linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=64b1e4d4-beea-40e9-97ba-15823f798cfc ro quiet > initrd /boot/initrd.img-2.6.32-5-amd64 > } > menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode) (on /dev/sdc9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.32-5-amd64-root=UUID=64b1e4d4-beea-40e9-97ba-15823f798cfc ro single-64b1e4d4-beea-40e9-97ba-15823f798cfc' { > insmod part_msdos > insmod ext2 > set root='hd1,msdos9' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos9 --hint-efi=hd2,msdos9 --hint-baremetal=ahci2,msdos9 --hint='hd1,msdos9' 64b1e4d4-beea-40e9-97ba-15823f798cfc > else > search --no-floppy --fs-uuid --set=root 64b1e4d4-beea-40e9-97ba-15823f798cfc > fi > linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=64b1e4d4-beea-40e9-97ba-15823f798cfc ro single > initrd /boot/initrd.img-2.6.32-5-amd64 > } >} > >menuentry 'Fedora release 18 (Spherical Cow)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-caf07f39-bff9-456e-9e32-6234b4272a18' { > insmod part_msdos > insmod ext2 > set root='hd2,msdos1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd2,msdos1' 56edef5c-bc4c-4e9b-8d06-57eee30cbb1f > else > search --no-floppy --fs-uuid --set=root 56edef5c-bc4c-4e9b-8d06-57eee30cbb1f > fi > linux /vmlinuz-3.6.5-2.fc18.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet > initrd /initramfs-3.6.5-2.fc18.x86_64.img >} >submenu 'Advanced options for Fedora release 18 (Spherical Cow)' $menuentry_id_option 'osprober-gnulinux-advanced-caf07f39-bff9-456e-9e32-6234b4272a18' { > menuentry 'Fedora (on /dev/mapper/fedora-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.6.5-2.fc18.x86_64--caf07f39-bff9-456e-9e32-6234b4272a18' { > insmod part_msdos > insmod ext2 > set root='hd2,msdos1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd2,msdos1' 56edef5c-bc4c-4e9b-8d06-57eee30cbb1f > else > search --no-floppy --fs-uuid --set=root 56edef5c-bc4c-4e9b-8d06-57eee30cbb1f > fi > linux /vmlinuz-3.6.5-2.fc18.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet > initrd /initramfs-3.6.5-2.fc18.x86_64.img > } > menuentry 'Fedora, with Linux 3.6.5-2.fc18.x86_64 (on /dev/mapper/fedora-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.6.5-2.fc18.x86_64--caf07f39-bff9-456e-9e32-6234b4272a18' { > insmod part_msdos > insmod ext2 > set root='hd2,msdos1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd2,msdos1' 56edef5c-bc4c-4e9b-8d06-57eee30cbb1f > else > search --no-floppy --fs-uuid --set=root 56edef5c-bc4c-4e9b-8d06-57eee30cbb1f > fi > linux /vmlinuz-3.6.5-2.fc18.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet > initrd /initramfs-3.6.5-2.fc18.x86_64.img > } >} > >### END /etc/grub.d/30_os-prober ### > >### 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 871621
:
635805
|
635806
|
635807
|
639484
|
639485
|
640334
| 640336 |
640409