cinnamon-session-cinnamon [SOLVED]

I think my phone is too old, both articles say I need the latest version of the phone.
Ok. I'll think on this more and see if there is another way.
 


How can I enter recovery mode?
  1. Power on or Reboot: Start your computer or reboot it if it is already running.
  2. Press Shift Key: While the system is booting, press and hold the Shift key. This action will bring up the GRUB menu.
  3. Select Recovery Kernel: In the GRUB menu, select the recovery kernel option for Linux Mint 21. This option is usually labeled with “(recovery mode)”.
  4. Enter Recovery Menu: After selecting the recovery kernel, press Enter. The system will boot into the recovery menu, where you can choose from several options to fix common issues.
Selecting fsck may fix your problems. So I would try that. :)

Here's a tutorial to follow: (it's for Linux Mint 20 however; it should work for Mint 21.

 
  1. Power on or Reboot: Start your computer or reboot it if it is already running.
  2. Press Shift Key: While the system is booting, press and hold the Shift key. This action will bring up the GRUB menu.
  3. Select Recovery Kernel: In the GRUB menu, select the recovery kernel option for Linux Mint 21. This option is usually labeled with “(recovery mode)”.
  4. Enter Recovery Menu: After selecting the recovery kernel, press Enter. The system will boot into the recovery menu, where you can choose from several options to fix common issues.
Selecting fsck may fix your problems. So I would try that. :)

Here's a tutorial to follow: (it's for Linux Mint 20 however; it should work for Mint 21.

Thanks :)
 
You're welcome.

By the way, since your phone is old you may be able to use itunes to transfer files.
Let us know if Recovery Mode worked for you.
 
there's this app I like to use for sending files between my phone and computer, looks like it's on iOS too, https://apps.apple.com/us/app/localsend/id1661733229

note that you'll need to open some ports on the firewall --> https://github.com/localsend/protocol
app works really well for me, android - never tried the iOS version but presumably it's similar.
there's this app I like to use for sending files between my phone and computer, looks like it's on iOS too, https://apps.apple.com/us/app/localsend/id1661733229

note that you'll need to open some ports on the firewall --> https://github.com/localsend/protocol
app works really well for me, android - never tried the iOS version but presumably it's similar.
How do I open ports on the firewall?
 
You're welcome.

By the way, since your phone is old you may be able to use itunes to transfer files.
Let us know if Recovery Mode worked for you.
I tried using fsck but it aborted…
image.jpg
 
I tried using fsck but it aborted…View attachment 23454
It's aborting because the whole disk (/dev/sda2) is mounted.
From what I understand you have to have the partition (your root partition) mounted for fsck to fix things.

That's why you have this message:
Code:
/lib/recovery-mode/recovery/menu: line 80 /etc/default/rcS: No such file or directory

Do these steps one at a time:

1.
Go back to Recovery Mode and choose 'Root Access'.
2. At the prompt type:
Code:
sudo fsck -f /
3. Repeat the fsck command if there were errors
4. Type the word:
Code:
reboot

Fingers crossed-:)

Reading here to help you.

Be back later gotta go to work.
 
It's aborting because the whole disk (/dev/sda2) is mounted.
From what I understand you have to have the partition (your root partition) mounted for fsck to fix things.

That's why you have this message:
Code:
/lib/recovery-mode/recovery/menu: line 80 /etc/default/rcS: No such file or directory

Do these steps one at a time:

1.
Go back to Recovery Mode and choose 'Root Access'.
2. At the prompt type:
Code:
sudo fsck -f /
3. Repeat the fsck command if there were errors
4. Type the word:
Code:
reboot

Fingers crossed-:)

Reading here to help you.

Be back later gotta go to work.
It didn’t work, once I typed in the first command, it just said that /dev/sda2 is mounted, e2fsck: cannot continue, aborting. So I typed fsck again and the same error happened. Did I do something wrong or did the command not work.
 
It didn’t work, once I typed in the first command, it just said that /dev/sda2 is mounted, e2fsck: cannot continue, aborting. So I typed fsck again and the same error happened. Did I do something wrong or did the command not work.
When you selected Recovery Mode from Grub you would need to select root.
See the picture attached-

Once you pressed enter for 'root' and it put you in a root prompt shell did you type this at the prompt?
Code:
sudo fsck -f /

If you didn't type the command with sudo it won't work.

Do you have a usb thumb drive that empty at this time?
 

Attachments

  • Linux_Mint_20_recovery_menu.png
    Linux_Mint_20_recovery_menu.png
    12.6 KB · Views: 28
Is Linux Mint 21 the only operating system on that drive?

If so you will need to mount the root partition.

If /dev/sda2 is the swap partition then /dev/sda1 is the root partition.
To be certain you will need to find out. To do that type:
Code:
sudo fdisk -l

(that's a small letter L after the hyphen)
 
When you selected Recovery Mode from Grub you would need to select root.
See the picture attached-

Once you pressed enter for 'root' and it put you in a root prompt shell did you type this at the prompt?
Code:
sudo fsck -f /

If you didn't type the command with sudo it won't work.

Do you have a usb thumb drive that empty at this time?
I couldn’t find one, unfortunately
 
Is Linux Mint 21 the only operating system on that drive?

If so you will need to mount the root partition.

If /dev/sda2 is the swap partition then /dev/sda1 is the root partition.
To be certain you will need to find out. To do that type:
Code:
sudo fdisk -l

(that's a small letter L after the hyphen)
image.jpg

This is what happens after the command
 
View attachment 23481
This is what happens after the command
Thanks!
Ok, /dev/sda2 that is 465.3 Gig's is your root partition.:)

Next question:
After you type in your password at the log in screen does Mint boot to the desktop?

I'm asking to see if you need boot repair.
 
Last edited:
Thanks!
Ok, /dev/sda2 that is 465.3 Gig's is your root partition.:)

Next question:
After you type in your password at the log in screen does Mint boot to the desktop?

I'm asking to see if you need boot repair.
no
 
Ok-not good.

Before we run the commands below the dotted line to see if the boot directory has all of it's config files and etc. are still there, let's see if the Cinnamon Desktop is still in place.

Run these commands from the prompt your at. One at a time.
Code:
ls /usr/bin/*-session
Code:
dpkg -l | grep cinnamon

----------------------------------------------------------------------------------
From the screenshot you posted in post # 73 at the prompt:
Code:
root@hpadmin-HP-15-TS-Notebook-PC:~#

At the end of that prompt type:
Code:
cd /boot/

Then press Enter

Then when all of the output from the /boot directory shows and your at the prompt again, type:
Code:
ls

Then press enter

And lastly when all of the output from ls shows at the prompt type:
Code:
ls -l

That's a small letter L after the hyphen
Then press enter
 
Alex, just an IMO -

If the OP can get back to the point reached in the screenshot at #73, I would try the following, pressing Enter after each line and waiting for the commands to complete

Code:
grub-install /dev/sda
update-grub
reboot

If he gets any more Cinnamon problems, the process could be repeated from the Root session with a fix for Cinnamon.

What think you?

Wizard
 
Alex, just an IMO -

If the OP can get back to the point reached in the screenshot at #73, I would try the following, pressing Enter after each line and waiting for the commands to complete

Code:
grub-install /dev/sda
update-grub
reboot

If he gets any more Cinnamon problems, the process could be repeated from the Root session with a fix for Cinnamon.

What think you?

Wizard
Funny, I was just thinking of flagging you a few minutes ago-

Sounds good Chris. :)

How would one fix Cinnamon if it's either not there or mis-configured?
OP only has a internet connection on his iphone.
 
OP only has a internet connection on his iphone.

I understand...does that involve tethering? I know next to nothing about that.
 
I understand...does that involve tethering? I know next to nothing about that.
Yes.
It allows ones iphone as a WiFi hotspot to connect other devices to the internet.
It can be a security risk if not properly secured from what I just learned.
I've never used it.
 

Members online


Top