[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Understanding Grub2
From: |
Goh Lip |
Subject: |
Re: Understanding Grub2 |
Date: |
Mon, 16 Apr 2018 08:32:19 +0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 16/04/18 08:25, Goh Lip wrote:
The following should do.
insmod part_msdos
set root='hd0,msdos1'
search.fs_uuid xxxxxxxxxxxxxxxxxxxx root
set prefix=($root)/boot/grub
timeout=10
If you have specific requirements, add these (as an example)
set gfxmode=1024x768x32
set gfxpayload=1024x768x32
set locale_dir=$prefix/locale
set lang=en_US
insmod gfxterm
terminal_output gfxterm
- Understanding Grub2, Richard Owlett, 2018/04/15
- Re: Understanding Grub2, Goh Lip, 2018/04/15
- Re: Understanding Grub2, Richard Owlett, 2018/04/15
- Re: Understanding Grub2, sashab, 2018/04/16
- Re: Understanding Grub2, Richard Owlett, 2018/04/16
- Re: Understanding Grub2, Marc Haber, 2018/04/16
- Re: Understanding Grub2, Richard Owlett, 2018/04/16