625
edits
Changes
→Bootloader Configuration
== Bootloader Configuration ==
{{note|testing stock ego boot update & grub install.}}
*Install grub in legacy mode:
{{console|body=
###i## grub-install --target=i386-pc /dev/sdc
###i## ego boot update}}
*manually make efi directory:
*remount /dev/sdc2 to /boot/efi:
*install efi images:
{{console|body=
###i## mkdir /boot/efi
###i## mount /dev/sdc2 /boot/efi
###i## grub-install --target=x86_64-efi /boot/efi
}}
{{warning| below may be dangerous to your system}}
==== better-initramfs ====
An example <code>/etc/boot.conf</code> for better-initramfs: