#"unable to launch "cinnamon-session-cinnamon" X session" error

201 messages · Page 1 of 1 (latest)

sacred pilot
#

After re-enabling dell secure boot for testing purposes on my refurbished inspirion, I got the error message "unable to launch "cinnamon-session-cinnamon" X session --- "cinnamon-session-cinnamon" not found; falling back to default session."

#

@dim nova

dim nova
#

are you in a tty currently?

#

is it asking you to log in, in other words

sacred pilot
#

not atm

#

I logged in, and it gives me that error

dim nova
#

can you show a picture

sacred pilot
#

ill send a video in a sec

dim nova
#

ok

#

dont press okay, just press ctrl+alt+f4

#

and type in your username and password

#

you will now hopefully be in a fullscreen terminal

sacred pilot
#

it worked, what do I do from here?

dim nova
#

sudo apt install cinnamon-session -y

sacred pilot
#

so I typed that, it asked me for my password, and now my keyboard isn't letting me type

#

Now it sent me back here and I still can’t type

dim nova
#

nono

#

so in the login part

#

put your username, then your password in the next prompt

#

its just a text mode way of logging into your system

#

then type the command i sent

sacred pilot
#

oh ok. For whatever reason my keyboard was unresponsive

dim nova
#

when you type a password, generally linux will not show it by design

#

for security reasons, so nobody can see the length of it

#

if you want to clear the password entry press ctrl+U

sacred pilot
#

when I get to the password prompt, it seems completly unresponsive

dim nova
#

it is actually typing you just cant see it

#

trust me, type your password and hit enter

sacred pilot
#

k

sacred pilot
dim nova
#

in the video you sent from the mint login screen it looks like your username is Liam

#

try Liam as your username

sacred pilot
#

tried both caps and without , sent me back to the login

dim nova
#

uh

#

ok try username as root

sacred pilot
dim nova
#

and password whatever the password is

sacred pilot
#

still login incorrect

dim nova
#

do recall that the installer asked you to set a root password, so that will be what the root password is

#

well man you need to type the login that you used for the screen

sacred pilot
#

sorry about this shiteshow, its been a hell of a day and my mind is in 10 different places at once here. Just trying to get this thing to work. Ill retry the main login to see if I can find anything else

dim nova
sacred pilot
#

tried that too

dim nova
#

does that say Liam? idk

#

whatever that says, that's your username

sacred pilot
#

I mean I tried that, ill try it yet again ig

dim nova
#

100% no question about it, you just need to carefully type the password in

#

i mistype my password a ton, just do it slowly

#

so login: Liam

#

then password: whatever the password is

sacred pilot
#

yeah i've tried that. Ill try lowercase, but it clearly isn't working

#

I swear the password is right

#

finally got it

dim nova
#

what username did you choose when you installed mint

#

ok cool, now do sudo apt install cinnamon-session -y

sacred pilot
#

yeah will do, sorry again about all of this

dim nova
#

np

sacred pilot
sacred pilot
# dim nova np

any idea? doesn't seem right to me but you're the designated expert here

dim nova
#

oh huh

#

can you tun

#

run apt list --installed | grep -i cinnamon

sacred pilot
dim nova
#

without the run

#

apt list --installed | grep -i cinnamon

sacred pilot
dim nova
#

weird

#

sudo apt install cinnamon -y

sacred pilot
#

Just finished (it’s at 100 and I’m back to the terminal now)

dim nova
#

lol somehow you were missing the cinnamon package

#

that is so odd, once that is done, type systemctl reboot

#

and it will restart your pc, then try logging in normally

sacred pilot
#

yep, no idea how since it was working fine yesterday

dim nova
#

you may have removed it accidentally

sacred pilot
#

I mean I haven't touched the system until it was like this today, but ok

sacred pilot
# dim nova you may have removed it accidentally

and its back to normal. I would likely need help cloning my drive to a different one since this one that came with the inspirion is dying, but I can try on my own (and hopefully somehow not get the cinnamon package deleted in the process)

dim nova
#

well whatever the case hopefully reinstalling that package should fix the issue

#

well you just need to back up the files that are important to you

sacred pilot
#

Let me see if I have a backup of everything on here around. Im new to this, so I shouldn't have much.

sacred pilot
#

otherwise thanks you so much akimbo, have a good one

dim nova
#

just backup your home folder

sacred pilot
#

I do, read my above message

dim nova
#

oh ok neat

#

best to go for an SSD if its an old pc

#

using hard drives these days will definitely make a system feel slow

#

regardless of its specs

sacred pilot
dim nova
#

you dont need etcher

#

just do it from terminal

#

idk what t500 1tb is, is it an ssd?

sacred pilot
dim nova
#

alright cool, be careful because if thats an old laptop it may not accept nvme drives

#

might just do SATA

#

if it has a hard drive in it, its almost certainly SATA

sacred pilot
#

