Mudar ordem do Grub! [RESOLVIDO]

1. Mudar ordem do Grub! [RESOLVIDO]

MotaRica
linuxgui

(usa Ubuntu)

Enviado em 01/05/2013 - 20:37h

Como faço para mudar a ordem do grub? o meu aparece assim

#
# 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
set have_grubenv=true
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 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_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 444931b4-5740-4ee2-8aa0-7da74be28c95
else
search --no-floppy --fs-uuid --set=root 444931b4-5740-4ee2-8aa0-7da74be28c95
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=pt_BR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_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
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Linux Mint 14 MATE 64-bit, 3.5.0-17-generic (/dev/sda5)' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 444931b4-5740-4ee2-8aa0-7da74be28c95
else
search --no-floppy --fs-uuid --set=root 444931b4-5740-4ee2-8aa0-7da74be28c95
fi
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=444931b4-5740-4ee2-8aa0-7da74be28c95 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.0-17-generic
}
menuentry 'Linux Mint 14 MATE 64-bit, 3.5.0-17-generic (/dev/sda5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 444931b4-5740-4ee2-8aa0-7da74be28c95
else
search --no-floppy --fs-uuid --set=root 444931b4-5740-4ee2-8aa0-7da74be28c95
fi
echo 'Loading Linux 3.5.0-17-generic ...'
linux /boot/vmlinuz-3.5.0-17-generic root=UUID=444931b4-5740-4ee2-8aa0-7da74be28c95 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-17-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 444931b4-5740-4ee2-8aa0-7da74be28c95
else
search --no-floppy --fs-uuid --set=root 444931b4-5740-4ee2-8aa0-7da74be28c95
fi
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 444931b4-5740-4ee2-8aa0-7da74be28c95
else
search --no-floppy --fs-uuid --set=root 444931b4-5740-4ee2-8aa0-7da74be28c95
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-60C08D31C08D0E8A' {
insmod part_msdos
insmod ntfs
set root='hd0,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 60C08D31C08D0E8A
else
search --no-floppy --fs-uuid --set=root 60C08D31C08D0E8A
fi
chainloader +1
}
### 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 ###


  


2. MELHOR RESPOSTA

Alexandre Martins da Cunha
alexandremc

(usa Debian)

Enviado em 02/05/2013 - 00:46h

Execute o seguinte comando no terminal como root:


cat /boot/grub/grub.cfg | grep menuentry | nl -v 0


Ele listará todos os sistemas instados e os respectivos números

Com o seu editor preferido, acesso o /boot/grub/grub.cfg.

Modifique o parâmetro


GRUB_DEFAULT=0

para o número do SO que deseja como padrão.

Lembre-se ao fazer desa forma, cada vez que executar o update-grub, o padrão voltará a ser zero.

Para deixar de forma definitiva

Em vez de alterar o /boot/grub/grub.cfg

Edite o /etc/default/grub

E execute

update-grub


Abraços

3. Re: Mudar ordem do Grub! [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 01/05/2013 - 20:46h

Instale o "grub-customizer".

http://va.mu/cVb3

Não mexa no arquivo que vc postou.


4. Re: Mudar ordem do Grub! [RESOLVIDO]

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 01/05/2013 - 21:09h

Grub-Customizer >> Dica do pinduvoz >> funciona com Ubuntu e LinuxMint

http://www.vivaolinux.com.br/dica/Instalando-o-GrubCustomizer


5. Re: Mudar ordem do Grub! [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 02/05/2013 - 09:44h

Mais fácil é usar Grub Customize, mas com cuidado,s arquivos de Grub podem ser editados.
veja esta dica e links citados>

http://www.vivaolinux.com.br/dica/Editando-diretamente-o-arquivo-controlador-do-GRUB-2/


6. Re: Mudar ordem do Grub! [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/05/2013 - 10:36h

Fiz uma instalação bastante limpa do Ubuntu 13.04 e por enquanto, não quis instalar nenhum PPA.

No GRUB precisava alterar a resolução, e o arquivo para editar é o /etc/default/grub, como recomenda o colega.

Mas, como bem recomendam os colegas, instale o Grub-Customizer se não tiver experiência em mexer com este arquivo. É um dos mais problemáticos caso altere algo que não deve.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts