Linux Lite Forums
crashing - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17)
+--- Thread: crashing (/showthread.php?tid=3707)



crashing - Conf33 - 01-29-2017

Im still a noob in this, I replaced vista with 2.8 now im trying to get 3.2 completed. The problem i'm having is it crashes on the very last step when i try to fill in my name . If i have to use Gparted to correct this how does one install this program in linux and is there any commands i have to type into the terminal? I installed using usb.

Does this all have to be done on the live mode that its already set on? :-\ 


Re: crashing - Valtam - 01-30-2017

What options have you ticked during installation set up?


Re: crashing - Conf33 - 01-30-2017

I ticked the option to have it as my sole operating system because that was the first thing i did when i left vista and it made things so much easy for me, and i chose not to tick any updates options because i was going to install the updates once it was installed on my desktop


Re: crashing - Valtam - 01-30-2017

Go through the install via the Help Manual and don't tick any options at all. See how you go.


Re: crashing - Conf33 - 01-30-2017

Ok Jerry thank you, will give it a go.


Re: crashing - JohnD - 03-11-2017

My installation also crashed.

I've assigned an existing ext4 partition as /home and made a new partition of 30 GB for Linux Lite. Also I've set the keyboard, language and time zone for Germany. Nothing more.

Regards
JohnD


Re: crashing - JohnD - 03-11-2017

It's now installed.

But additionally I've made the mistake to use an old user name in the existing partition /home. würrrg




Re: crashing - Valtam - 03-12-2017

Install LL to your hard drive. Make sure to format each partition including the home partition. Be sure to back up any files first.


Re: crashing - bitsnpcs - 03-12-2017

Hello JohnD,

Code:
sudo -i

Code:
adduser 'JohnD'

Enter password.
Type when asked
Code:
y

Code:
adduser 'JohnD' sudo

Code:
sudo deluser 'oldusername goes here'

^ these adds the new user name, group, and makes it sudo , create /home folder for that user, it then deletes the incorrect username, you will lose all data in home folder so if it is personal files then save it to usb drive before doing this.

A password for a specific username can be changed by - Menu>All>User Manager

If you wish to change the password of the new root account , like so -

Code:
sudo passwd root

type new password
retype new password - they both must match