Search found 13681 matches

by AndyMH
Thu Apr 18, 2024 6:29 pm
Forum: Installation & Boot
Topic: (SOLVED) Adding menuentry lines into Linux Mint GRUB
Replies: 11
Views: 150

Re: Adding menuentry lines into Linux Mint GRUB

No, I don't use fedora which is why I suggested you ask on a fedora forum.
by AndyMH
Thu Apr 18, 2024 2:39 pm
Forum: Installation & Boot
Topic: (SOLVED) Adding menuentry lines into Linux Mint GRUB
Replies: 11
Views: 150

Re: Adding menuentry lines into Linux Mint GRUB

Legacy = the old way of installing/booting systems (dates back to the 1980's), UEFI = the new way (since about 2010). Doesn't matter which distro, linux installs in the same mode your install stick boots in. So you need to boot your fedora install stick in UEFI mode. To do that, disable the CSM flag...
by AndyMH
Thu Apr 18, 2024 1:39 pm
Forum: Installation & Boot
Topic: (SOLVED) Adding menuentry lines into Linux Mint GRUB
Replies: 11
Views: 150

Re: Adding menuentry lines into Linux Mint GRUB

Based on your last posts I can explain it. OS-prober (used by grub) will only find other OS installed in the same mode. Win is installed in UEFI mode: path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI Both fedora and mint are installed in legacy mode, but... With LM21 when you install in legacy mode, it also cr...
by AndyMH
Thu Apr 18, 2024 10:10 am
Forum: Installation & Boot
Topic: Issue while booting up
Replies: 3
Views: 73

Re: Issue while booting up

What MiZoG has suggested will work, but requires you to use a terminal text editor (sudoedit). You might find it more comfortable to use a GUI text editor. When you have mounted your / partition ( sudo mount /dev/sda4 /media/myborkedsystem ), open your file manager (nemo if cinnamon), navigate to /m...
by AndyMH
Thu Apr 18, 2024 9:57 am
Forum: Storage
Topic: HDD Storage Mounted Poorly?
Replies: 27
Views: 468

Re: HDD Storage Mounted Poorly?

This is the offending entry that disks created in fstab: /dev/disk/by-uuid/7b479b37-0f01-4a7d-8dec-4c1ba0b7a6c8 /mnt/7b479b37-0f01-4a7d-8dec-4c1ba0b7a6c8 auto nosuid,nodev,nofail,x-gvfs-show 0 0 Taking it apart: /dev/disk/by-uuid/7b479b37-0f01-4a7d-8dec-4c1ba0b7a6c8 This defines the partition to be ...
by AndyMH
Thu Apr 18, 2024 6:55 am
Forum: Storage
Topic: HDD Storage Mounted Poorly?
Replies: 27
Views: 468

Re: HDD Storage Mounted Poorly?

Excuse me if my post was ambiguously worded. The drive IS mounted at /mnt. Would it be advisable to create a new mount point mnt/USER and remount the drive at that mount point? Yes, if you add further drives/partitions and want to mount them in /mnt . In linux you can mount partitions anywhere you ...
by AndyMH
Thu Apr 18, 2024 6:35 am
Forum: Installation & Boot
Topic: Issue while booting up
Replies: 3
Views: 73

Re: Issue while booting up

Boot your install stick and undo the changes you made to fstab.
by AndyMH
Thu Apr 18, 2024 6:33 am
Forum: Installation & Boot
Topic: (SOLVED) Adding menuentry lines into Linux Mint GRUB
Replies: 11
Views: 150

Re: Adding menuentry lines into Linux Mint GRUB

It sounds like all three OS are booting legacy. You can confirm in mint/fedora with efibootmgr . If it says EFI variables are not supported it is legacy, anything else is UEFI. In win I think msinfo32 tells you. I'm speculating, but you are booting fedora off a drive with a gpt partition table and a...
by AndyMH
Thu Apr 18, 2024 6:14 am
Forum: Installation & Boot
Topic: Boot Errors: Transfer event TRB DMA ptr not part of current TD, and Timed out waiting for device /dev/disks/by-uuid/
Replies: 4
Views: 101

Re: Boot Errors: Transfer event TRB DMA ptr not part of current TD, and Timed out waiting for device /dev/disks/by-uuid/

Obvious question - when you installed win10 it will have put itself at the top of your BIOS boot list. Have you been in BIOS and put "ubuntu" back at the top? Do you still have an ubuntu entry in your BIOS boot list? If it was in the EFI partition on your win drive it probably got wiped by...
by AndyMH
Thu Apr 18, 2024 6:10 am
Forum: Storage
Topic: Mounted but not Recognized
Replies: 2
Views: 44

Re: Mounted but not Recognized

Your screenshots show both mounting in /media..... so where are they not recognised??
by AndyMH
Thu Apr 18, 2024 6:07 am
Forum: Beginner Questions
Topic: Timeshift FULL backup
Replies: 8
Views: 193

Re: Timeshift FULL backup

I also use backintime. When you install it you get two menu entries backintime and backintime(root). You could setup a profile for backintime(root) that only snapshots your MySql files irrespective of where they are in the file system. I've never used the root option so I suspect it will prompt you ...
by AndyMH
Thu Apr 18, 2024 5:46 am
Forum: Software & Applications
Topic: Wallpaper visible when "lock the screen" is activated
Replies: 13
Views: 382

Re: Wallpaper visible when "lock the screen" is activated

I see the background darkened when I lock the system, why is that a problem?
by AndyMH
Wed Apr 17, 2024 12:45 pm
Forum: Beginner Questions
Topic: Without using Grub can you switch operating systems with keyboard at startup?
Replies: 10
Views: 230

Re: Without using Grub can you switch operating systems with keyboard at startup?

What did you do to "fix" grub and what was wrong with the existing menu? With legacy boot you can only have one bootloader per drive. It lives in the first sector on the drive.
by AndyMH
Wed Apr 17, 2024 7:17 am
Forum: Storage
Topic: HDD Storage Mounted Poorly?
Replies: 27
Views: 468

Re: HDD Storage Mounted Poorly?

My bad, I should have checked my fstab :(
by AndyMH
Wed Apr 17, 2024 7:05 am
Forum: Beginner Questions
Topic: [solved] LMDE and NTFS
Replies: 8
Views: 167

Re: LMDE and NTFS

You are trying to use the latest ntfs3 driver and it is not in your kernel (not sure what kernel LMDE ships with). Follow altair4's advice, I expect there will be a line in fstab with ntfs3 as the filesystem, replace with ntfs for the old driver.
by AndyMH
Wed Apr 17, 2024 7:02 am
Forum: Storage
Topic: HDD Storage Mounted Poorly?
Replies: 27
Views: 468

Re: HDD Storage Mounted Poorly?

Notes to altair4's comments. I always add user to the fstab options, without it only root can mount/unmount. If you mount in /media it will show in the devices pane in nemo as DATA (remember linux is case sensitive). If you don't want it to show in the devices pane, mount it in /mnt . You have to ed...
by AndyMH
Tue Apr 16, 2024 6:01 pm
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 17
Views: 453

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

A "better" way to mount your synology is a cifs mount in fstab, this is how I do it:
viewtopic.php?p=2224484#p2224484
I have enabled SMB1.0 but this is not needed for cifs.
by AndyMH
Tue Apr 16, 2024 5:55 pm
Forum: Beginner Questions
Topic: How to set up Virtual Machine for LM 20.2 Xfce
Replies: 11
Views: 238

Re: How to set up Virtual Machine for LM 20.2 Xfce

Installing a VM in VB is a two step process, the first time is setting up the virtual drive the second time you run it, it asks where is the CD or iso to boot from. If you are not being asked where the iso is, on the VB devices menu > optical drives > choose a disk file and navigate to the win10 iso...
by AndyMH
Tue Apr 16, 2024 5:49 pm
Forum: Beginner Questions
Topic: boot stuck in grub
Replies: 6
Views: 91

Re: boot stuck in grub

How and what did you use to clone the drive?
by AndyMH
Tue Apr 16, 2024 3:20 pm
Forum: Installation & Boot
Topic: How to increase 537MB size of /boot/efi partition
Replies: 5
Views: 128

Re: How to increase 537MB size of /boot/efi partition

My EFI partition is 100MiB and 7.6MiB used - this is mint only. Even with dual boot win, used would be around 40MiB. What are you doing that requires more?

Go to advanced search