Bootable Linux USB stick: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 55: Line 55:
  dnf -y install tcsh xterm tk qt-x11 xxdiff atop nedit lbzip2 hfsplus-tools binutils fuse-exfat exfat-utils
  dnf -y install tcsh xterm tk qt-x11 xxdiff atop nedit lbzip2 hfsplus-tools binutils fuse-exfat exfat-utils


=== adjust the USB-stick for UEFI/EFI boot (before reboot from chroot environment) ===
=== adjust the USB-stick for UEFI/EFI boot ===
 
chroot to the installed system:
chroot /mnt/sysimage


install Fedora updates:
install Fedora updates:
  dnf -y update    # Fedora's dnf is successor to yum
  dnf -y update    # Fedora's dnf is successor to yum


configure grub2 for (U)EFI systems:
configure grub2 for (U)EFI systems:
Line 71: Line 67:
  grub2-mkconfig -o /etc/grub2-efi.cfg
  grub2-mkconfig -o /etc/grub2-efi.cfg
(last step automatically puts UUID's to recognise the boot device in grub2-efi.cfg ; default after fresh Fedora installation is the device name which might be different on another computer)
(last step automatically puts UUID's to recognise the boot device in grub2-efi.cfg ; default after fresh Fedora installation is the device name which might be different on another computer)


Performance tuning (not strictly required):
Performance tuning (not strictly required):
1,328

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu