Search found 1572 matches

by deck_luck
Tue Jun 27, 2023 1:49 am
Forum: Installation & Boot
Topic: How do you make noatime the permanent default for everything in LM 21? [SOLVED]
Replies: 12
Views: 773

Re: How do you make noatime the permanent default for everything in LM 21?

... run an application that has a quick look through the files, there are several minutes of time wasted on each disk. If I manually change the mount to noatime, 3 minutes becomes 3 seconds. How can I set noatime to be the permanent default everywhere? LM 21 is now here. I am reading the udisks doc...
by deck_luck
Mon May 29, 2023 10:18 pm
Forum: Beginner Questions
Topic: Bad magic number in super-block
Replies: 2
Views: 2499

Re: Bad magic number in super-block

The fsck utility should run against a file system. In your Disks program output your /dev/sda storage device has three partitions. For example, the /dev/sda5 device is where the ext4 file system resides. You must determine the proper device name for your clone device before attempting to run fsck li...
by deck_luck
Sun May 28, 2023 4:44 pm
Forum: Scripts & Bash
Topic: RSYNC Backup with SSH
Replies: 4
Views: 666

Re: RSYNC Backup with SSH

... crontab -e * * * * * /bin/bash/ /root/backup.sh >> backup.log >/dev/null 2>&1 grep CRON /var/log/syslog May 28 19:56:01 production1 CRON[3982]: (root) CMD (/bin/bash/ /root/backup.sh >> backup.log >/dev/null 2>&1) ... May 28 20:12:01 production1 CRON[4042]: (root) CMD (/bin/bash/ /root/...
by deck_luck
Thu May 25, 2023 2:32 pm
Forum: Installation & Boot
Topic: [SOLVED] Can't boot the Mint 21.1
Replies: 11
Views: 3009

Re: Can't boot the Mint 21.1

... Will the overwritten EFI System Partition prevent me from installing (instead of Mint) and booting other Linux distro ? Or does it affect only Linux Mint ? Will be necessary to restore the ESP ? I have a Linux Mint 20.3 and Windows 11 multiboot configuration. I do not have any non-LInux Mint in...
by deck_luck
Thu May 25, 2023 2:20 pm
Forum: Installation & Boot
Topic: [SOLVED] Can't boot the Mint 21.1
Replies: 11
Views: 3009

Re: Can't boot the Mint 21.1

... It's a personal opinion indeed. The issue was produced by Ubuntu, they broke backward compatibility with their own images as well. To cite Linux Mint project leader here Monthly News – April 2023 – The Linux Mint Blog Secureboot An update in Ubuntu’s shim-signed broke the compatibility of all L...
by deck_luck
Fri May 05, 2023 1:42 am
Forum: Hardware Support
Topic: Power System Questions
Replies: 3
Views: 743

Re: Power System Questions

I use TLP on my laptops to improve battery run time. The github page for auto-cpufreq recommends using auto-cupfreq by itself. I am not sure what advantage auto-cpufreq has over TLP other than it claims TLP will not run in turbo mode. If you are trying to improve battery run time, I do not understan...
by deck_luck
Thu May 04, 2023 11:27 pm
Forum: Installation & Boot
Topic: [SOLVED] Can't boot the Mint 21.1
Replies: 11
Views: 3009

Re: Can't boot the Mint 21.1

... As for secure boot, what I found (and almost everyone who has tested) is that, once you run updates, you should be able to re-enable secure boot, i.e., the installed system will boot without difficulty (although the notifications you mention will remain). ... I personally do not feel comfortabl...
by deck_luck
Thu May 04, 2023 7:24 pm
Forum: Installation & Boot
Topic: [SOLVED] Can't boot the Mint 21.1
Replies: 11
Views: 3009

Re: Can't boot the Mint 21.1

I prefer the XFCE desktop environment so, I have no experience with LMDE 5 Cinnamon. Maybe another forum user with the LMDE 5 experience can answer your question. As an alternative the Linux Mint 20.3 fully supports Secure Boot.
by deck_luck
Thu May 04, 2023 4:43 pm
Forum: Installation & Boot
Topic: [SOLVED] Can't boot the Mint 21.1
Replies: 11
Views: 3009

Re: Can't boot the Mint 21.1

The Linux Mint 21 and 21.1 releases do not have the proper Secure Boot functionality. Hopefully, it will be resolved in the next release 21.2. The latest Linux Mint release with a Secure Boot functionality is Linux Mint 20.3. Updating the Dell OptiPlex 5060 firmware might help with the ACPI error. R...
by deck_luck
Wed May 03, 2023 3:15 pm
Forum: Installation & Boot
Topic: laptop bios cannot find ssd with LM
Replies: 10
Views: 682

Re: laptop bios cannot find ssd with LM

Check to see if the Inel RST (Rapid Storage Technology) is enabled. If so disable it and switch it to the standard SATA AHCI. I know why would a single disk laptop have RST enabled. You got me but, I was surprised by this configuration in another thread. Does your new laptop have UEFI diagnostics? Y...
by deck_luck
Wed May 03, 2023 2:54 pm
Forum: Installation & Boot
Topic: Secure Boot Key
Replies: 4
Views: 3633

Re: Secure Boot Key

... Frankly, I think you would be better off investing your efforts in figuring out how to disable secure boot. If unable, I would install LM20, which apparently still works with secure boot enabled. I think we can assume Mint will again become secure boot compatible in the future - this glitch is ...
by deck_luck
Tue May 02, 2023 9:07 pm
Forum: Hardware Support
Topic: [Solved] Format Internal Drive - Prevously had Mint installed on it
Replies: 5
Views: 256

Re: Format Internal Drive - Prevously had Mint installed on it

Your previous Linux installation on the 298GB hard drive contains mint-vg volume group. You probably need to deactivate the mint-vg volume group before attempting disk management on the hard disk. sudo vgchange -an mint-vg Notice, you should always have at least two backups for each storage device b...
by deck_luck
Tue May 02, 2023 2:35 pm
Forum: Installation & Boot
Topic: [SOLVED] Mint won't start (due to full disk space?)
Replies: 23
Views: 1448

Re: Mint won't start (due to full disk space?)

Please run the following command: sudo du -xamd 1 / | sort -rn | head -10 The previous command will show the top ten largest file system space consumers under the / directory. This should help identify what needs to be cleaned up, ex. /timeshift or /home directories. Once the / file system has some ...
by deck_luck
Tue May 02, 2023 11:15 am
Forum: Installation & Boot
Topic: [SOLVED] Mint won't start (due to full disk space?)
Replies: 23
Views: 1448

Re: Mint won't start (due to full disk space?)

In most cases a session manager login loop is related to either the /(root) or /home file system available free space for a non-root user. Secondary, the /home/user environment might be preventing a successful X11 startup. To begin with let us do a quick review of the /(root) and/or /home file syste...
by deck_luck
Mon May 01, 2023 8:48 am
Forum: Software & Applications
Topic: SOLVED lm 21.1 cinn notify-send not working in crontab -e
Replies: 6
Views: 774

Re: lm 21.1 cinn notify-send not working in crontab -e

There were two inadvertent spaces before and after the >> redirection. Please see the corrected example.

Code: Select all

* * * * * /usr/bin/notify-send "sasdfsdfsdf"  2>>/home/your_user_name/notify-send_cron_err.log
by deck_luck
Mon May 01, 2023 3:53 am
Forum: Software & Applications
Topic: SOLVED lm 21.1 cinn notify-send not working in crontab -e
Replies: 6
Views: 774

Re: lm 21.1 cinn notify-send not working in crontab -e

The send-notify also requires an appropriate DISPLAY environment variable. Try adding the export DISPLAY=:0 to your script. Also, you can capture any standard error output from the script by appending "2 >> /home/your_user_name/notify-send_cron_err.log" to the end of your crontab entry. Cr...
by deck_luck
Mon May 01, 2023 1:20 am
Forum: Scripts & Bash
Topic: Change ^C to ^c in terminal settings
Replies: 8
Views: 805

Re: Change ^C to ^c in terminal settings

Good catch T42 . Cinnamon is trying to be more like Windows Shell using the control C and control V for copy and paste. If I remember correctly Cinnamon is well liked by previous Windows 7 users because, it seems to be more familiar than other desktop environment. Conversely, the xfce-terminal does ...
by deck_luck
Sun Apr 30, 2023 7:39 pm
Forum: Virtual Machines
Topic: VMware installation error: "magic number does not match"
Replies: 9
Views: 1338

Re: VMware installation error: "magic number does not match"

so I donwloaded it directly from the mint installation (before I copied the downloaded file to the mint installation) and unexplicably it worked, this is just another demonstration of how buggy, irregular and overall unreliable linux is, I was planning to get acquainted with it on a virtual machine...
by deck_luck
Sun Apr 30, 2023 4:00 pm
Forum: Storage
Topic: Identify SSD/HDD details
Replies: 6
Views: 1113

Re: Identify SSD/HDD details

Hi Mint experts, I'm trying to find more information about the SSD in one mini PC. I assume it is SSD because drive is recognized by Mint 20.1 as /sda. All I can find is the model: user@user-laptop:~$ lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,MODEL NAME FSTYPE LABEL MOUNTPOINT SIZE MODEL sda 119,2...
by deck_luck
Sun Apr 30, 2023 3:28 pm
Forum: Storage
Topic: How do I give myself the option to delete files on HDD.
Replies: 11
Views: 928

Re: How do I give myself the option to delete files on HDD.

... Thank you for your time and effort but at this point I'll just make a copy of the files I need on a flash drive and completely format my HDD. Since I am not familiar with linux or what commands I should use, this seems like the easiest solution, right? If I understand you correctly, you are onl...

Go to advanced search