Allegedly, on or about 24 January 2018, Michael Singh sent: > What are some tips for debugging a machine Fedora 27 was just > installed on but after a reboot you're greeted by the message "No > Bootable Device" Could be that when you installed, your hard drive was something like /dev/sdb, and your installation boot media was /dev/sda. But after your installation boot media isn't being booted from, the main drive is /dev/sda. Or in grub's parlance, hd0, hd1, etc. That kind of thing is avoided by not referring to devices in such a generic way (using labels, UUIDs, etc.), and I thought the installer did that by default, these days. But occasionally something will have taken the simplistic approach of just referring to whatever's currently in /dev/sda1, et cetera. And that will depend on your machine always enumerating your drives in the same manner. -- [tim@localhost ~]$ uname -rsvp Linux 4.14.13-200.fc26.x86_64 #1 SMP Thu Jan 11 05:43:34 UTC 2018 x86_64 Boilerplate: All mail to my mailbox is automatically deleted. There is no point trying to privately email me, I only get to see the messages posted to the mailing list. This email tagline has been Australianised. Bloody oath... _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx