Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • just use sudo vim /mnt/gentoo/boot/grub/grub.cfg and delete the unused entrys. And DO NOT PLAY AROUND WITH FSTAB! Commented Jan 29, 2015 at 15:45
  • that is not widescale solution. Proper solution should add a new command line argument for grub-mkconfig i think. I just want a confirmation that there is no some tricks or other workarounds before filling feature request in bugtracker Commented Jan 29, 2015 at 15:49
  • I always install GRUB to the other disk (grub-install /dev/sdb) then unplug it (the pc must run during the complete process) and reinstall GRUB on the onboard device (grub-install /dev/sda) Commented Jan 29, 2015 at 15:53