help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub2 almost does what I want


From: Andrey Borzenkov
Subject: Re: Grub2 almost does what I want
Date: Fri, 8 Feb 2013 23:16:32 +0400

В Fri, 8 Feb 2013 11:00:00 -0800
Jordan Uggla <address@hidden> пишет:

> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]