Hello from Illinois! - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4) +--- Forum: Introductions (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=12) +--- Thread: Hello from Illinois! (/showthread.php?tid=1237) Pages:
1
2
|
Hello from Illinois! - KimG - 12-09-2014 Hi everybody! Fairly new to the whole Linux world but have been fiddling and what not for the last year trying to learn. I've revived an old Dell Dimension 2100 running XP and LL 2.0 in dual boot, atm. Have tried several distros but I really love this one. Re: Hello from Illinois! - altman - 12-09-2014 Welcome aboard ! A great place to learn & a great bunch . Re: Hello from Illinois! - Wirezfree - 12-09-2014 Hi, Welcome... I'm sure you will love LL. There's great crowd of folks on here. Dave Re: Hello from Illinois! - Mike - 12-09-2014 Welcome Kim! Glad to have you here. Re: Hello from Illinois! - gold_finger - 12-09-2014 Welcome KimG. I recently install LL to an old 2002 PC that used to run WinXP. LL breathed new life into the system -- was surprised by performance difference b/w Win & LL. Now boots, shuts down and operates much quicker. Due to age, flash content does strain the system, but other than that the 12 year old PC is very usable now. Has your experience been similar? Re: Hello from Illinois! - KimG - 12-09-2014 Yes, exactly as you described when I had LL up and running. Currently having some issues after applying updates and just did a fresh reinstall. I will be posting with my problem in the support section probably later today. Hoping someone will be able to help me get this straightened out. Re: Hello from Illinois! - gold_finger - 12-09-2014 Obviously I don't yet know what your issues were/are, but can give you a heads-up on a common mistake when doing updates. During some updates (especially the initial updates to LL 2.0), you may be presented with questions asking if you'd like to use a new config file or keep the one currently on the system. The default answer is to say "N" for "NO", but many people mistakenly type in "Y" for "Yes". If you choose "Y", then that may cause boot problems -- so always choose "NO" when asked to change config files. (More detailed explaination here on Mint forum, but same applies to LL.) Re: Hello from Illinois! - bitsnpcs - 12-09-2014 Hello KimG, Welcome to the Linux Lite community Re: Hello from Illinois! - KimG - 12-10-2014 Thank you all for the welcomes. To gold_finger, thank you for the heads up! Thinking back, I'm not sure which I chose but I probably did choose yes. However, I think my problem may be starting before applying updates even. I have done a fresh install and made a system report but not exactly sure where the problem lies so I am unsure as to which support topic to post it under. I think it is graphics related but I have on board graphics. Should I post under graphics cards? Hardware? Re: Hello from Illinois! - gold_finger - 12-10-2014 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: Code: sudo apt-get update 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.) |