[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.
- Re: Grub2 almost does what I want, (continued)
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/03
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/03
- Re: Grub2 almost does what I want, Jordan Uggla, 2013/02/05
- Re: Grub2 almost does what I want, Andrey Borzenkov, 2013/02/05
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/06
- Re: Grub2 almost does what I want, Andrey Borzenkov, 2013/02/07
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/07
- Re: Grub2 almost does what I want, Jordan Uggla, 2013/02/07
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/07
- Re: Grub2 almost does what I want, Jordan Uggla, 2013/02/08
- Re: Grub2 almost does what I want,
Andrey Borzenkov <=
- Re: Grub2 almost does what I want, Andrey Borzenkov, 2013/02/03
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/03
- Re: Grub2 almost does what I want, Andrey Borzenkov, 2013/02/05
- Re: Grub2 almost does what I want, Andrey Borzenkov, 2013/02/05
- Re: Grub2 almost does what I want, Felix Miata, 2013/02/06
- Re: Grub2 almost does what I want, Andrey Borzenkov, 2013/02/07
Re: Grub2 almost does what I want, Richard Owlett, 2013/02/03
Re: Grub2 almost does what I want, Chris Murphy, 2013/02/02