[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2016/11/17 09:44 (UTC)] – [Modifying Appearance of rEFInd] aragorn2101howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2017/01/25 08:49 (UTC)] (current) – [GRUB] aragorn2101
Line 51: Line 51:
 # mount -t vfat /dev/sda2 /mnt/boot/efi # mount -t vfat /dev/sda2 /mnt/boot/efi
  
-# mount -t proc /proc proc +# mount -t proc /proc /mnt/proc 
-# mount --rbind /sys sys +# mount --rbind /sys /mnt/sys 
-# mount --rbind /dev dev +# mount --rbind /dev /mnt/dev 
-# mount --rbind /run run+# mount --rbind /run /mnt/run
 </code> </code>
  
Line 392: Line 392:
 ===== Non-bootloader tools ===== ===== Non-bootloader tools =====
  
-Below the icons for bootloaders and kernels selection, there is a set of icons for a set of useful tools/options, e.g. EFI shell, memtest, partitioning program, about, shutdown, reboot. We can choose which options to be visible in the menu.+In the refind menu, below the icons for bootloaders and kernels selection, there is a set of icons for useful tools/options, e.g. EFI shell, memtest, partitioning program, about, shutdown, reboot. We can choose which options to be visible in the menu using the **showtools** command:
 <code> <code>
 showtools reboot,shutdown,about showtools reboot,shutdown,about
Line 467: Line 467:
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
-{{tag>howtos uefi efi boot slackware_administration author_aragorn2101 template}}+{{tag>howtos uefi efi boot slackware_administration author_aragorn2101}}
 howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware ()