Show the GRUB Menu by Default on Ubuntu दिखाएँ GRUB Ubuntu पर डिफ़ॉल्ट रूप से मेनू
When Ubuntu boots, you normally briefly see a screen that says “GRUB loading. जब Ubuntu जूते, आप आमतौर पर संक्षेप में एक स्क्रीन देखते हैं कि कहते हैं, "GRUB लोड हो रहा है. please wait… Press Esc to enter the menu…” कृपया प्रतीक्षा करें ... प्रेस ईएससी के लिए मेनू में प्रवेश ... "
If you are hacking around your system and would prefer to always see the GRUB menu (to enter command-line options, for instance), there's an easy fix. यदि आप के आसपास हैकिंग कर रहे हैं और अपने सिस्टम को हमेशा GRUB मेनू देखना पसंद करेंगे (कमान में प्रवेश के लिए लाइन विकल्प, उदाहरण के लिए), वहाँ एक आसान तय है.
Open up the /boot/grub/menu.lst file in your favorite text editor. खुला / बूट / खाना अपने पसंदीदा पाठ संपादक में / menu.lst फाइल करो. I'm using gedit: मैं gedit का इस्तेमाल कर रहा हूँ:
sudo gedit /boot/grub/menu.lst sudo gedit / बूट / भोजन / menu.lst
Now find the section that looks like this: अब खंड पाते हैं कि इस तरह दिखता है:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # मूलभूत रूप से मेनू खाल (ईएससी प्रेस को मेनू देखें)
hiddenmenu hiddenmenu
Put a # before hiddenmenu to comment that line out: एक डाल # पहले hiddenmenu कि बाहर लाइन टिप्पणी के लिए:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # मूलभूत रूप से मेनू खाल (ईएससी प्रेस को मेनू देखें)
#hiddenmenu # hiddenmenu
Save the file, and you should see the menu the next time you reboot. फ़ाइल सहेजें, और तुम मेनू अगली बार जब आप रिबूट देखना चाहिए.

Daily Email Updates दैनिक ईमेल अपडेट
You can get our how-to articles in your inbox each day for free. आप अपने इनबॉक्स में हमारे कैसे लेख को मुफ्त के लिए प्रत्येक दिन प्राप्त कर सकते हैं. Just enter your name and email below: बस नीचे अपना नाम और ईमेल दर्ज करें:


