* [gentoo-user] gummibootx64.efi OR bootx64.efi? @ 2015-03-02 5:11 German 2015-03-02 6:47 ` Fernando Rodriguez 2015-03-02 7:41 ` Canek Peláez Valdés 0 siblings, 2 replies; 11+ messages in thread From: German @ 2015-03-02 5:11 UTC (permalink / raw To: gentoo-user Out of curiosity I looked into my /boot partition and found two .efi files. One is /boot/efi/gummiboot/gummibootx64.efi and another is /boot/efi/boot/bootx64.efi. I remember I've created /boot/efi/boot/bootx64.efi during install by copying kernel image file to it and supposedly it was for efibootmng. I think gummiboot has created its own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks -- German <gentgerman@gmail.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 5:11 [gentoo-user] gummibootx64.efi OR bootx64.efi? German @ 2015-03-02 6:47 ` Fernando Rodriguez 2015-03-02 7:10 ` German 2015-03-02 7:41 ` Canek Peláez Valdés 1 sibling, 1 reply; 11+ messages in thread From: Fernando Rodriguez @ 2015-03-02 6:47 UTC (permalink / raw To: gentoo-user On Monday, March 02, 2015 12:11:51 AM German wrote: > Out of curiosity I looked into my /boot partition and found two .efi files. One is /boot/efi/gummiboot/gummibootx64.efi and another is /boot/efi/boot/bootx64.efi. I remember I've created /boot/efi/boot/bootx64.efi during install by copying kernel image file to it and supposedly it was for efibootmng. I think gummiboot has created its own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks It should be but the easiest certain way to find out is to move it and reboot, if the system doesn't boot then restore it. Also efibootmgr -v will show you which one you're using. -- Fernando Rodriguez ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 6:47 ` Fernando Rodriguez @ 2015-03-02 7:10 ` German 0 siblings, 0 replies; 11+ messages in thread From: German @ 2015-03-02 7:10 UTC (permalink / raw To: gentoo-user On Mon, 02 Mar 2015 01:47:52 -0500 Fernando Rodriguez <frodriguez.developer@outlook.com> wrote: > On Monday, March 02, 2015 12:11:51 AM German wrote: > > Out of curiosity I looked into my /boot partition and found two .efi files. > One is /boot/efi/gummiboot/gummibootx64.efi and another is > /boot/efi/boot/bootx64.efi. I remember I've created /boot/efi/boot/bootx64.efi > during install by copying kernel image file to it and supposedly it was for > efibootmng. I think gummiboot has created its own gummibootx64.efi. Is that safe > to delete */boot/bootx64.efi? Thanks > > It should be but the easiest certain way to find out is to move it and reboot, > if the system doesn't boot then restore it. Also efibootmgr -v will show you > which one you're using. I didn't install efibootmgr at all. I am using gummiboot. > > -- > Fernando Rodriguez > -- German <gentgerman@gmail.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 5:11 [gentoo-user] gummibootx64.efi OR bootx64.efi? German 2015-03-02 6:47 ` Fernando Rodriguez @ 2015-03-02 7:41 ` Canek Peláez Valdés 2015-03-02 8:03 ` German 1 sibling, 1 reply; 11+ messages in thread From: Canek Peláez Valdés @ 2015-03-02 7:41 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 987 bytes --] On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > Out of curiosity I looked into my /boot partition and found two .efi files. One is /boot/efi/gummiboot/gummibootx64.efi and another is /boot/efi/boot/bootx64.efi. I remember I've created /boot/efi/boot/bootx64.efi during install by copying kernel image file to it and supposedly it was for efibootmng. I think gummiboot has created its own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks They are the same image; do an md5sum of both, you'll see that they have the same checksum. I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or whatever is called in UEFI systems) looks for an image to boot, and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would not delete it: gummiboot creates both copies of the file. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México [-- Attachment #2: Type: text/html, Size: 1137 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 7:41 ` Canek Peláez Valdés @ 2015-03-02 8:03 ` German 2015-03-02 8:10 ` Canek Peláez Valdés 0 siblings, 1 reply; 11+ messages in thread From: German @ 2015-03-02 8:03 UTC (permalink / raw To: gentoo-user On Mon, 2 Mar 2015 01:41:19 -0600 Canek Peláez Valdés <caneko@gmail.com> wrote: > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > > > Out of curiosity I looked into my /boot partition and found two .efi > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > /boot/efi/boot/bootx64.efi. I remember I've created > /boot/efi/boot/bootx64.efi during install by copying kernel image file to > it and supposedly it was for efibootmng. I think gummiboot has created its > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks > > They are the same image; do an md5sum of both, you'll see that they have > the same checksum. > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or > whatever is called in UEFI systems) looks for an image to boot, > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would > not delete it: gummiboot creates both copies of the file. Well, no, I have created */boot/bootx64.efi manually and */gummiboot/gummibootx64.efi was created by gummiboot install. > > Regards. > -- > Canek Peláez Valdés > Profesor de asignatura, Facultad de Ciencias > Universidad Nacional Autónoma de México -- German <gentgerman@gmail.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 8:03 ` German @ 2015-03-02 8:10 ` Canek Peláez Valdés 2015-03-02 8:18 ` German 2015-03-02 8:27 ` German 0 siblings, 2 replies; 11+ messages in thread From: Canek Peláez Valdés @ 2015-03-02 8:10 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1506 bytes --] On Mon, Mar 2, 2015 at 2:03 AM, German <gentgerman@gmail.com> wrote: > > On Mon, 2 Mar 2015 01:41:19 -0600 > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > > > > > Out of curiosity I looked into my /boot partition and found two .efi > > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > > /boot/efi/boot/bootx64.efi. I remember I've created > > /boot/efi/boot/bootx64.efi during install by copying kernel image file to > > it and supposedly it was for efibootmng. I think gummiboot has created its > > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks > > > > They are the same image; do an md5sum of both, you'll see that they have > > the same checksum. > > > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or > > whatever is called in UEFI systems) looks for an image to boot, > > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would > > not delete it: > > gummiboot creates both copies of the file. > > Well, no, I have created */boot/bootx64.efi manually and */gummiboot/gummibootx64.efi was created by gummiboot install. In my machines boot/bootx64.efi was created by gummiboot, and it's the same ile as gummiboot/gummibootx64.efi (same checksum). What does bootctl says? Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México [-- Attachment #2: Type: text/html, Size: 1910 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 8:10 ` Canek Peláez Valdés @ 2015-03-02 8:18 ` German 2015-03-02 8:26 ` Canek Peláez Valdés 2015-03-02 8:27 ` German 1 sibling, 1 reply; 11+ messages in thread From: German @ 2015-03-02 8:18 UTC (permalink / raw To: gentoo-user On Mon, 2 Mar 2015 02:10:33 -0600 Canek Peláez Valdés <caneko@gmail.com> wrote: > On Mon, Mar 2, 2015 at 2:03 AM, German <gentgerman@gmail.com> wrote: > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > > > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > > > > > > > Out of curiosity I looked into my /boot partition and found two .efi > > > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > > > /boot/efi/boot/bootx64.efi. I remember I've created > > > /boot/efi/boot/bootx64.efi during install by copying kernel image file > to > > > it and supposedly it was for efibootmng. I think gummiboot has created > its > > > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks > > > > > > They are the same image; do an md5sum of both, you'll see that they have > > > the same checksum. > > > > > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or > > > whatever is called in UEFI systems) looks for an image to boot, > > > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would > > > not delete it: > > > > gummiboot creates both copies of the file. > > > > Well, no, I have created */boot/bootx64.efi manually and > */gummiboot/gummibootx64.efi was created by gummiboot install. > > In my machines boot/bootx64.efi was created by gummiboot, and it's the same > ile as gummiboot/gummibootx64.efi (same checksum). > > What does bootctl says? bootctl: command not found. How to use bootctl? > > Regards. > -- > Canek Peláez Valdés > Profesor de asignatura, Facultad de Ciencias > Universidad Nacional Autónoma de México -- German <gentgerman@gmail.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 8:18 ` German @ 2015-03-02 8:26 ` Canek Peláez Valdés 0 siblings, 0 replies; 11+ messages in thread From: Canek Peláez Valdés @ 2015-03-02 8:26 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2550 bytes --] On Mon, Mar 2, 2015 at 2:18 AM, German <gentgerman@gmail.com> wrote: > > On Mon, 2 Mar 2015 02:10:33 -0600 > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > On Mon, Mar 2, 2015 at 2:03 AM, German <gentgerman@gmail.com> wrote: > > > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > > > > > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > > > > > > > > > Out of curiosity I looked into my /boot partition and found two .efi > > > > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > > > > /boot/efi/boot/bootx64.efi. I remember I've created > > > > /boot/efi/boot/bootx64.efi during install by copying kernel image file > > to > > > > it and supposedly it was for efibootmng. I think gummiboot has created > > its > > > > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks > > > > > > > > They are the same image; do an md5sum of both, you'll see that they have > > > > the same checksum. > > > > > > > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or > > > > whatever is called in UEFI systems) looks for an image to boot, > > > > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would > > > > not delete it: > > > > > > gummiboot creates both copies of the file. > > > > > > Well, no, I have created */boot/bootx64.efi manually and > > */gummiboot/gummibootx64.efi was created by gummiboot install. > > > > In my machines boot/bootx64.efi was created by gummiboot, and it's the same > > ile as gummiboot/gummibootx64.efi (same checksum). > > > > What does bootctl says? > > bootctl: command not found. How to use bootctl? Sorry, my bad; bootctl comes with systemd. I thought it came with gummiboot. However, "gummiboot status" shows almost the same information. In my case: Boot Loader Binaries: ESP: /dev/disk/by-partuuid/b4abf4dc-abfc-45c5-b356-30db1e0b15b3 File: └─/EFI/gummiboot/gummibootx64.efi (gummiboot 45) File: └─/EFI/Boot/BOOTX64.EFI (gummiboot 45) Boot Loader Entries in EFI Variables: Title: UEFI OS ID: 0x0001 Status: active, boot-order Partition: /dev/disk/by-partuuid/b4abf4dc-abfc-45c5-b356-30db1e0b15b3 File: └─/EFI/BOOT/BOOTX64.EFI As you can see, Boot/BOOTX64.EFI is actually gummiboot. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México [-- Attachment #2: Type: text/html, Size: 3506 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 8:10 ` Canek Peláez Valdés 2015-03-02 8:18 ` German @ 2015-03-02 8:27 ` German 2015-03-02 8:31 ` Canek Peláez Valdés 1 sibling, 1 reply; 11+ messages in thread From: German @ 2015-03-02 8:27 UTC (permalink / raw To: gentoo-user On Mon, 2 Mar 2015 02:10:33 -0600 Canek Peláez Valdés <caneko@gmail.com> wrote: > On Mon, Mar 2, 2015 at 2:03 AM, German <gentgerman@gmail.com> wrote: > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > > > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > > > > > > > Out of curiosity I looked into my /boot partition and found two .efi > > > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > > > /boot/efi/boot/bootx64.efi. I remember I've created > > > /boot/efi/boot/bootx64.efi during install by copying kernel image file > to > > > it and supposedly it was for efibootmng. I think gummiboot has created > its > > > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks > > > > > > They are the same image; do an md5sum of both, you'll see that they have > > > the same checksum. > > > > > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or > > > whatever is called in UEFI systems) looks for an image to boot, > > > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would > > > not delete it: > > > > gummiboot creates both copies of the file. > > > > Well, no, I have created */boot/bootx64.efi manually and > */gummiboot/gummibootx64.efi was created by gummiboot install. > > In my machines boot/bootx64.efi was created by gummiboot, and it's the same > ile as gummiboot/gummibootx64.efi (same checksum). I just did md5sums and yes, gummibootx64.efi and bootx64.efi are the same > > What does bootctl says? > > Regards. > -- > Canek Peláez Valdés > Profesor de asignatura, Facultad de Ciencias > Universidad Nacional Autónoma de México -- German <gentgerman@gmail.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 8:27 ` German @ 2015-03-02 8:31 ` Canek Peláez Valdés 2015-03-02 8:48 ` German 0 siblings, 1 reply; 11+ messages in thread From: Canek Peláez Valdés @ 2015-03-02 8:31 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2028 bytes --] On Mon, Mar 2, 2015 at 2:27 AM, German <gentgerman@gmail.com> wrote: > > On Mon, 2 Mar 2015 02:10:33 -0600 > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > On Mon, Mar 2, 2015 at 2:03 AM, German <gentgerman@gmail.com> wrote: > > > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > > > > > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> wrote: > > > > > > > > > > Out of curiosity I looked into my /boot partition and found two .efi > > > > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > > > > /boot/efi/boot/bootx64.efi. I remember I've created > > > > /boot/efi/boot/bootx64.efi during install by copying kernel image file > > to > > > > it and supposedly it was for efibootmng. I think gummiboot has created > > its > > > > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? Thanks > > > > > > > > They are the same image; do an md5sum of both, you'll see that they have > > > > the same checksum. > > > > > > > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" (or > > > > whatever is called in UEFI systems) looks for an image to boot, > > > > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would > > > > not delete it: > > > > > > gummiboot creates both copies of the file. > > > > > > Well, no, I have created */boot/bootx64.efi manually and > > */gummiboot/gummibootx64.efi was created by gummiboot install. > > > > In my machines boot/bootx64.efi was created by gummiboot, and it's the same > > ile as gummiboot/gummibootx64.efi (same checksum). > > I just did md5sums and yes, gummibootx64.efi and bootx64.efi are the same Mmmh. So it was gummitboot and not created by hand? Anyway, as I said earlier; I think boot/bootx64.efi is the default location, and the other one is kinda a backup. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México [-- Attachment #2: Type: text/html, Size: 2722 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] gummibootx64.efi OR bootx64.efi? 2015-03-02 8:31 ` Canek Peláez Valdés @ 2015-03-02 8:48 ` German 0 siblings, 0 replies; 11+ messages in thread From: German @ 2015-03-02 8:48 UTC (permalink / raw To: gentoo-user On Mon, 2 Mar 2015 02:31:27 -0600 Canek Peláez Valdés <caneko@gmail.com> wrote: > On Mon, Mar 2, 2015 at 2:27 AM, German <gentgerman@gmail.com> wrote: > > > > On Mon, 2 Mar 2015 02:10:33 -0600 > > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > > > On Mon, Mar 2, 2015 at 2:03 AM, German <gentgerman@gmail.com> wrote: > > > > > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > > > Canek Peláez Valdés <caneko@gmail.com> wrote: > > > > > > > > > On Sun, Mar 1, 2015 at 11:11 PM, German <gentgerman@gmail.com> > wrote: > > > > > > > > > > > > Out of curiosity I looked into my /boot partition and found two > .efi > > > > > files. One is /boot/efi/gummiboot/gummibootx64.efi and another is > > > > > /boot/efi/boot/bootx64.efi. I remember I've created > > > > > /boot/efi/boot/bootx64.efi during install by copying kernel image > file > > > to > > > > > it and supposedly it was for efibootmng. I think gummiboot has > created > > > its > > > > > own gummibootx64.efi. Is that safe to delete */boot/bootx64.efi? > Thanks > > > > > > > > > > They are the same image; do an md5sum of both, you'll see that they > have > > > > > the same checksum. > > > > > > > > > > I believe Boot/BOOTX64.EFI is the default location where the "BIOS" > (or > > > > > whatever is called in UEFI systems) looks for an image to boot, > > > > > and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I > would > > > > > not delete it: > > > > > > > > gummiboot creates both copies of the file. > > > > > > > > Well, no, I have created */boot/bootx64.efi manually and > > > */gummiboot/gummibootx64.efi was created by gummiboot install. > > > > > > In my machines boot/bootx64.efi was created by gummiboot, and it's the > same > > > ile as gummiboot/gummibootx64.efi (same checksum). > > > > I just did md5sums and yes, gummibootx64.efi and bootx64.efi are the same > > Mmmh. So it was gummitboot and not created by hand? > > Anyway, as I said earlier; I think boot/bootx64.efi is the default > location, and the other one is kinda a backup. I did created it by hand, but I think gummiboot overwritten the entry. Anyway, thanks for clarification and I'll leave both entries. > > Regards. > -- > Canek Peláez Valdés > Profesor de asignatura, Facultad de Ciencias > Universidad Nacional Autónoma de México -- German <gentgerman@gmail.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-03-02 8:48 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-03-02 5:11 [gentoo-user] gummibootx64.efi OR bootx64.efi? German 2015-03-02 6:47 ` Fernando Rodriguez 2015-03-02 7:10 ` German 2015-03-02 7:41 ` Canek Peláez Valdés 2015-03-02 8:03 ` German 2015-03-02 8:10 ` Canek Peláez Valdés 2015-03-02 8:18 ` German 2015-03-02 8:26 ` Canek Peláez Valdés 2015-03-02 8:27 ` German 2015-03-02 8:31 ` Canek Peláez Valdés 2015-03-02 8:48 ` German
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox