a1ive/grub

query: use of (hd0,1) and (hd0,msdos1)/(hd0,gpt1)

steve6375 opened this issue · 2 comments

What is the difference between using (hd0,1) or using (hd0,msdos1) or (hd0,gpt1)?
Can I always use hd0,1 wherever (hd0,msdos1) or (hd0,gpt1) can be used so that it does not matter what the filesystem is?

a1ive commented

Can I always use hd0,1

yes.

thank