02-01-2021, 06:56 AM
Just gone through how to get to the grub loader on an Acer One-722 with BIOS running 32 bit Linux lite v3.8 which is normally updated weekly so isn't yet on 4.4.0.202.
Boot as normal, open a terminal and edit the grub control file with
change the following three items
save file with CTRL o
exit nano with CTRL x
apply changes with
Reboot. There should be a visible 10-0 countdown. Press 'shift' to bring up the GRUB loader.
Arrow down to advanced and press return to show all the kernels available on disk
Select 4.4.0.201 (assuming the problem is with 4.4.0.202)
Boot as normal, open a terminal and edit the grub control file with
Code:
sudo nano /etc/default/grub
change the following three items
Code:
GRUB_HIDDEN_TIMEOUT=10
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=0
save file with CTRL o
exit nano with CTRL x
apply changes with
Code:
sudo update-grub
Reboot. There should be a visible 10-0 countdown. Press 'shift' to bring up the GRUB loader.
Arrow down to advanced and press return to show all the kernels available on disk
Select 4.4.0.201 (assuming the problem is with 4.4.0.202)
stevef
clueless
clueless