retirar win10 do GRUB [RESOLVIDO]

1. retirar win10 do GRUB [RESOLVIDO]

Hugo Leonardo Carmona Macedo
hugolcm

(usa Linux Mint)

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?


  


2. MELHOR RESPOSTA

Diego Mendes Rodrigues
diegomrodrigues

(usa Ubuntu)

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

Bruno Cavalcanti
Bruno_Cavalcanti

(usa CentOS)

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

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

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

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


5. Re: retirar win10 do GRUB [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

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]

Hugo Leonardo Carmona Macedo
hugolcm

(usa Linux Mint)

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]

Hugo Leonardo Carmona Macedo
hugolcm

(usa Linux Mint)

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!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts