Pular para o conteúdo

retirar win10 do GRUB [RESOLVIDO]

Responder tópico
  • Denunciar
  • Indicar

1. retirar win10 do GRUB [RESOLVIDO]

Enviado em 18/06/2018 - 15:43h

eu tinha o windows 10 e o mint em dual boot, porém exclui o w10 e extendi a partição do mint e mesmo assim ainda aparece o w10 no grub quando dou boot, já dei sudo update-grub após estender a partição do mint e mesmo assim o w10 não saí do grub, alguém aí sabe como remover o w10 do grub?

Responder tópico

2. Re: retirar win10 do GRUB [RESOLVIDO]

Melhor resposta

Enviado em 19/06/2018 - 09:11h

Utiize o software Grub Customizer, nele você pode editar e customizar seu Grub.
Abraço,
Diego M. Rodrigues

3. Boa tarde

Enviado em 18/06/2018 - 17:25h

Tenta dar uma olhada nos arquivos

/etc/default/grub
/boot/grub/grub.cfg

Abraço e viva o linux.

4. Re: retirar win10 do GRUB

Enviado em 18/06/2018 - 17:27h

Rode comando: sudo update-grub
Ou tente usar GRUB customizer

5. Re: retirar win10 do GRUB [RESOLVIDO]

Enviado em 18/06/2018 - 17:49h

Um jeito é como falou o Bruno, vc precisa editar (com editor de texto em modo root) e comentar (com #), todas as linhas referentes ao Windows, no arquivo /boot/grub/grub.cfg mas primeiro copia ele para proteger:


$ cd /
$ cd /boot/grub
$ sudo cp /boot/grub/grub.cfg /boot/grub/grub.cfg.original
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
Albfneto,
Ribeirão Preto, S.P., Brasil.
Usuário Linux, Linux Counter: #479903.
Distros Favoritas: Sabayon, Gentoo, openSUSE, Mageia e OpenMandriva.

6. Re: retirar win10 do GRUB [RESOLVIDO]

Enviado em 19/06/2018 - 08:20h

Bruno_Cavalcanti escreveu:

Tenta dar uma olhada nos arquivos

/etc/default/grub
/boot/grub/grub.cfg

Abraço e viva o linux.
olhei e tá isso aqui

#! /bin/sh
set -e

# Set distributor to "Ubuntu"
#
# In Mint 16:
# shim and grub come with hardcoded ubuntu strings upstream, without this EFI installation is broken
# https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1242417
#
# In Mint 17:
# Despite the bug report being marked as fixed, the situation is the same. Grub was patched by Ubuntu
# to assign the "ubuntu" distributor ID when it was given "Kubuntu". That results in Kubuntu finally
# getting EFI to work out of the box but still using "ubuntu" as far as grub-install is concerned.
# So we'll stick to "Ubuntu" for this iteration.
#
# In Mint 18:
# Some packages are still hardcoded with the "ubuntu" path.. fwupdate for instance.
# Visually, the grub boot menuentry name is set for derivatives in 10_linux,
# but underneath the EFI path remains "ubuntu" for everything to work properly.

GRUB_DISTRIBUTOR="Ubuntu"

7. Re: retirar win10 do GRUB [RESOLVIDO]

Enviado em 19/06/2018 - 09:54h

diegomrodrigues escreveu:

Utiize o software Grub Customizer, nele você pode editar e customizar seu Grub.
Abraço,
Diego M. Rodrigues
consegui aqui pelo GRUB Customizer, não conhecia esse software. Obrigado pela ajuda!

Responder tópico

Responder tópico

Entre na sua conta para responder.

Fazer login para responder