# Best way to use GRUB in a multiboot system

`default 0`  
`timeout 8`  
`gfxmenu (hd0,1)/boot/message`  
`title Suse`  
`   rootnoverify (hd0,1)`  
`   chainloader +1`  
`title Arch`  
`   rootnoverify (hd0,2)`  
`   chainloader +1`  
`title Debian`  
`   rootnoverify (hd0,6)`  
`   chainloader +1`