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 Install Kali Linux on Iphone or Ipad 25 Replies
4 hrs ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 42 Replies
1 day 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 13 Replies
1 day ago -
Forum Thread: InstaBrute Traceback Error Plz Help 2 Replies
1 day ago -
Forum Thread: Get Victim's Exact Location Using TrackUrl 26 Replies
1 day ago -
Forum Thread: Hacking Facebook,Twitter,Instagram Account Passwords with BruteForce 159 Replies
2 days ago -
Forum Thread: Ext4 File System Error While Installing Kali Linux for Bootable Usb 3 Replies
5 days ago -
Forum Thread: Eml to PST Conversion 3 Replies
5 days ago -
Forum Thread: PORT FORWARDING IN JIOFI 18 Replies
5 days ago -
Forum Thread: How to Hack CCTV Private Cameras 65 Replies
6 days ago -
Forum Thread: Hack Instagram Account Using BruteForce 197 Replies
1 wk ago -
Forum Thread: How to Hack a Website to Edit It 19 Replies
1 wk ago -
Forum Thread: Android Doesn't Connect Back to Metasploit with App Payload? 18 Replies
1 wk ago -
Forum Thread: Kali Linux WiFi Problem? 41 Replies
2 wks ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 173 Replies
2 wks ago -
Forum Thread: How to Start Listening Connections on Metaslpoit (WINDOWS) 8 Replies
2 wks ago -
Forum Thread: Grab Target's Webcam by Link 4 Replies
2 wks ago -
How to: HACK Android Device with TermuX on Android | Part #2 - Over WLAN Hotspot [Ultimate Guide] 24 Replies
2 wks ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 41 Replies
2 wks ago -
Forum Thread: No Wireless Extensions in Linux Debian 3 Replies
3 wks ago
-
How To: Use RedRabbit for Pen-Testing & Post-Exploitation of Windows Machines
-
How To: Phish for Social Media & Other Account Passwords with BlackEye
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Boost Your Security with a VPN & Private Email Service
-
How To: Hack Android Using Kali (Remotely)
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Crack Password-Protected ZIP Files, PDFs & More with Zydra
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Hunt Down Social Media Accounts by Usernames with Sherlock
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
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: Write an XSS Cookie Stealer in JavaScript to Steal Passwords
-
How To: Use Ettercap to Intercept Passwords with ARP Spoofing
-
How To: Bypass File Upload Restrictions on Web Apps to Get a Shell
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