Linux Commands Question:

Download Job Interview Questions and Answers PDF

How to hide the partition in GRUB booting?

Linux Commands Interview Question
Linux Commands Interview Question

Answer:

grub> unhide (hd0,0)
grub> hide (hd0,1)
grub> rootnovery (hd0,0)
grub> chainloader +1
grub> makeactive
grub> boot

Download Linux Commands Interview Questions And Answers PDF

Previous QuestionNext Question
What is chainloading?How to shuffle the GRUB booting from one Disk to other?