[gentoo-user] Re: Human configurable boot loader, OR useful grub2 documentation

2019-07-09 Thread Grant Edwards
On 2019-07-09, Ian Zimmerman wrote: > On 2019-07-05 14:25, Grant Edwards wrote: > >> -grub.cfg-- >> timeout=10 >> root=hd0,1 >> >> menuentry 'vmlinuz-4.19.52-gentoo' { >> linux /boot/vmlinuz-4.19.52-gentoo root=/dev/sda1 >> } >> >>

[gentoo-user] Re: Human configurable boot loader, OR useful grub2 documentation

2019-07-09 Thread Ian Zimmerman
On 2019-07-05 14:25, Grant Edwards wrote: > -grub.cfg-- > timeout=10 > root=hd0,1 > > menuentry 'vmlinuz-4.19.52-gentoo' { > linux /boot/vmlinuz-4.19.52-gentoo root=/dev/sda1 > } > > menuentry 'vmlinuz-4.14.83-gentoo' { > linux

Re: [gentoo-user] Re: Human configurable boot loader, OR useful grub2 documentation

2019-07-08 Thread mad.scientist.at.large
Ok, you convinced me i can selectively read the grub2 manual for the essential commands less scripting.  I'll try that tonight.  I would like to know where to get the source of the legacy grub that observed gentoo use flags, I'm thinking about simpler systems including a couple of 32 bit

[gentoo-user] Re: Human configurable boot loader, OR useful grub2 documentation

2019-07-05 Thread Grant Edwards
On 2019-07-05, Francesco Turco wrote: > On Fri, Jul 5, 2019, at 08:05, mad.scientist.at.la...@tutanota.com wrote: >> So, is there either a boot loader that a human can configure >> manually that can handle LUKS partitions?  No uefi, but GPT would >> be nice. > > I have a LUKS-encrypted system,