How to hide the partition in GRUB booting?
(This technique is required when you have more that one
Windows system on different partitions of the same disk, let
us say the first and second partitions of the first hard
drive, to boot from the first partition you must hide the
second one)
Answer Posted / venkat.palavarapu
grub> unhide (hd0,0)
grub> hide (hd0,1)
grub> rootnovery (hd0,0)
grub> chainloader +1
grub> makeactive
grub> boot
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is echo command in batch file?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How do I set permission to run in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is a ulimit in unix?
How do I remove a soft link in linux?
What is the default number of shell commands saved in the history list of .cshrc file?
What command would you use to create an empty file without opening it to edit it?
What are the options of wc command?
What are the 7 types of sentences?
What happens to hard link when file is deleted?
What is finger in networking?
What is whois command in linux?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Which command is used to check the number of files and disk space used and the each user’s defined quota?