Installing Fedora next to Mint and Windows

Hey community,

I already have a dual boot with linux mint and Windows 11. I wanted to try fedora and maybe make the switch to it so I tried to install it as a third OS but never got to boot into it.
Fedora was never recocnized by my grub instance from Mint. Interestingly enough in the BIOS there now was the option of a fedora boot manager and when i was booting into that, only Mint(with all Kernels) and Windows was detected. Is there a proper way to do that?

Thanks for your help!

NEI (not enough info)

How did you install fedora? Detailed steps please – including what was done for partitioning.

Generally if all OSes are installed uefi and all use the same efi partition it seems to be relatively easy. The caveat there is that whichever linux distro using grub was last updated takes over the boot process. Since mint is debian/ubuntu related it tends to ignore/block fedora while fedora tries to be more friendly and may recognize and make the other OSes available in grub without special management.

In general, except for the esp partition which may be shared, each OS must have all its other drive space separate from the others.

Often it becomes necessary to manually create a menu entry for grub to boot the other linux distro (which then may need updated when a kernel is updated in the other linux distro)

It is very easy in most linux distros (and even in windows) to use a virtual machine manager and install new OSes into a VM so you could have multiple machines running different OSes active at the same time and avoid dual or multi-booting. Fedora has libvirt (qemu) and vmm native. All should be able to use VirtualBox or even other virtual mangers to run a VM. I am not familiar with what VM tools may be native to Mint.

All are installed as uefi, but fedora created a seperate efi partition. During the installation process, fedora detected my other OSes and created the partions it needed by itself. What was weird was, that the fedora grub itself didn’t sdetect fedora.

It should not have done so unless you manually created your partitions or installed onto a different drive and did not allow fedora to use the same drive where the other efi partition was already installed.

The fedora installer in automatic mode is smart enough to use an already existing efi partition as long as it is able to see it and write to that device.

I’ll have to look into that. I let fedora to create the partitions by itself, but maybe I did something wrong. But they were both on the same nvme.

Please post the output of lsblk -f

nvme0n1
│                                                                           
├─nvme0n1p1
│    vfat   FAT32       7D01-08B3                              22,7M    96% /boot/efi
├─nvme0n1p2
│    ext4   1.0         28f84de3-560f-44c5-a462-7e1c628095bd   82,2G    74% /
├─nvme0n1p3
│                                                                           
├─nvme0n1p4
│    ntfs               C0465B1B465B1190                                    
├─nvme0n1p5
│    ext4   1.0         6c046761-8c08-48b4-9bac-7dce6323057b                
└─nvme0n1p6
     btrfs        fedora_localhost-live
                        6d35deda-7e09-4288-9f08-3ea9ec653f55  

thats the ouput, no idea if that helps

In mint it warns me after installing fedora, that the efi partion is low an storrage. Could it be, that the partion is to small?
Also the os-prober in the fedora live iso detects all three OSes

I edited your post to add the preformatted text tags and recover the on-screen formatting which maintains readability. Please use the button </> on the toolbar when pasting text in to do that so things are more easily understood.

In response to your question about space. Yes, absolutely the efi partition seems too small. Only 22M remaining. It may or may not be critical, which can be seen with the df command, but definitely is very limited.

My system shows

# lsblk -f
NAME                  FSTYPE            FSVER    LABEL      UUID                                   FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1                                                                                                           
├─nvme0n1p1           vfat              FAT16               9CF6-618E                               220.4M     7% /boot/efi
├─nvme0n1p2           ext4              1.0                 dfeb394f-2d5c-4ff4-a974-105d8551d0a4    682.4M    19% /boot
└─nvme0n1p3           LVM2_member       LVM2 001            l81PQ1-jP4v-u4jv-mXAN-B7dy-X0Tf-SOaUr5                
  └─fedora_root-root  ext4              1.0                 9fe3fc05-e46d-44e5-8077-85898d4a2c47    260.7G    28% /

# df
Filesystem                     1K-blocks       Used Available Use% Mounted on
/dev/mapper/fedora_root-root   411725224  117324016 273413304  31% /
/dev/nvme0n1p2                    941740     177800    698764  21% /boot
/dev/nvme0n1p1                    243452      17776    225676   8% /boot/efi
/dev/mapper/fedora_raid1-home 6390519720 5399083300 669297492  89% /home

Note that I trimmed out irrelevant parts but you can see the space and usage

It looks like you have Mint using p1 & p2, Windows using p1, p3, & p4, and Fedora using p1, p5, & p6.

Please also post the output of sudo fdisk -l and df. The command and all headers included with the text also make things more readable.

1 Like

Here the outputs of the two commands and thanks for the tipps.

