Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-31 Thread jacob
Oh well, in that case I guess it is probably adequate - but I'm fairly sure we did update grub after that hint was written, so perhaps its options might have changed. I haven't read the hint, but I had assumed efiemu might be needed. I'll try recompiling. (: When I googled last night, root=/d

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-31 Thread Ken Moffat
On Mon, Oct 31, 2016 at 07:47:58PM -0400, jacob wrote: > > The LFS grub is probably incorrectly built for UEFI. But unless you > > chainload, only one bootloader (i.e. Arch's grub, unless you > > overwrite it) is likely to be used. Hmm, I suppose that might not > > be true for UEFI - but first yo

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-31 Thread jacob
The LFS grub is probably incorrectly built for UEFI. But unless you chainload, only one bootloader (i.e. Arch's grub, unless you overwrite it) is likely to be used. Hmm, I suppose that might not be true for UEFI - but first you need to get both your LFS kernel and the stanza in Arch's grub.cfg t

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-31 Thread Hazel Russman
On Mon, 31 Oct 2016 02:21:53 + Ken Moffat wrote: > I note you don't care about the recent Dirty COW vulnerability. But > since it doesn't boot, that kernel version is the least of your problems. > But when it does boot, safest to upgrade to any stable kernel > released after 20th October - m

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Ken Moffat
On Sun, Oct 30, 2016 at 09:25:49PM -0500, Douglas R. Reno wrote: > On Sun, Oct 30, 2016 at 9:21 PM, Ken Moffat wrote: > > > > > I note you don't care about the recent Dirty COW vulnerability. But > > since it doesn't boot, that kernel version is the least of your problems. > > But when it does b

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Douglas R. Reno
On Sun, Oct 30, 2016 at 9:21 PM, Ken Moffat wrote: > On Sun, Oct 30, 2016 at 09:25:06PM -0400, jacob wrote: > > > > I am using chainloading probably incorrectly here, sorry, I shall > explain a > > few things regarding my setup. I'm essentially attempting to boot LFS > > through UEFI in 2 differe

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Ken Moffat
On Sun, Oct 30, 2016 at 09:25:06PM -0400, jacob wrote: > > I am using chainloading probably incorrectly here, sorry, I shall explain a > few things regarding my setup. I'm essentially attempting to boot LFS > through UEFI in 2 different ways - Through the LFS install with LFS's grub, > and through

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread jacob
On 2016-10-30 21:01, Ken Moffat wrote: On Sun, Oct 30, 2016 at 08:43:54PM -0400, jacob wrote: On 2016-10-30 20:33, Ken Moffat wrote: > On Sun, Oct 30, 2016 at 06:55:56PM -0400, jacob wrote: > > > > > > I've changed grub-install to add the --modules flag, so it's now ran > > as > > grub-install -

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Ken Moffat
On Sun, Oct 30, 2016 at 07:52:19PM -0500, Douglas R. Reno wrote: > I might be *wildly* wrong here, but are you sure that Grub2 supports UEFI? > I remember discussions about rEFInd in the past. > > Dan McGhee wrote a hint about it here: > > http://linuxfromscratch.org/hints/downloads/files/lfs-uef

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Ken Moffat
On Sun, Oct 30, 2016 at 08:43:54PM -0400, jacob wrote: > On 2016-10-30 20:33, Ken Moffat wrote: > > On Sun, Oct 30, 2016 at 06:55:56PM -0400, jacob wrote: > > > > > > > > > I've changed grub-install to add the --modules flag, so it's now ran > > > as > > > grub-install --target=x86_64-efi --efi-d

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Douglas R. Reno
On Sun, Oct 30, 2016 at 7:43 PM, jacob wrote: > On 2016-10-30 20:33, Ken Moffat wrote: > >> On Sun, Oct 30, 2016 at 06:55:56PM -0400, jacob wrote: >> >>> >>> >>> I've changed grub-install to add the --modules flag, so it's now ran as >>> grub-install --target=x86_64-efi --efi-directory=/boot/efi

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread jacob
On 2016-10-30 20:33, Ken Moffat wrote: On Sun, Oct 30, 2016 at 06:55:56PM -0400, jacob wrote: I've changed grub-install to add the --modules flag, so it's now ran as grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=LFS --modules=part_gpt --recheck --debug Here is m

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread Ken Moffat
On Sun, Oct 30, 2016 at 06:55:56PM -0400, jacob wrote: > > > I've changed grub-install to add the --modules flag, so it's now ran as > grub-install --target=x86_64-efi --efi-directory=/boot/efi > --bootloader-id=LFS --modules=part_gpt --recheck --debug > > Here is my grub.cfg, although it attemp

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-30 Thread jacob
On 2016-10-29 23:48, Wayne Blaszczyk wrote: On Sat, 2016-10-29 at 22:44 -0400, jacob wrote: On 2016-10-29 22:04, Wayne Blaszczyk wrote: > On Sat, 2016-10-29 at 15:28 -0400, jacob wrote: > > Hello, I've recently completed an LFS build using GRUB-2.03~beta, and  > > I've installed this using UEFI.

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-29 Thread Wayne Blaszczyk
On Sat, 2016-10-29 at 22:44 -0400, jacob wrote: > On 2016-10-29 22:04, Wayne Blaszczyk wrote: > > On Sat, 2016-10-29 at 15:28 -0400, jacob wrote: > > > Hello, I've recently completed an LFS build using GRUB-2.03~beta, and  > > > I've installed this using UEFI. When I boot linux however, I'm  > > >

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-29 Thread jacob
On 2016-10-29 22:04, Wayne Blaszczyk wrote: On Sat, 2016-10-29 at 15:28 -0400, jacob wrote: Hello, I've recently completed an LFS build using GRUB-2.03~beta, and  I've installed this using UEFI. When I boot linux however, I'm greeted  with a black screen. I'm unsure how to debug this as the ker

Re: [lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-29 Thread Wayne Blaszczyk
On Sat, 2016-10-29 at 15:28 -0400, jacob wrote: > Hello, I've recently completed an LFS build using GRUB-2.03~beta, and  > I've installed this using UEFI. When I boot linux however, I'm greeted  > with a black screen. I'm unsure how to debug this as the kernel doesn't  > even panic, it just sits. >

[lfs-support] Grub2 won't boot new UEFI LFS build

2016-10-29 Thread jacob
Hello, I've recently completed an LFS build using GRUB-2.03~beta, and I've installed this using UEFI. When I boot linux however, I'm greeted with a black screen. I'm unsure how to debug this as the kernel doesn't even panic, it just sits. Here are some configuration files .config: http://spru