Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Help: Windows 10 and Kali Linux 2.0 Dual Boot

happylol56

The Saint
Advanced Member
Messages
989
Reaction score
0
Points
26
Hello, I would like to ask for help, after installing kali linux for dual boot with my win 10, by following this http://techlog360.com/2015/09/how-to-dual-boot-kali-linux-v2-0-with-windows-10/

I encountered a problem. after I restart my laptop, i will always boot up directly to windows 10. although it is so clear that I have successfully installed the grub efi ( i've seen it in the graphical installation of Kali).

does anyone here knows to fix this?
 
Hello, I would like to ask for help, after installing kali linux for dual boot with my win 10, by following this http://techlog360.com/2015/09/how-to-dual-boot-kali-linux-v2-0-with-windows-10/

I encountered a problem. after I restart my laptop, i will always boot up directly to windows 10. although it is so clear that I have successfully installed the grub efi ( i've seen it in the graphical installation of Kali).

does anyone here knows to fix this?

Go to BIOS SETUP and disable the "Secure Boot" then set it first boot the Kali Linux Boot Manager then it will proceed to Kali Gui Interface....Good luck
 
how to set the first boot to kali linux boot manager? I already did disable the Secure boot but still i will boot directly to Win10 :(
 
Try getting EasyBCD. Add a new entry for your linux. That will be Grub2. After doing so, edit your boot menu. Check Kali Linux (or whatever you've named your kali sana upon adding the entry earlier) as default. then restart.
View attachment 241320
View attachment 241321...

If ever di mo ma boot yung Kali Linux mo, try booting on a Live CD, then try this.

Code:
sudo mount /dev/sdaX /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /dev/pts /mnt/dev/pts
sudo mount --bind /sys /mnt/sys
sudo mount -t proc /proc /mnt/proc
sudo chroot /mnt /bin/bash
mount -a
I add the squeeze repository

Code:
vim /etc/apt/source.list
add this :
## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb ftp://ftp.fr.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
# avant squeeze : deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb ftp://ftp.fr.debian.org/debian/ squeeze-updates main contrib non-free
#optionnel :
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

save
And install grub

Code:
apt-get install grub-pc
I choose the /dev/sda disk for the install and i update the grub running config file with :

Code:
update-grub

then restart.
copied from this site https://forums.kali.org/showthread.php?20854-Fix-quot-grub-pc-failed-to-install-into-target-quot-Fix

after pag nakaboot ka na, be sure to replace the repositories on /etc/apt/source.list . dapat yung sa kali sana. then update. http://docs.kali.org/general-use/kali-linux-sources-list-repositories

Hope it helps. Win 10 - Kali 2.0 user here :salute:
 

Attachments

  • Untitled.png
    Untitled.png
    997 KB · Views: 37
  • Untitled1.png
    Untitled1.png
    854.9 KB · Views: 18
Last edited:
how to set the first boot to kali linux boot manager? I already did disable the Secure boot but still i will boot directly to Win10 :(

punta ka lang sa Boot Panel ng BIOS SETUP makikita mo dun tinutukoy ko ilagay mo sa una yong KALI BOOT MGR
 
Last edited:
punta ka lang sa Boot Panel ng BIOS SETUP makikita mo dun tinutukoy ko ilagay mo sa una yong KALI BOOT MGR

wala pong boot panel ang bios setup ko, ang meron lng eh boot setup para sa mga devices :(


ung easybcd naman d po gumagana sa uefi :(
 
tanong lng po mga master. . .paano maginstall ng kali linux. .??gusto ko po kasi matuto ng hacking. . sana po my makasagot sa tanong ko,,,,
 
wala pong boot panel ang bios setup ko, ang meron lng eh boot setup para sa mga devices :(


ung easybcd naman d po gumagana sa uefi :(

Meron po yan sir basta EFI base kagaya ng nasa attachment...nasa baba lang sya ng Bootable Devices


20151101_223150_zpsemvtrtiq.jpg
 
Last edited:
wala pong boot panel ang bios setup ko, ang meron lng eh boot setup para sa mga devices :(


ung easybcd naman d po gumagana sa uefi :(

Ahh I see.. That's the reason I switched to legacy instead of UEFI. Pero d mo pa na boot eversince yung KALI mo? Na install ba successfully yung grub ?
 
Update: Na fix ko na po, ni-re download ko ung kali linux 2.0 then ininstall ko ulit :)

btw, ayaw gumana nung sound sa kali linux, na try ko na mag update lahat like alsa-base etc, kaso d na fix. baka siguru need ng amd driver, ang tanong ko eh paano ba mag install ng amd driver ung catalyst??
 
Back
Top Bottom