0

I have various ubuntu versions on different partitions

  • 14.04 on dev/sda1

  • 16.04 on dev/sda6

  • and so on.

They all used to appear in the boot list when starting the computer, but suddenly one dev/sda* is no more in the list and so I have no way to work with this particular machine. Any suggestions? Thanks!

Zanna
  • 72,312
pacos
  • 1

1 Answers1

0

You could make your own grub entry if you know where the kernel, etc is. Basically edit /etc/grub.d/40_custom by copying another section and specify the different kernel/file locations, then run 'update-grub2', using this link for reference: https://help.ubuntu.com/community/Grub2/Setup

Kyle H
  • 1,064
  • 6
  • 7