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
Which command reduces the size of a file?
Explain about chmod options filename?
Describe the mknod command and when you’d use it.
What are linux commands?
What is devops model?
What command would you use to check how much memory is being used by linux?
What is df command in unix?
What is the command to see on which port which service is running?
How do I check disk space in bash?
What is cmake in linux?
Is llvm a virtual machine?
What does free command do in linux?
What is df -h command?
What is the difference between diff and cmp command in unix?
Explain the linux ‘cd’ command options along with the description?