Enviado em 04/04/2016 - 02:58h
Reinstalei o Windows e perdi meu Grub. depois instalei pelo Live CD do debian da seguinte maneira:
mount /dev/sda(number of partition with kali) /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt bash
grub-install --boot-directory=/mnt/boot /dev/sda
update-grub
exit
reboot
Porem ele veio sem interface Gráfica e não faco a minima ideia de quais comandos usar... alguém sabe me dizer como instalar um interface gráfica ou pelo menos o comando para iniciar um SO...
mount /dev/sda(number of partition with kali) /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt bash
grub-install --boot-directory=/mnt/boot /dev/sda
update-grub
exit
reboot
Porem ele veio sem interface Gráfica e não faco a minima ideia de quais comandos usar... alguém sabe me dizer como instalar um interface gráfica ou pelo menos o comando para iniciar um SO...