Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Bootloader/192/es"
Jump to navigation
Jump to search
Johnnygarb (talk | contribs) (Created page with "<console> (chroot) # ##i##grub-install --target=i386-efi --efi-directory=/boot --bootloader-id="Funtoo Linux [GRUB]" --recheck /dev/sda (chroot) # ##i##boot-update </console>") |
Tag: Manual revert |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{console|body= | |||
%chroot% ##i##mount -o remount,rw /sys/firmware/efi/efivars | |||
%chroot% ##i##grub-install --target=i386-efi --efi-directory=/boot --bootloader-id="Funtoo Linux [GRUB]" --recheck /dev/sda | |||
%chroot% ##i##ego boot update | |||
}} |
Latest revision as of 07:22, August 18, 2022
chroot # mount -o remount,rw /sys/firmware/efi/efivars chroot # grub-install --target=i386-efi --efi-directory=/boot --bootloader-id="Funtoo Linux [GRUB]" --recheck /dev/sda chroot # ego boot update