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)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aman thakur
I don't think we really need to hide a partition if we are having 2 windows OS installed becoz GRUB makes the chainload entry in it for WINDOWS OS automatically.... But their is also an option to edit the grub menu. So, You can edit the file /etc/grub.conf and remove the menu entry of the OS you want to hide....
| Is This Answer Correct ? | 0 Yes | 5 No |
What does top do in linux?
How can I delete a file in linux?
can any one send me one project on linux ...?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?
What is make command in linux?
What is the syntax of mkdir?
What does mkdir do in linux?
What could be the problem when a command that was issued gave a different result from the last time it was used?
How do you create a text file in linux terminal?
How you will uncompress the file?
How remove all files in a directory linux?