LINUX LITE 7.4 RC1 RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Linux Lite Won't Run
#12
Not sure where to go with this -- don't recall seeing something like this happen before.  Going to just have you post back with some terminal output that might show some clues on how to proceed.

You can do this from your Voyager install if you don't feel like booting the live DVD again.  (It makes no difference.)  Open a terminal and enter following commands.

First two commands will give more details on partitions:
Code:
sudo blkid -c /dev/null
sudo parted -l
(Last command ends in lowercase letter "L", not number 1.)

Make a mount point, then mount the Root partition for installed LL.  (Substitute correct partition if it is not sda2 anymore.)
Code:
sudo mkdir /mnt/LL
sudo mount /dev/sda2 /mnt/LL

Print contents of fstab file to screen with this command:
Code:
cat /mnt/LL/etc/fstab

Print the menu entries from the grub.cfg file to screen:
Code:
grep "menuentry '" /mnt/LL/boot/grub/grub.cfg

Copy entire output from first to last command and paste it back here for us to see.  Once pasted into your reply, highlight that pasted output and hit the code button (#) along top to enclose it in [ code ] blocks so it is easier for us to read.

Now go ahead and unmount the partition.
Code:
sudo umount /mnt/LL

Get rid of the temporary mount point we made in beginning
Code:
sudo rmdir /mnt/LL

Close terminal.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
[SOLVED] Linux Lite Won't Run - by stafroz - 02-04-2015, 03:52 AM
Re: LinuxLite won't run - by Scott(0) - 02-04-2015, 04:04 AM
Re: LinuxLite won't run - by stafroz - 02-04-2015, 04:32 AM
Re: LinuxLite won't run - by Scott(0) - 02-04-2015, 04:52 AM
Re: LinuxLite won't run - by stafroz - 02-04-2015, 09:38 AM
Re: LinuxLite won't run - by gold_finger - 02-04-2015, 10:25 AM
Re: LinuxLite won't run - by stafroz - 02-04-2015, 04:27 PM
Re: LinuxLite won't run - by gold_finger - 02-04-2015, 10:10 PM
Re: LinuxLite won't run - by stafroz - 02-05-2015, 08:27 AM
Re: LinuxLite won't run - by gold_finger - 02-05-2015, 02:32 PM
Re: LinuxLite won't run - by stafroz - 02-06-2015, 12:04 AM
Re: LinuxLite won't run - by gold_finger - 02-06-2015, 05:01 AM
Re: LinuxLite won't run - by stafroz - 02-07-2015, 10:36 AM
Re: LinuxLite won't run - by gold_finger - 02-07-2015, 05:12 PM
Re: LinuxLite won't run - by ukbrian - 02-07-2015, 05:58 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)