Re: Booting impossible

2019-06-28 Thread Patrick Dupre
I am curious. Checking in the info --boot-directory=DIR' Install GRUB images under the directory 'DIR/grub/' It means that in your example, it will be installed in /boot/efi/EFI/fedora/grub while the default is /boot On my machine there is not /boot/grub (inly a /boot/grub2) and no /boot/efi/

Re: Booting impossible

2019-06-28 Thread Tom H
On Wed, Jun 26, 2019 at 1:24 PM Patrick Dupre wrote: >> >> grub2-install --boot-directory=/boot /dev/sda > > This is what I do not understand: > --boot-directory=/boot is the default > then > grub2-install /dev/sda --boot-directory=/boot/efi/EFI/fedora

Re: Booting impossible

2019-06-28 Thread Tom H
On Tue, Jun 25, 2019 at 9:10 PM stan via users wrote: > > re-install the shim and grub-efi. e.g. > dnf reinstall grub2-efi shim-ia32 shim-x64 dnf reinstall grub2-efi-x64 shim-x64 No need for shim-ia32 on x64. ___ users mailing list -- users@lists.fedor

Re: Booting impossible

2019-06-28 Thread Tom H
On Tue, Jun 25, 2019 at 8:11 PM Patrick Dupre wrote: > > The situation is becoming worst and worst. > I tried an grub2-install /dev/sda > Now, I cannot boot at all. > I just enter in to a grub menu from here I am stuck. "grub2-install /dev/sda" isn't good on EFI. On Fedora, you need: grub2-inst

Re: Booting impossible

2019-06-27 Thread stan via users
On Thu, 27 Jun 2019 16:12:10 +0200 "Patrick Dupre" wrote: > Hello, > > The issue is fixed. But I cannot really gives a recipes. > The issue was in the generation of the grub.cfg > 1) It did let boot on system 1 when generated by system 2 (it looks > that a efilinux and efiinitrd were missing). T

Re: Booting impossible

2019-06-27 Thread Patrick Dupre
Hello, The issue is fixed. But I cannot really gives a recipes. The issue was in the generation of the grub.cfg 1) It did let boot on system 1 when generated by system 2 (it looks that a efilinux and efiinitrd were missing). This let me boot on system 1. 2) When I booted on system 1, the new grub

Re: Booting impossible

2019-06-27 Thread stan via users
On Tue, 25 Jun 2019 21:59:27 +0200 "Patrick Dupre" wrote: > Hello, > > Thank for your suggestions. > Here is the current situation. > After I installed the 2nd boot system on sda6 with a /boo/efi on the > sdb1 (the 2 systems could mount the same /boot/efi), I have never > been able to boot on th

Re: Booting impossible

2019-06-26 Thread Igor Bezrodnik
Ok On Wed, 2019-06-26 at 11:45 -0700, Samuel Sieb wrote: > On 6/25/19 12:31 PM, Igor Bezrodnik wrote: > > Patrick if you use uefi system once you boot do this steps: > > ) sudo grub2-install /dev/sda/ > > Please do not suggest this any more. On an EFI system, it will not > help > and might harm

Re: Booting impossible

2019-06-26 Thread Samuel Sieb
On 6/25/19 12:31 PM, Igor Bezrodnik wrote: Patrick if you use uefi system once you boot do this steps: ) sudo grub2-install /dev/sda/ Please do not suggest this any more. On an EFI system, it will not help and might harm things. ___ users mailing l

Re: Booting impossible

2019-06-26 Thread Patrick Dupre
> > == > > > > > > > Sent: Tuesday, June 25, 2019 at 9:09 PM > > > From: "Igor Bezrodnik" > > > To: users@lists.fedoraproject.org > > > Subject: Re: Booting impossible > >

Re: Booting impossible

2019-06-26 Thread Igor Bezrodnik
0, 21078 DIJON Cedex FRANCE > Tel: +33 (0)380395988 > = > == > > > > Sent: Tuesday, June 25, 2019 at 9:09 PM > > From: "Igor Bezrodnik" > > To: users@lists.fedoraproject.org > > Subject: Re: Booting impossible > &g

Re: Booting impossible

2019-06-26 Thread Patrick Dupre
ent: Tuesday, June 25, 2019 at 9:09 PM > From: "Igor Bezrodnik" > To: users@lists.fedoraproject.org > Subject: Re: Booting impossible > > Patrick, you need this steps to boot your system : > > Using the GRUB2 boot prompt > > If improperly configured, GRUB2 may f

Re: Booting impossible

2019-06-25 Thread Patrick Dupre
= > Sent: Tuesday, June 25, 2019 at 2:52 PM > From: "stan via users" > To: users@lists.fedoraproject.org > Cc: stan > Subject: Re: Booting impossible > > On Tue, 25 Jun 2019 11:23:49 -0700 > stan wrote: > > > working. My unders

Re: Booting impossible

2019-06-25 Thread Igor Bezrodnik
Patrick if you use uefi system once you boot do this steps: ) sudo grub2-install /dev/sda/ 2) sudo dnf reinstall grub2-efi-x64 shim-ia32 shim-x6 3) sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg On Tue, 2019-06-25 at 19:20 +0200, Patrick Dupre wrote: > Hello, > > The situation is becoming wo

Re: Booting impossible

2019-06-25 Thread Igor Bezrodnik
Patrick, you need this steps to boot your system : Using the GRUB2 boot prompt If improperly configured, GRUB2 may fail to load and subsequently drop to a boot prompt. To address this issue, proceed as follows: 1) Load the XFS and LVM modules insmod xfs insmod lvm 2) List the dri

Re: Booting impossible

2019-06-25 Thread stan via users
On Tue, 25 Jun 2019 11:23:49 -0700 stan wrote: > working. My understanding is that there can be only one > default uefi /boot/efi. To clarify, there can only be one fedora bootable from each /boot/efi. A single version of any other OS can also be booted from the same /boot/efi. So you could ha

Re: Booting impossible

2019-06-25 Thread stan via users
On Tue, 25 Jun 2019 11:23:49 -0700 stan wrote: > dnf reinstall grub2-efi shim-ia32 shim-x64 This should be dnf reinstall grub2-efi-x64 shim-ia32 shim-x64 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le.

Re: Booting impossible

2019-06-25 Thread Michael Schwendt
On Tue, 25 Jun 2019 19:20:32 +0200, Patrick Dupre wrote: > Hello, > > The situation is becoming worst and worst. > I tried an grub2-install /dev/sda When did you run that command? Within a running working installation? And why did you run it? > Now, I cannot boot at all. > I just enter in to a

Re: Booting impossible

2019-06-25 Thread stan via users
On Tue, 25 Jun 2019 19:20:32 +0200 "Patrick Dupre" wrote: > The situation is becoming worst and worst. > I tried an grub2-install /dev/sda > Now, I cannot boot at all. > I just enter in to a grub menu from here I am stuck. > Can I collect a bit of help? It sounds like you are throwing mud at th

Booting impossible

2019-06-25 Thread Patrick Dupre
Hello, The situation is becoming worst and worst. I tried an grub2-install /dev/sda Now, I cannot boot at all. I just enter in to a grub menu from here I am stuck. Can I collect a bit of help? Thank. === Patrick DUPRÉ