12-10-2014, 06:16 PM
(This post was last modified: 12-10-2014, 06:24 PM by gold_finger.)
Since it's install related, just make your post under "Installing Linux Lite" section. Describe in as much detail as you can what problem is, when it occurs, etc. Also, if you can open a terminal from either live DVD or installed LL system, please enter the following commands so we can get good idea of what your computer specs are:
NOTE: If you prefer, just attach your system report instead of above. That will give much of same info that inxi does. I just happen to prefer format of output produced by inxi.
Enter this command so we can see what your hard drive partitions look like, just in case that is needed for solving the problem.
(Last character is a lowercase letter "L", not a number 1.)
Copy entire output of both inxi -Fxz and sudo parted -l commands and paste it into your forum post. (See here for how to post code into the forums.)
Code:
sudo apt-get update
sudo apt-get install inxi
inxi -Fxz
NOTE: If you prefer, just attach your system report instead of above. That will give much of same info that inxi does. I just happen to prefer format of output produced by inxi.
Enter this command so we can see what your hard drive partitions look like, just in case that is needed for solving the problem.
Code:
sudo parted -l
Copy entire output of both inxi -Fxz and sudo parted -l commands and paste it into your forum post. (See here for how to post code into the forums.)
Try Linux Beginner Search Engine for answers to Linux questions.