Ok, next command
Then:
Then:
There is a line like 'GRUB_CMDLINE_LINUX="bla bla bla..."
Append the words 'noapic noapci nosplash acpi=off' to the end inside the quotes in case
they are not there yet.
Then press 'Ctrl+o' and 'Ctrl+x'
Then command (still in the same console)
Now reboot and let's hope it works without more editing - let's see![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Code:
sudo su
Then:
Code:
mount /dev/sda3 /mnt
Then:
Code:
cp -f /mnt/etc/default/grub /etc/default
Code:
nano /etc/default/grub
There is a line like 'GRUB_CMDLINE_LINUX="bla bla bla..."
Append the words 'noapic noapci nosplash acpi=off' to the end inside the quotes in case
they are not there yet.
Then press 'Ctrl+o' and 'Ctrl+x'
Then command (still in the same console)
Code:
grub-mkconfig -o /mnt/boot/grub/grub.cfg; sleep 5; sync
Code:
cp -f /etc/default/grub /mnt/etc/default; sync
Code:
umount /mnt
Now reboot and let's hope it works without more editing - let's see
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)