02-05-2017, 10:16 AM
Hi bitsnpcs,
You're almost there! Now you know the change that's necessary in GRUB for your machine to boot.
But so far you only edited GRUB temporarily, i.e. for that one time before booting the OS.
The last step is now to make these changes permanent in your GRUB configuration.
So you would have to boot up your system another time with the help of the temporary GRUB change.
Then open a terminal and perform the following steps:
There you need to apply the changes you figured out are working.
Be careful when editing this file!
After saving the changes you need to run:
Then reboot ... and keep your fingers crossed
Hope that helps
You're almost there! Now you know the change that's necessary in GRUB for your machine to boot.
But so far you only edited GRUB temporarily, i.e. for that one time before booting the OS.
The last step is now to make these changes permanent in your GRUB configuration.
So you would have to boot up your system another time with the help of the temporary GRUB change.
Then open a terminal and perform the following steps:
Code:
sudo leafpad /etc/default/grub
Be careful when editing this file!
After saving the changes you need to run:
Code:
sudo update-grub
Then reboot ... and keep your fingers crossed

Hope that helps
