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 type command in linux?
How can you check the amount of lines in a file?
How do you run command every time a file is modified?
what is the fastest way to enter a series of commands from the command-line in linux
How to recover /etc/passwd file and /etc/shadow file?
How do I know my shell?
How do you grep?
What does wc command do in unix?
What is difference between sh and bash?
How remove all files in a directory linux?
Which command would you use if you want to remove the password assigned to a group?
What is the command to check cpu speed in linux?
Find command can search for files by
What is dos and its commands?
What is help command in linux?