Im currently dual booting Kali Linux and Windows and I want to change what grub automatically boots to. Instead of it booting into Kali after 5 seconds I want it to boot into windows. Can someone help me? Thanks!
Forum Thread: How to Change What Grub Automatically Boots To?
- Hot
- Active
-
Forum Thread: How to Hack Android Phone Using Same Wifi 28 Replies
6 hrs ago -
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
4 days ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
1 wk ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 18 Replies
3 wks ago -
Forum Thread: Mitm attack problem 2 Replies
3 wks ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
1 mo ago -
Metasploit Error: Handler Failed to Bind 40 Replies
1 mo ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
1 mo ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
1 mo ago -
Forum Thread: How to Hack School Website 8 Replies
1 mo ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
1 mo ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
1 mo ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
2 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
2 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
3 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
3 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
4 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
4 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
4 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
4 mo ago
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How To: Dox Anyone
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Use SQL Injection to Run OS Commands & Get a Shell
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
Hacking Windows 10: How to Dump NTLM Hashes & Crack Windows Passwords
-
How To: Exploit EternalBlue on Windows Server with Metasploit
-
How To: Brute-Force FTP Credentials & Get Server Access
3 Responses
Google goes a long way, but Google would also tell you the complicated method to do so. I just use Grub Customizer, this program also allows you to easily change the colors, resolution (to an extent) and the background plus what OS boots and how long the GRUB menu shows!
I downloaded it installed it and edited grub to the way I wanted It and it worked perfect for the first few boots and now this come up when I boot it up "minimal BASH-like line editing is supported. For the first word, TAB lists possible command completion. Anywhere else TAB lists possible device or file completions.
grub>" Could someone tell me how to fix this? Thanks.
https://null-byte.wonderhowto.com/how-to/hack-like-pro-linux-basics-for-aspiring-hacker-part-21-grub-bootloader-0154965/
there are some scripts for grub in /etc . i hope changing some variable will do ur job..
as per the link look into /etc/default/grub file...(open it in leafpad)
its has following lines and many comments..following is mine
GRUBDEFAULT=0
GRUBTIMEOUT=5
GRUBDISTRIBUTOR=`lsbrelease -i -s 2> /dev/null || echo Debian`
GRUBCMDLINELINUXDEFAULT="quiet"
GRUBCMDLINELINUX="initrd=/install/gtk/initrd.gz
you can alter the timeout and the default OS its booting into , the first two row variables. read the link carefully .after altering u have to update the main grub.cfg file in /boot.
alter when u are 100% sure, i think this might do ur job..
Share Your Thoughts