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
	
	
	
	
	
Code:
sudo suThen:
Code:
mount /dev/sda3 /mntThen:
Code:
cp -f /mnt/etc/default/grub /etc/defaultCode:
nano /etc/default/grubThere 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; syncCode:
cp -f /etc/default/grub /mnt/etc/default; syncCode:
umount /mntNow reboot and let's hope it works without more editing - let's see


 
 

 
