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


Please Help Members By Posting Answers For Below Questions

How do you kill a process in linux?

558


What is Data Command?

615


How do I know my shell?

542


What is the difference between locating and locate command?

529


What is the default number of shell commands saved in the history list of .cshrc file?

552






What is cpu utilization linux?

541


Explain the ‘ls’ command in linux

560


Which command is used to clear the screen?

546


What is command to check ports running/used over local machine

649


What is the use of ls command?

495


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

556


What is difference between comm and CMP command?

527


How many types of commands are there in linux?

564


How do I create a .txt file?

547


Why is linux cpu usage so high?

540