Advertisement
Guest User

endeavouros grub chroot

a guest
Feb 6th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.91 KB | None | 0 0
  1. [root@EndeavourOS /]# sudo pacman -S grub
  2. warning: grub-2:2.12-1 is up to date -- reinstalling
  3. resolving dependencies...
  4. looking for conflicting packages...
  5.  
  6. Package (1)  Old Version  New Version  Net Change
  7.  
  8. core/grub    2:2.12-1     2:2.12-1       0.00 MiB
  9.  
  10. Total Installed Size:  33.57 MiB
  11. Net Upgrade Size:       0.00 MiB
  12.  
  13. :: Proceed with installation? [Y/n]
  14. (1/1) checking keys in keyring                                     [------------------------------------] 100%
  15. (1/1) checking package integrity                                   [------------------------------------] 100%
  16. (1/1) loading package files                                        [------------------------------------] 100%
  17. (1/1) checking for file conflicts                                  [------------------------------------] 100%
  18. :: Processing package changes...
  19. (1/1) reinstalling grub                                            [------------------------------------] 100%
  20. :: To use the new features provided in this GRUB update, it is recommended
  21.    to install it to the MBR or UEFI. Due to potential configuration
  22.    incompatibilities, it is advised to run both, installation and generation
  23.    of configuration:
  24.      # grub-install ...
  25.      # grub-mkconfig -o /boot/grub/grub.cfg
  26. :: Running post-transaction hooks...
  27. (1/4) Arming ConditionNeedsUpdate...
  28. (2/4) Fix 'grub' and 'os-prober' after upgrading either of them.
  29. ===> INFO: grub-tools / grub-fix-initrd-generation:
  30. ===> INFO: /etc/grub.d/30_os-prober changed. See file /var/log/grub-fix-initrd-generation.log.
  31. ===> INFO: /etc/grub.d/10_linux changed. See file /var/log/grub-fix-initrd-generation.log.
  32. ===> INFO: /etc/default/grub changed. See file /var/log/grub-fix-initrd-generation.log.
  33. Generating grub configuration file ...
  34. Found theme: /boot/grub/themes/EndeavourOS/theme.txt
  35. Found linux image: /boot/vmlinuz-linux
  36. Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
  37. Found fallback initrd image(s) in /boot:  intel-ucode.img initramfs-linux-fallback.img
  38. Warning: os-prober will not be executed to detect other bootable partitions.
  39. Systems on them will not be added to the GRUB boot configuration.
  40. Check GRUB_DISABLE_OS_PROBER documentation entry.
  41. Adding boot menu entry for UEFI Firmware Settings ...
  42. done
  43. (3/4) Checking which packages need to be rebuilt
  44. fatal library error, lookup self
  45. (4/4) Updating the info directory file...
  46. [root@EndeavourOS /]# grub-install
  47. Installing for x86_64-efi platform.
  48. Installation finished. No error reported.
  49. [root@EndeavourOS /]# sudo grub-mkconfig -o /boot/grub/grub.cfg
  50. Generating grub configuration file ...
  51. Found theme: /boot/grub/themes/EndeavourOS/theme.txt
  52. Found linux image: /boot/vmlinuz-linux
  53. Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
  54. Found fallback initrd image(s) in /boot:  intel-ucode.img initramfs-linux-fallback.img
  55. Warning: os-prober will not be executed to detect other bootable partitions.
  56. Systems on them will not be added to the GRUB boot configuration.
  57. Check GRUB_DISABLE_OS_PROBER documentation entry.
  58. Adding boot menu entry for UEFI Firmware Settings ...
  59. done
  60. [root@EndeavourOS /]# efibootmgr
  61. BootCurrent: 0003
  62. Timeout: 0 seconds
  63. BootOrder: 0000,2001,0001,2002,2003
  64. Boot0000* endeavouros   HD(1,GPT,0e1e056b-a725-1849-856c-d01350bdbc57,0x1000,0x96000)/\EFI\endeavouros\grubx64.efi
  65. Boot0001* Unknown Device: DA4128        PciRoot(0x0)/Pci(0x1c,0x0)/Ctrl(0x0)/Unit(0)/HD(1,GPT,0e1e056b-a725-1849-856c-d01350bdbc57,0x1000,0x96000)RC
  66. Boot0002* manjaro       PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0xaacc,0x800,0x3a39800)/\efi\efi\boot\bootx64.efi4130312009ae
  67. Boot0003* USB HDD: SanDisk      PciRoot(0x0)/Pci(0x15,0x0)/USB(2,0)/HD(1,MBR,0x4e4305b5,0x4d5940,0x4e800)RC
  68. Boot0005* manjaro       PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0xaacc,0x800,0x3a39800)/\efi\efi\boot\bootx64.efi4130312009ae
  69. Boot2001* EFI USB Device        RC
  70. Boot2002* EFI DVD/CDROM RC
  71. Boot2003* EFI Network   RC
  72.  
Tags: endeavouros
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement