Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # DO NOT EDIT THIS FILE jajajjajaja versòn de 1 de junio de2019
- #
- # 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
- set have_grubenv=true
- load_env
- fi
- if [ "${next_entry}" ] ; then
- set default="${next_entry}"
- set next_entry=
- save_env next_entry
- set boot_once=true
- else
- set default="0"
- fi
- 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 recordfail {
- set recordfail=1
- if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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_gpt
- insmod ext2
- set root='hd0,gpt3'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 43fe92b0-a108-4849-aec1-bf8e4f8b24e5
- else
- search --no-floppy --fs-uuid --set=root 43fe92b0-a108-4849-aec1-bf8e4f8b24e5
- 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=es_UY
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ] ; then
- set timeout=30
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=menu
- set timeout=3
- # Fallback normal timeout code in case the timeout_style feature is
- # unavailable.
- else
- set timeout=3
- fi
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/01_PASSWORD ###
- ### END /etc/grub.d/01_PASSWORD ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt3'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 43fe92b0-a108-4849-aec1-bf8e4f8b24e5
- else
- search --no-floppy --fs-uuid --set=root 43fe92b0-a108-4849-aec1-bf8e4f8b24e5
- fi
- insmod jpeg
- if background_image /boot/grub/arch.jpg; then
- true
- else
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/06_trisquel_theme ###
- set menu_color_normal=white/green
- set menu_color_highlight=black/light-gray
- ### END /etc/grub.d/06_trisquel_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- function gfxmode {
- set gfxpayload="${1}"
- if [ "${1}" = "keep" ]; then
- set vt_handoff=vt.handoff=7
- else
- set vt_handoff=
- fi
- }
- if [ "${recordfail}" != 1 ]; then
- if [ -e ${prefix}/gfxblacklist.txt ]; then
- if hwmatch ${prefix}/gfxblacklist.txt 3; then
- if [ ${match} = 0 ]; then
- set linux_gfx_mode=keep
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=keep
- fi
- else
- set linux_gfx_mode=text
- fi
- export linux_gfx_mode
- #########################################################################################
- #########################################################################################
- menuentry 'FreeBSD CURRENT nac nac' --class os {
- set root='(hd1,7)'
- chainloader +1
- }
- #########################################################################################
- menuentry "Android 4.4"{
- set root='(hd1,4)'
- linux /android-4.4-r1/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 acpi_sleep=s3bios, s3_mode pci=nocrs SRC=/android-4.4-r1
- initrd /android-4.4-r1/initrd.img
- }
- #########################################################################################
- menuentry "Trisquel GNU/Linux" --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-43fe92b0-a108-4849-aec1-bf8e4f8b24e5' {
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt3'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 43fe92b0-a108-4849-aec1-bf8e4f8b24e5
- else
- search --no-floppy --fs-uuid --set=root 43fe92b0-a108-4849-aec1-bf8e4f8b24e5
- fi
- echo 'Cargando Linux 3.13.0-165-generic ...'
- linux /boot/vmlinuz-3.13.0-165-generic root=UUID=43fe92b0-a108-4849-aec1-bf8e4f8b24e5 ro quiet splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw
- echo 'Cargando el disco RAM inicial...'
- initrd /boot/initrd.img-3.13.0-165-generic
- }
- #########################################################################################
- function gfxmode {
- set gfxpayload="${1}"
- }
- set linux_gfx_mode=
- export linux_gfx_mode
- #########################################################################################
- menuentry 'Slackware Linux (Slackware 14.2) (en /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-716acec8-3c08-4441-895c-8722d545c5b8' {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 716acec8-3c08-4441-895c-8722d545c5b8
- else
- search --no-floppy --fs-uuid --set=root 716acec8-3c08-4441-895c-8722d545c5b8
- fi
- linux /boot/vmlinuz-huge-4.4.14 root=/dev/sda1 ro
- }
- menuentry 'Puppy Linux distribution' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-87513582-d396-4e21-95d5-b9ffc3d0a3c7' {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 87513582-d396-4e21-95d5-b9ffc3d0a3c7
- else
- search --no-floppy --fs-uuid --set=root 87513582-d396-4e21-95d5-b9ffc3d0a3c7
- fi
- linux /boot/vmlinuz root=/dev/sda5
- initrd /boot/initrd.gz
- }
- menuentry 'Ubuntu 18.04.2 LTS (18.04) (en /dev/sda9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-a1234900-24d3-44bc-9a66-f8758fdd77dd' {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt9'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 a1234900-24d3-44bc-9a66-f8758fdd77dd
- else
- search --no-floppy --fs-uuid --set=root a1234900-24d3-44bc-9a66-f8758fdd77dd
- fi
- linux /boot/vmlinuz-4.18.0-17-generic root=UUID=a1234900-24d3-44bc-9a66-f8758fdd77dd ro quiet splash $vt_handoff
- initrd /boot/initrd.img-4.18.0-17-generic
- }
- set timeout_style=menu
- if [ "${timeout}" = 0 ]; then
- set timeout=10
- fi
- ### END /etc/grub.d/40_custom ###
- ### BEGIN /etc/grub.d/42_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/42_custom ###
- ### BEGIN /etc/grub.d/45_os-prober_proxy ###
- m
- ### END /etc/grub.d/45_os-prober_proxy ###
Advertisement
Add Comment
Please, Sign In to add comment