В Fri, 8 Feb 2013 11:00:00 -0800
Jordan Uggla <[email protected]> пишет:

> A functionally equivalent entry (which would not produce a warning) would be:
> 
> gfxpayload=1280x1024x16
> insmod part_msdos
> root=(hd0,msdos22)

Strictly speaking, parenthesis are not part of device name, so it has to
be

root=hd0,msdos22

This allows to later use it like

linux ($root)/vmlinuz

which otherwise would be invalid ((hd0,msdos22)). grub2 strips extra
parenthesis internally so it appears to work.

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to