Guest User

Untitled

a guest
Dec 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. grub2-mkconfig
  2.  
  3. /etc/grub2-efi.cfg --> ../boot/efi/EFI/fedora/grub.cfg
  4.  
  5. grub2-mkconfig -o OUT
  6. diff --side-by-side --width=200 /etc/grub2-efi.cfg OUT | less
  7.  
  8. linuxefi /vmlinuz-4.19.4-300.fc29.x86_64 ....
  9. initrdefi /initramfs-4.19.4-300.fc29.x86_64.img
  10.  
  11. linux /vmlinuz-4.19.4-300.fc29.x86_64 ....
  12. initrd /initramfs-4.19.4-300.fc29.x86_64.img
Add Comment
Please, Sign In to add comment