#fdisk -f
Device              Start        End   Sectors   Size Type
/dev/nvme0n1p1       2048    1050623   1048576   512M EFI System
/dev/nvme0n1p2    1050624  821542911 820492288 391,2G Linux filesystem
/dev/nvme0n1p3 1134327808 1134360575     32768    16M Microsoft reserved
/dev/nvme0n1p4 1134360576 1542643711 408283136 194,7G Microsoft basic data
/dev/nvme0n1p5  821542912  823640063   2097152     1G Linux filesystem
/dev/nvme0n1p6 1542643712 1953523711 410880000 195,9G Linux filesystem

# df
Filesystem     1K-blocks      Used Available Use% Mounted on
tmpfs            1606940      4028   1602912   1% /run
/dev/nvme0n1p2 402686688 298026924  86189920  78% /
tmpfs            8034684    115612   7919072   2% /dev/shm
tmpfs               5120         4      5116   1% /run/lock
/dev/nvme0n1p1    523248    500024     23224  96% /boot/efi
tmpfs            1606936       128   1606808   1% /run/user/1000

I can see no problem with the way everything is installed and it seems more like a Mint problem.

Mint is definitely using a lot of space in /boot/efi. Nothing should be using that much in that location that I am aware of. Microsoft does not and neither does fedora.

Please show sudo find /boot also sudo du -h /boot

I resolved that, there were some weird recovory folders created every time I tried to install fedora. Now it only uses 52 MB in total. The main problem seems to be, that the os-prober in Mint just doesn’t detect anythin other then Windows.

That is a known issue, which is why fedora should be the last and only one to run grub. Grub2 in Fedora will see mint when installed, but mint does not see fedora. It is, however, quite possible to create a custom grub menu entry in mint for use in booting fedora.

Alright, thanks. Then I’ll try that and hope to be able to boot into fedora.
Did you ever hear about the fedora grub not containing fedora itself?

I think it would probably be due to the efi partition being so full and possibly the boot loader not completing properly.

The commands I asked for would help me answer your question.
Especially if you were to mount /dev/nvme0n1p5 on /mnt then run that find command on /mnt – such as sudo find /mnt and sudo find /boot/efi

