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 ll command in unix?
What is simple command?
Which command is used to review boot messages?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
What is FC command?
What is in mkdir command?
Which command is used to uncompress gzip files?
What is the use of finger command in linux?
What is filter command in unix?
How many types of commands are there in linux?
How can you copy lines into the buffer in command mode?
How remove all files in a directory linux?
What is a ulimit in unix?
What is #!/ Bin sh?
Brief about finger username?