NUC gets stuck in Ubuntus boot screen after cloning the image from another NUC using Clonezilla? - Connect NUC to network using an Ethernet connection
NUC shows Error: out of memory Press any key to continue... at first startup? - Change default choice of GRUB
- Restart
- Select
Advanced options for Ubuntu (should be 2nd option) - Try using an older Kernel; not
(recovery mode) ; memorize the number x of the entry, counted from top to bottom, starting at 0 - Login as
controller - Open Terminal and run
sudo <editor of your choice> /etc/default/grub - Change the Line
GRUB_DEFAULT=0 to GRUB_DEFAULT="1>x" where x is the number of the entry you want to be chosen by default - Save file and close editor
- Run
sudo update-grub - Restart and check whether the NUC starts without interacting with the GRUB-Menu
|