1 Like
# sudo find /boot
/boot
/boot/initrd.img
/boot/initrd.img-5.15.0-86-generic
/boot/config-6.2.0-33-generic
/boot/vmlinuz-6.2.0-33-generic
/boot/initrd.img-5.15.0-87-generic
/boot/initrd.img-6.2.0-34-generic
/boot/System.map-6.2.0-33-generic
/boot/vmlinuz-5.19.0-35-generic
/boot/System.map-5.19.0-35-generic
/boot/System.map-6.2.0-34-generic
/boot/config-5.19.0-35-generic
/boot/config-5.15.0-87-generic
/boot/vmlinuz.old
/boot/config-5.15.0-86-generic
/boot/config-6.2.0-34-generic
/boot/vmlinuz-6.1.0-060100-generic
/boot/vmlinuz-6.2.0-35-generic
/boot/config-6.2.0-35-generic
/boot/initrd.img-5.19.0-35-generic
/boot/vmlinuz
/boot/System.map-5.15.0-86-generic
/boot/vmlinuz-5.15.0-87-generic
/boot/initrd.img-6.2.0-35-generic
/boot/initrd.img-6.2.0-33-generic
/boot/efi
/boot/efi/EFI
/boot/efi/EFI/ubuntu
/boot/efi/EFI/ubuntu/grubx64.efi
/boot/efi/EFI/ubuntu/shimx64.efi
/boot/efi/EFI/ubuntu/mmx64.efi
/boot/efi/EFI/ubuntu/BOOTX64.CSV
/boot/efi/EFI/ubuntu/grub.cfg
/boot/efi/EFI/BOOT
/boot/efi/EFI/BOOT/BOOTIA32.EFI
/boot/efi/EFI/BOOT/fbx64.efi
/boot/efi/EFI/BOOT/mmx64.efi
/boot/efi/EFI/BOOT/bkpbootx64.efi
/boot/efi/EFI/BOOT/bootx64.efi
/boot/efi/EFI/BOOT/fbia32.efi
/boot/efi/EFI/Microsoft
/boot/efi/EFI/Microsoft/Boot
/boot/efi/EFI/Microsoft/Boot/BCD
/boot/efi/EFI/Microsoft/Boot/BCD.LOG
/boot/efi/EFI/Microsoft/Boot/BCD.LOG1
/boot/efi/EFI/Microsoft/Boot/BCD.LOG2
/boot/efi/EFI/Microsoft/Boot/bg-BG
/boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/kd_0C_8086.dll
/boot/efi/EFI/Microsoft/Boot/CIPolicies
/boot/efi/EFI/Microsoft/Boot/CIPolicies/Active
/boot/efi/EFI/Microsoft/Boot/CIPolicies/Active/{5DAC656C-21AD-4A02-AB49-649917162E70}.cip
/boot/efi/EFI/Microsoft/Boot/CIPolicies/Active/{82443e1e-8a39-4b4a-96a8-f40ddc00b9f3}.cip
/boot/efi/EFI/Microsoft/Boot/CIPolicies/Active/{CDD5CB55-DB68-4D71-AA38-3DF2B6473A52}.cip
/boot/efi/EFI/Microsoft/Boot/cs-CZ
/boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK
/boot/efi/EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE
/boot/efi/EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR
/boot/efi/EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB
/boot/efi/EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US
/boot/efi/EFI/Microsoft/Boot/en-US/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES
/boot/efi/EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-MX
/boot/efi/EFI/Microsoft/Boot/es-MX/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-MX/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE
/boot/efi/EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI
/boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-CA
/boot/efi/EFI/Microsoft/Boot/fr-CA/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-CA/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR
/boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR
/boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU
/boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT
/boot/efi/EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP
/boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/memtest.efi
/boot/efi/EFI/Microsoft/Boot/winsipolicy.p7b
/boot/efi/EFI/Microsoft/Boot/boot.stl
/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
/boot/efi/EFI/Microsoft/Boot/bootmgr.efi
/boot/efi/EFI/Microsoft/Boot/kdnet_uart16550.dll
/boot/efi/EFI/Microsoft/Boot/kdstub.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_10df.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_10ec.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_1137.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_14e4.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_15b3.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_1969.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_19a2.dll
/boot/efi/EFI/Microsoft/Boot/kd_02_1af4.dll
/boot/efi/EFI/Microsoft/Boot/ko-KR
/boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT
/boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV
/boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO
/boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL
/boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL
/boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR
/boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT
/boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/qps-ploc
/boot/efi/EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO
/boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU
/boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK
/boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI
/boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE
/boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR
/boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA
/boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/kd_02_8086.dll
/boot/efi/EFI/Microsoft/Boot/zh-CN
/boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW
/boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/BOOTSTAT.DAT
/boot/efi/EFI/Microsoft/Boot/Fonts
/boot/efi/EFI/Microsoft/Boot/Fonts/segmono_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/chs_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/cht_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/jpn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/kor_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/malgun_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msjh_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msyh_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Resources
/boot/efi/EFI/Microsoft/Boot/Resources/de-DE
/boot/efi/EFI/Microsoft/Boot/Resources/de-DE/bootres.dll.mui
/boot/efi/EFI/Microsoft/Boot/Resources/bootres.dll
/boot/efi/EFI/Microsoft/Boot/kd_07_1415.dll
/boot/efi/EFI/Microsoft/Boot/cbmr_driver.efi
/boot/efi/EFI/Microsoft/Recovery
/boot/efi/EFI/Microsoft/Recovery/BCD
/boot/efi/EFI/Microsoft/Recovery/BCD.LOG
/boot/efi/EFI/Microsoft/Recovery/BCD.LOG1
/boot/efi/EFI/Microsoft/Recovery/BCD.LOG2
/boot/efi/EFI/systemd
/boot/efi/EFI/systemd/systemd-bootx64.efi
/boot/efi/EFI/Linux
/boot/efi/EFI/fedora
/boot/efi/EFI/fedora/grub.cfg
/boot/efi/EFI/fedora/BOOTIA32.CSV
/boot/efi/EFI/fedora/BOOTX64.CSV
/boot/efi/EFI/fedora/gcdia32.efi
/boot/efi/EFI/fedora/gcdx64.efi
/boot/efi/EFI/fedora/grubia32.efi
/boot/efi/EFI/fedora/grubx64.efi
/boot/efi/EFI/fedora/mmia32.efi
/boot/efi/EFI/fedora/mmx64.efi
/boot/efi/EFI/fedora/shim.efi
/boot/efi/EFI/fedora/shimia32.efi
/boot/efi/EFI/fedora/shimx64.efi
/boot/efi/System Volume Information
/boot/efi/loader
/boot/efi/loader/entries
/boot/efi/loader/entries/nixos-generation-1.conf
/boot/efi/loader/entries/nixos-generation-2.conf
/boot/efi/loader/entries/nixos-generation-3.conf
/boot/efi/loader/entries/nixos-generation-4.conf
/boot/efi/loader/entries/nixos-generation-5.conf
/boot/efi/loader/entries/nixos-generation-6.conf
/boot/efi/loader/entries/nixos-generation-7.conf
/boot/efi/loader/entries/0dc63a584b504d6895481b4616e71f9f-0-rescue.conf
/boot/efi/loader/entries/0dc63a584b504d6895481b4616e71f9f-6.2.9-300.fc38.x86_64.conf
/boot/efi/loader/entries/f12003642bb6449d8ab91766385a33df-0-rescue.conf
/boot/efi/loader/entries/f12003642bb6449d8ab91766385a33df-6.2.9-300.fc38.x86_64.conf
/boot/efi/loader/entries/7935c540207f46f294f54ce7db447b8c-0-rescue.conf
/boot/efi/loader/entries/8a2f00a5f86f41ebb268860e314f0df4-0-rescue.conf
/boot/efi/loader/loader.conf
/boot/efi/loader/random-seed
/boot/efi/loader/entries.srel
/boot/efi/System
/boot/efi/System/Library
/boot/efi/System/Library/CoreServices
/boot/efi/System/Library/CoreServices/SystemVersion.plist
/boot/efi/mach_kernel
/boot/System.map-6.1.0-060100-generic
/boot/grub
/boot/grub/fonts
/boot/grub/fonts/unicode.pf2
/boot/grub/unicode.pf2
/boot/grub/grubenv
/boot/grub/gfxblacklist.txt
/boot/grub/grub.cfg
/boot/grub/locale
/boot/grub/locale/en_CA.mo
/boot/grub/locale/en@quot.mo
/boot/grub/locale/en_AU.mo
/boot/grub/locale/en_GB.mo
/boot/grub/x86_64-efi
/boot/grub/x86_64-efi/gfxterm_background.mod
/boot/grub/x86_64-efi/regexp.mod
/boot/grub/x86_64-efi/hfsplus.mod
/boot/grub/x86_64-efi/lssal.mod
/boot/grub/x86_64-efi/bsd.mod
/boot/grub/x86_64-efi/gcry_md4.mod
/boot/grub/x86_64-efi/ext2.mod
/boot/grub/x86_64-efi/testload.mod
/boot/grub/x86_64-efi/reboot.mod
/boot/grub/x86_64-efi/datetime.mod
/boot/grub/x86_64-efi/jpeg.mod
/boot/grub/x86_64-efi/gcry_blowfish.mod
/boot/grub/x86_64-efi/zfsinfo.mod
/boot/grub/x86_64-efi/part_sun.mod
/boot/grub/x86_64-efi/bitmap_scale.mod
/boot/grub/x86_64-efi/gcry_sha512.mod
/boot/grub/x86_64-efi/at_keyboard.mod
/boot/grub/x86_64-efi/lsmmap.mod
/boot/grub/x86_64-efi/f2fs.mod
/boot/grub/x86_64-efi/modinfo.sh
/boot/grub/x86_64-efi/hfspluscomp.mod
/boot/grub/x86_64-efi/cbmemc.mod
/boot/grub/x86_64-efi/bufio.mod
/boot/grub/x86_64-efi/fixvideo.mod
/boot/grub/x86_64-efi/grub.efi
/boot/grub/x86_64-efi/geli.mod
/boot/grub/x86_64-efi/usbserial_ftdi.mod
/boot/grub/x86_64-efi/cmdline_cat_test.mod
/boot/grub/x86_64-efi/morse.mod
/boot/grub/x86_64-efi/bswap_test.mod
/boot/grub/x86_64-efi/aout.mod
/boot/grub/x86_64-efi/romfs.mod
/boot/grub/x86_64-efi/halt.mod
/boot/grub/x86_64-efi/ohci.mod
/boot/grub/x86_64-efi/part_dvh.mod
/boot/grub/x86_64-efi/luks2.mod
/boot/grub/x86_64-efi/configfile.mod
/boot/grub/x86_64-efi/lsacpi.mod
/boot/grub/x86_64-efi/appleldr.mod
/boot/grub/x86_64-efi/mdraid1x.mod
/boot/grub/x86_64-efi/usb.mod
/boot/grub/x86_64-efi/gfxterm_menu.mod
/boot/grub/x86_64-efi/signature_test.mod
/boot/grub/x86_64-efi/minix2_be.mod
/boot/grub/x86_64-efi/xzio.mod
/boot/grub/x86_64-efi/div_test.mod
/boot/grub/x86_64-efi/extcmd.mod
/boot/grub/x86_64-efi/gcry_rsa.mod
/boot/grub/x86_64-efi/lvm.mod
/boot/grub/x86_64-efi/sfs.mod
/boot/grub/x86_64-efi/macho.mod
/boot/grub/x86_64-efi/pbkdf2.mod
/boot/grub/x86_64-efi/parttool.mod
/boot/grub/x86_64-efi/uhci.mod
/boot/grub/x86_64-efi/smbios.mod
/boot/grub/x86_64-efi/setjmp_test.mod
/boot/grub/x86_64-efi/mdraid09.mod
/boot/grub/x86_64-efi/disk.mod
/boot/grub/x86_64-efi/cpio.mod
/boot/grub/x86_64-efi/random.mod
/boot/grub/x86_64-efi/odc.mod
/boot/grub/x86_64-efi/probe.mod
/boot/grub/x86_64-efi/mdraid09_be.mod
/boot/grub/x86_64-efi/serial.mod
/boot/grub/x86_64-efi/pata.mod
/boot/grub/x86_64-efi/chain.mod
/boot/grub/x86_64-efi/video_fb.mod
/boot/grub/x86_64-efi/efi_gop.mod
/boot/grub/x86_64-efi/command.lst
/boot/grub/x86_64-efi/keystatus.mod
/boot/grub/x86_64-efi/cbls.mod
/boot/grub/x86_64-efi/hello.mod
/boot/grub/x86_64-efi/multiboot2.mod
/boot/grub/x86_64-efi/msdospart.mod
/boot/grub/x86_64-efi/png.mod
/boot/grub/x86_64-efi/iorw.mod
/boot/grub/x86_64-efi/luks.mod
/boot/grub/x86_64-efi/dm_nv.mod
/boot/grub/x86_64-efi/strtoull_test.mod
/boot/grub/x86_64-efi/ntfscomp.mod
/boot/grub/x86_64-efi/boot.mod
/boot/grub/x86_64-efi/raid6rec.mod
/boot/grub/x86_64-efi/terminfo.mod
/boot/grub/x86_64-efi/div.mod
/boot/grub/x86_64-efi/play.mod
/boot/grub/x86_64-efi/btrfs.mod
/boot/grub/x86_64-efi/help.mod
/boot/grub/x86_64-efi/ufs1.mod
/boot/grub/x86_64-efi/part_amiga.mod
/boot/grub/x86_64-efi/echo.mod
/boot/grub/x86_64-efi/lsefi.mod
/boot/grub/x86_64-efi/gcry_seed.mod
/boot/grub/x86_64-efi/gfxterm.mod
/boot/grub/x86_64-efi/ehci.mod
/boot/grub/x86_64-efi/sleep.mod
/boot/grub/x86_64-efi/ctz_test.mod
/boot/grub/x86_64-efi/cpuid.mod
/boot/grub/x86_64-efi/nilfs2.mod
/boot/grub/x86_64-efi/archelp.mod
/boot/grub/x86_64-efi/eval.mod
/boot/grub/x86_64-efi/lsefisystab.mod
/boot/grub/x86_64-efi/cat.mod
/boot/grub/x86_64-efi/load.cfg
/boot/grub/x86_64-efi/terminal.lst
/boot/grub/x86_64-efi/efi_uga.mod
/boot/grub/x86_64-efi/datehook.mod
/boot/grub/x86_64-efi/loadbios.mod
/boot/grub/x86_64-efi/nativedisk.mod
/boot/grub/x86_64-efi/cpio_be.mod
/boot/grub/x86_64-efi/gcry_arcfour.mod
/boot/grub/x86_64-efi/newc.mod
/boot/grub/x86_64-efi/tftp.mod
/boot/grub/x86_64-efi/usbserial_usbdebug.mod
/boot/grub/x86_64-efi/gcry_rfc2268.mod
/boot/grub/x86_64-efi/udf.mod
/boot/grub/x86_64-efi/cryptodisk.mod
/boot/grub/x86_64-efi/exfctest.mod
/boot/grub/x86_64-efi/gcry_sha256.mod
/boot/grub/x86_64-efi/acpi.mod
/boot/grub/x86_64-efi/crc64.mod
/boot/grub/x86_64-efi/rdmsr.mod
/boot/grub/x86_64-efi/cbtable.mod
/boot/grub/x86_64-efi/zfs.mod
/boot/grub/x86_64-efi/ufs2.mod
/boot/grub/x86_64-efi/gcry_md5.mod
/boot/grub/x86_64-efi/moddep.lst
/boot/grub/x86_64-efi/partmap.lst
/boot/grub/x86_64-efi/gcry_des.mod
/boot/grub/x86_64-efi/test.mod
/boot/grub/x86_64-efi/raid5rec.mod
/boot/grub/x86_64-efi/backtrace.mod
/boot/grub/x86_64-efi/linuxefi.mod
/boot/grub/x86_64-efi/test_blockarg.mod
/boot/grub/x86_64-efi/zfscrypt.mod
/boot/grub/x86_64-efi/procfs.mod
/boot/grub/x86_64-efi/minicmd.mod
/boot/grub/x86_64-efi/minix2.mod
/boot/grub/x86_64-efi/testspeed.mod
/boot/grub/x86_64-efi/part_gpt.mod
/boot/grub/x86_64-efi/legacy_password_test.mod
/boot/grub/x86_64-efi/pgp.mod
/boot/grub/x86_64-efi/gcry_rijndael.mod
/boot/grub/x86_64-efi/date.mod
/boot/grub/x86_64-efi/gettext.mod
/boot/grub/x86_64-efi/hdparm.mod
/boot/grub/x86_64-efi/trig.mod
/boot/grub/x86_64-efi/memdisk.mod
/boot/grub/x86_64-efi/usbserial_pl2303.mod
/boot/grub/x86_64-efi/all_video.mod
/boot/grub/x86_64-efi/ahci.mod
/boot/grub/x86_64-efi/video.lst
/boot/grub/x86_64-efi/part_sunpc.mod
/boot/grub/x86_64-efi/legacycfg.mod
/boot/grub/x86_64-efi/diskfilter.mod
/boot/grub/x86_64-efi/fs.lst
/boot/grub/x86_64-efi/bfs.mod
/boot/grub/x86_64-efi/xnu_uuid_test.mod
/boot/grub/x86_64-efi/part_acorn.mod
/boot/grub/x86_64-efi/video_bochs.mod
/boot/grub/x86_64-efi/offsetio.mod
/boot/grub/x86_64-efi/bitmap.mod
/boot/grub/x86_64-efi/minix3.mod
/boot/grub/x86_64-efi/hfs.mod
/boot/grub/x86_64-efi/net.mod
/boot/grub/x86_64-efi/ls.mod
/boot/grub/x86_64-efi/linux16.mod
/boot/grub/x86_64-efi/gcry_whirlpool.mod
/boot/grub/x86_64-efi/pbkdf2_test.mod
/boot/grub/x86_64-efi/crypto.lst
/boot/grub/x86_64-efi/normal.mod
/boot/grub/x86_64-efi/scsi.mod
/boot/grub/x86_64-efi/ntfs.mod
/boot/grub/x86_64-efi/crypto.mod
/boot/grub/x86_64-efi/keylayouts.mod
/boot/grub/x86_64-efi/videotest_checksum.mod
/boot/grub/x86_64-efi/relocator.mod
/boot/grub/x86_64-efi/video.mod
/boot/grub/x86_64-efi/fshelp.mod
/boot/grub/x86_64-efi/sleep_test.mod
/boot/grub/x86_64-efi/minix.mod
/boot/grub/x86_64-efi/search.mod
/boot/grub/x86_64-efi/gzio.mod
/boot/grub/x86_64-efi/multiboot.mod
/boot/grub/x86_64-efi/gcry_camellia.mod
/boot/grub/x86_64-efi/video_colors.mod
/boot/grub/x86_64-efi/part_msdos.mod
/boot/grub/x86_64-efi/part_plan.mod
/boot/grub/x86_64-efi/afs.mod
/boot/grub/x86_64-efi/password.mod
/boot/grub/x86_64-efi/hexdump.mod
/boot/grub/x86_64-efi/pcidump.mod
/boot/grub/x86_64-efi/priority_queue.mod
/boot/grub/x86_64-efi/affs.mod
/boot/grub/x86_64-efi/cbtime.mod
/boot/grub/x86_64-efi/ldm.mod
/boot/grub/x86_64-efi/gcry_serpent.mod
/boot/grub/x86_64-efi/search_label.mod
/boot/grub/x86_64-efi/gcry_tiger.mod
/boot/grub/x86_64-efi/jfs.mod
/boot/grub/x86_64-efi/tga.mod
/boot/grub/x86_64-efi/blocklist.mod
/boot/grub/x86_64-efi/exfat.mod
/boot/grub/x86_64-efi/cbfs.mod
/boot/grub/x86_64-efi/mul_test.mod
/boot/grub/x86_64-efi/part_bsd.mod
/boot/grub/x86_64-efi/gptsync.mod
/boot/grub/x86_64-efi/videotest.mod
/boot/grub/x86_64-efi/linux.mod
/boot/grub/x86_64-efi/ata.mod
/boot/grub/x86_64-efi/file.mod
/boot/grub/x86_64-efi/minix_be.mod
/boot/grub/x86_64-efi/part_apple.mod
/boot/grub/x86_64-efi/memrw.mod
/boot/grub/x86_64-efi/usbtest.mod
/boot/grub/x86_64-efi/cmp.mod
/boot/grub/x86_64-efi/xnu_uuid.mod
/boot/grub/x86_64-efi/http.mod
/boot/grub/x86_64-efi/functional_test.mod
/boot/grub/x86_64-efi/json.mod
/boot/grub/x86_64-efi/loadenv.mod
/boot/grub/x86_64-efi/gcry_sha1.mod
/boot/grub/x86_64-efi/minix3_be.mod
/boot/grub/x86_64-efi/cs5536.mod
/boot/grub/x86_64-efi/tr.mod
/boot/grub/x86_64-efi/parttool.lst
/boot/grub/x86_64-efi/tpm.mod
/boot/grub/x86_64-efi/search_fs_uuid.mod
/boot/grub/x86_64-efi/gcry_cast5.mod
/boot/grub/x86_64-efi/password_pbkdf2.mod
/boot/grub/x86_64-efi/ufs1_be.mod
/boot/grub/x86_64-efi/cmp_test.mod
/boot/grub/x86_64-efi/iso9660.mod
/boot/grub/x86_64-efi/videoinfo.mod
/boot/grub/x86_64-efi/true.mod
/boot/grub/x86_64-efi/elf.mod
/boot/grub/x86_64-efi/adler32.mod
/boot/grub/x86_64-efi/hashsum.mod
/boot/grub/x86_64-efi/efinet.mod
/boot/grub/x86_64-efi/progress.mod
/boot/grub/x86_64-efi/setpci.mod
/boot/grub/x86_64-efi/setjmp.mod
/boot/grub/x86_64-efi/syslinuxcfg.mod
/boot/grub/x86_64-efi/fat.mod
/boot/grub/x86_64-efi/lspci.mod
/boot/grub/x86_64-efi/lzopio.mod
/boot/grub/x86_64-efi/usb_keyboard.mod
/boot/grub/x86_64-efi/search_fs_file.mod
/boot/grub/x86_64-efi/core.efi
/boot/grub/x86_64-efi/terminal.mod
/boot/grub/x86_64-efi/loopback.mod
/boot/grub/x86_64-efi/gcry_rmd160.mod
/boot/grub/x86_64-efi/gcry_crc.mod
/boot/grub/x86_64-efi/reiserfs.mod
/boot/grub/x86_64-efi/mmap.mod
/boot/grub/x86_64-efi/video_cirrus.mod
/boot/grub/x86_64-efi/squash4.mod
/boot/grub/x86_64-efi/gcry_dsa.mod
/boot/grub/x86_64-efi/usbms.mod
/boot/grub/x86_64-efi/part_dfly.mod
/boot/grub/x86_64-efi/tar.mod
/boot/grub/x86_64-efi/wrmsr.mod
/boot/grub/x86_64-efi/time.mod
/boot/grub/x86_64-efi/afsplitter.mod
/boot/grub/x86_64-efi/zstd.mod
/boot/grub/x86_64-efi/usbserial_common.mod
/boot/grub/x86_64-efi/gcry_twofish.mod
/boot/grub/x86_64-efi/lsefimmap.mod
/boot/grub/x86_64-efi/xfs.mod
/boot/grub/x86_64-efi/efifwsetup.mod
/boot/grub/x86_64-efi/mpi.mod
/boot/grub/x86_64-efi/gcry_idea.mod
/boot/grub/x86_64-efi/read.mod
/boot/grub/x86_64-efi/spkmodem.mod
/boot/grub/x86_64-efi/shift_test.mod
/boot/grub/x86_64-efi/macbless.mod
/boot/grub/x86_64-efi/font.mod
/boot/grub/x86_64-efi/gfxmenu.mod
/boot/grub/x86_64-efi/xnu.mod
/boot/System.map-5.15.0-87-generic
/boot/vmlinuz-6.2.0-34-generic
/boot/config-6.1.0-060100-generic
/boot/vmlinuz-5.15.0-86-generic
/boot/System.map-6.2.0-35-generic
/boot/initrd.img-6.1.0-060100-generic
# du -h /boot
4,3M	/boot/efi/EFI/ubuntu
3,6M	/boot/efi/EFI/BOOT
172K	/boot/efi/EFI/Microsoft/Boot/bg-BG
60K	/boot/efi/EFI/Microsoft/Boot/CIPolicies/Active
64K	/boot/efi/EFI/Microsoft/Boot/CIPolicies
212K	/boot/efi/EFI/Microsoft/Boot/cs-CZ
212K	/boot/efi/EFI/Microsoft/Boot/da-DK
220K	/boot/efi/EFI/Microsoft/Boot/de-DE
220K	/boot/efi/EFI/Microsoft/Boot/el-GR
164K	/boot/efi/EFI/Microsoft/Boot/en-GB
212K	/boot/efi/EFI/Microsoft/Boot/en-US
220K	/boot/efi/EFI/Microsoft/Boot/es-ES
172K	/boot/efi/EFI/Microsoft/Boot/es-MX
164K	/boot/efi/EFI/Microsoft/Boot/et-EE
212K	/boot/efi/EFI/Microsoft/Boot/fi-FI
172K	/boot/efi/EFI/Microsoft/Boot/fr-CA
220K	/boot/efi/EFI/Microsoft/Boot/fr-FR
164K	/boot/efi/EFI/Microsoft/Boot/hr-HR
220K	/boot/efi/EFI/Microsoft/Boot/hu-HU
212K	/boot/efi/EFI/Microsoft/Boot/it-IT
192K	/boot/efi/EFI/Microsoft/Boot/ja-JP
192K	/boot/efi/EFI/Microsoft/Boot/ko-KR
164K	/boot/efi/EFI/Microsoft/Boot/lt-LT
164K	/boot/efi/EFI/Microsoft/Boot/lv-LV
212K	/boot/efi/EFI/Microsoft/Boot/nb-NO
220K	/boot/efi/EFI/Microsoft/Boot/nl-NL
220K	/boot/efi/EFI/Microsoft/Boot/pl-PL
212K	/boot/efi/EFI/Microsoft/Boot/pt-BR
212K	/boot/efi/EFI/Microsoft/Boot/pt-PT
60K	/boot/efi/EFI/Microsoft/Boot/qps-ploc
164K	/boot/efi/EFI/Microsoft/Boot/ro-RO
212K	/boot/efi/EFI/Microsoft/Boot/ru-RU
164K	/boot/efi/EFI/Microsoft/Boot/sk-SK
164K	/boot/efi/EFI/Microsoft/Boot/sl-SI
164K	/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS
212K	/boot/efi/EFI/Microsoft/Boot/sv-SE
212K	/boot/efi/EFI/Microsoft/Boot/tr-TR
164K	/boot/efi/EFI/Microsoft/Boot/uk-UA
184K	/boot/efi/EFI/Microsoft/Boot/zh-CN
184K	/boot/efi/EFI/Microsoft/Boot/zh-TW
14M	/boot/efi/EFI/Microsoft/Boot/Fonts
20K	/boot/efi/EFI/Microsoft/Boot/Resources/de-DE
192K	/boot/efi/EFI/Microsoft/Boot/Resources
27M	/boot/efi/EFI/Microsoft/Boot
56K	/boot/efi/EFI/Microsoft/Recovery
27M	/boot/efi/EFI/Microsoft
132K	/boot/efi/EFI/systemd
4,0K	/boot/efi/EFI/Linux
16M	/boot/efi/EFI/fedora
51M	/boot/efi/EFI
4,0K	/boot/efi/System Volume Information
52K	/boot/efi/loader/entries
68K	/boot/efi/loader
8,0K	/boot/efi/System/Library/CoreServices
12K	/boot/efi/System/Library
16K	/boot/efi/System
51M	/boot/efi
2,3M	/boot/grub/fonts
132K	/boot/grub/locale
3,5M	/boot/grub/x86_64-efi
8,2M	/boot/grub
1,2G	/boot

