Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
linux Lite 2.0 works on CD Live but wont boot from SSD
#5
It's possible that grub just didn't get installed properly during the install.  (Happens sometimes.  ???)  Try following to re-install grub:

*  Boot from live Linux Lite DVD/USB

*  Open a terminal  (Menu -> Accessories -> Terminal)

*  Mount the installed system's root partition to the live enviroment
Code:
sudo mount /dev/sda1 /mnt

*  Install grub to the MBR (master boot record) of the drive
Code:
sudo grub-install --boot-directory=/mnt/boot/ /dev/sda

*  Unmount the root partition
Code:
sudo umount /mnt

*  Close terminal, shutdown computer, remove DVD/USB

*  Boot computer again and see if everything now works.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
linux Lite 2.0 works on CD Live but wont boot from SSD - by johnny baby - 08-11-2014, 08:03 PM
Re: linux Lite 2.0 works on CD Live but wont boot from SSD - by johnny baby - 08-12-2014, 09:39 AM
Re: linux Lite 2.0 works on CD Live but wont boot from SSD - by gold_finger - 08-12-2014, 11:03 PM

Forum Jump:


Users browsing this thread: