Talk:Dualbooting: Difference between revisions

From Alpine Linux
(Created page with "1. alp:/# updqate-grub2 /bin/ash: updqate-grub2: not found And package absent 2. alp:/# grub-mkconfig -o /boot/grub/grub.cfg Generating grub configuration file ... Found linux image: /boot/vmlinuz-lts Found initrd image: /boot/initramfs-lts Warning: os-prober will be executed to detect other bootable partitions. Its output will be used to detect bootable binaries on them and create new boot entries. error: syntax error. error: Incorrect command. error: syntax...")
 
No edit summary
Line 7: Line 7:
2.
2.


 
<pre>
alp:/# grub-mkconfig -o /boot/grub/grub.cfg
alp:/# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Generating grub configuration file ...
Line 22: Line 22:
and /etc/grub.d/* files or please file a bug report with
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
/boot/grub/grub.cfg.new file attached.
</pre>

Revision as of 09:43, 7 November 2022

1.

   alp:/# updqate-grub2
   /bin/ash: updqate-grub2: not found

And package absent

2.

alp:/# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-lts
Found initrd image: /boot/initramfs-lts
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
error: syntax error.
error: Incorrect command.
error: syntax error.
Syntax error at line 126
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.