Here you go, don’t know how much that acually helps

It would appear that Mint may be using systemd to boot with the way that is structured.
I still need to see the content of /dev/nvme0n1p5 (mount it on /mnt as suggested) and also the content of cat /boot/efi/EFI/fedora/grub.cfg

# sudo cat /boot/efi/EFI/fedora/grub.cfg
search --no-floppy --fs-uuid --set=dev 6c046761-8c08-48b4-9bac-7dce6323057b
set prefix=($dev)/grub2

export $prefix
configfile $prefix/grub.cfg

# sudo find /mnt (content of /dev/nvme0n1p5)
/mnt
/mnt/symvers-6.2.9-300.fc38.x86_64.gz
/mnt/lost+found
/mnt/System.map-6.2.9-300.fc38.x86_64
/mnt/config-6.2.9-300.fc38.x86_64
/mnt/vmlinuz-6.2.9-300.fc38.x86_64
/mnt/.vmlinuz-6.2.9-300.fc38.x86_64.hmac
/mnt/efi
/mnt/grub2
/mnt/grub2/grub.cfg
/mnt/grub2/fonts
/mnt/grub2/fonts/unicode.pf2
/mnt/grub2/grubenv
/mnt/initramfs-6.2.9-300.fc38.x86_64.img

Correction to my last about mint and systemd.
This seems to show that fedora was somehow installed twice at least with systemd and not grub. The only way for the fedora kernel to show this way is using systemd. There are 4 rescue kernel conf files with differing machine IDs and 2 show the fedora kernel 6.2.9 conf files.

