Mudanças entre as edições de "Grub"
De MochilaWiki
Ir para navegaçãoIr para pesquisar (Criou página com '* http://gnu2all.blogspot.com/2012/02/fedora-adicionando-outras-distribuicoes.html * http://www.dedoimedo.com/computers/grub-2.html') |
|||
Linha 1: | Linha 1: | ||
+ | <source lang="bash"> | ||
+ | apt-get install os-prober | ||
+ | </source> | ||
+ | |||
+ | em debian squeeze | ||
+ | <source lang="bash"> | ||
+ | grub-mkconfig /boot/grub/grub.cfg | ||
+ | </source> | ||
+ | |||
* http://gnu2all.blogspot.com/2012/02/fedora-adicionando-outras-distribuicoes.html | * http://gnu2all.blogspot.com/2012/02/fedora-adicionando-outras-distribuicoes.html | ||
* http://www.dedoimedo.com/computers/grub-2.html | * http://www.dedoimedo.com/computers/grub-2.html |
Edição das 19h01min de 24 de maio de 2012
apt-get install os-prober
em debian squeeze
grub-mkconfig /boot/grub/grub.cfg