It does both. I have a SATA and an NVME in there. SATA is a Samsung 850 evo I wiped and got from an old MacBook, the NVME was from this machine when I found it

dim nova
#

oh ok so its ssd already

#

alright well if you know what youre doing thats fine

sacred pilot
dim nova
#

as for flashing isos, you can use the dd command

#

you can use lsblk to check what drives are currently being picked up by the OS

sacred pilot
#

Yeah I don’t think it’s being recognized

#

The device connected chime is there when it’s unplugged and plugged in, and the enclosures blue light is on, but the drive isn’t found in the devices section or in this command

dim nova
#

it wont have a name

#

you just have to match up the size listed with the size of the drive

#

itll say like sda or something

sacred pilot
dim nova
#

try a different usb port

#

its almost always the drive / port at fault. not linux

sacred pilot
dim nova
#

nice

sacred pilot
#

Maybe a formatting issue?

sacred pilot
#

no rush now that the system is fixed, just asking

dim nova
#

if you are sure thats your drive, you can run mkfs.ext4 /dev/XXX

#

where XXX is the name of the drive

#

itll create a filesystem on the drive

sacred pilot
#

interestingly enough, I did try plugging in the enclosure with the SSD into both my old macbook and windows PC, yet none seemed to recognise it

sacred pilot
# dim nova possibly

alright so a quick update: I plugged the SSD directly into my windows PC (via an NVME slot, and its being recognized in device manager for windows. Any idea what and how I should format it to?

dim nova
#

@sacred pilot show me lsblk output

#

actually do lsblk -f

sacred pilot
dim nova
#

so sdc

#

sudo smartctl --health /dev/sdc

#

sudo apt install smartctl -y first tho

sacred pilot
dim nova
#

sorry

#

sudo apt install smartmontools -y

#

then do sudo smartctl --health /dev/sdc

#

let it run then show me the output when it finishes

sacred pilot
#

Shit

dim nova
#

ok so

#

this isnt necessarily bad

#

you need to shut the laptop down and reseat the nvme

#

make sure the nvme contacts are clean, wait is this a sata ssd?

sacred pilot
#

I checked crystaldisk info when I had it in an NVME slot for my main PC, and it said the health was fine. Idk why it would say this. This isn’t a sata SSD, it’s an NVME and it’s in an enclosure

#

I will try cleaning the contact connector if needed tho

dim nova
#

ok you need to take the nvme drive out and ensure it's seated into the connection properly

#

make sure the contacts are clean etc

sacred pilot
#

ill order a new one

dim nova
#

enclosure? the nvme slot is embedded into the motherboard

sacred pilot
dim nova
#

ohh ok

#

just go for sata man and replace the hard drive

sacred pilot
#

My guy, I said this yesterday. Theres two drives, one 500GB SATA SSD (its an 850 evo from samsung) and one Toshiba NVME that came with the laptop originally. Said Toshiba NVME is dying, so I need to replace it and get the contents cloned.

#

I already have the t500 1TB NVME from crucial, and i'd rather not return it now

dim nova
#

but why do you need an enclosure for the nvme

#

because you're trying to transfer the contents to it?

sacred pilot
#

thats literally the ENTIRE reason why I bought this thing. The one that came with this laptop is DYING, so I needed a replacement

dim nova
#

ok gotcha

#

didnt you say you had an external drive tho

#

just plug that in, backup to it, then put the new nvme in, and transfer to it

#

@sacred pilot

sacred pilot
sacred pilot
#

@dim nova ssd passed the health test thing with the new enclosure

dim nova
#

dd can clone it

#

its a byte for byte copy tool

dim nova
#

@sacred pilot you have a couple of options

#

if i were you, honestly

#

i would do the following

#

reinstall the os on the new drive

#

take the old drive, put it in the enclosure, mount the partition that contains the filesystem

#

and simply do an rsync command from old drive -> new drive's home folder

sacred pilot
dim nova
#

yes get the new one installed and use the enclosure to read from the old nvme drive

#

then you can copy the homefolder over

sacred pilot
#

Will do. Stay tuned and I’ll let you know how it goes

dim nova
#

that is assuming that everything you want to back up is under /home

#

(documents, pictures, videos, music, etc.)

sacred pilot
#

@dim nova im in dell bios atm with the new (blank) drive installed. What do I do next?

dim nova
sacred pilot
dim nova
#

you need to plug the usb in before you turn the computer on

#

then go to bios/boot menu, find boot options and select the usb to boot from

#

its the same procedure you used to install linux the first time you did it

sacred pilot
#

it worked, I had the wrong one XD

sacred pilot
dim nova
sacred pilot
#

I can’t find the RST setting though.

dim nova
#

google it what does it say rst is

dim nova
sacred pilot
dim nova
sacred pilot
#

I need some help finding that, but I have to go rn so it will have to wait

sacred pilot
#

@dim nova fixed the rst issue. Had to disable the RAID config

#

ill close this soon if I don't encounter anymore issues