The default install for fedora workstation uses grub to boot. A user has to select to use systemd and to install extra packages as well as perform special config tasks to switch from grub boot to systemd boot.

At this point I would suggest that you do a full clean recovery reinstallation of fedora. Even your posted data about the content of /mnt is missing a vital directory. There should be a directory tree /mnt/loader/entries/ containing some .conf files for the installation of fedora.

I would first (since you are already booted into mint) remove the directory /boot/efi/EFI/fedora and all its content.
I would also use gdisk or gparted and remove the partitions /dev/nvme0n1p5 and /dev/nvme0n1p6 – leaving that space unallocated.

Then I would do a full new installation of fedora while telling it to do automatic partitioning, and allow it do do everything and not interrupt, waiting for the ‘finish’ button to appear. After clicking finish you can remove the installation media and reboot, which should now boot to fedora (or at least show fedora on the grub menu). After being able to properly boot fedora you should do a full update to the latest software before doing anything else.

There are issues with switching to a systemd boot – notably all systems installed must be able to be booted by systemd – and that might be problematic with windows especially. Grub can easily boot windows. I am not so sure about systemd doing so since I have never tried it.

Does is make sense to remove the systemd directory in the boot/efi/EFI directory? No idea, what that’s used for

Those are in the /boot/efi/loader of my Mint