Cant boot into manjaro after resizing boot partition

I was going to try and install arch but i was getting errors around my boot partition being too small. so i resized it to 1 gb just to be safe.
Now i cant boot into manjaro or arch. manjaro i have no idea what is going wrong. i boot and i get stuck on the first log that pops up. no tty or graphics. for a second it does flicker as if its trying to start a graphical interface but fails and returns to the logs

journal logs

inxi info

this was retrieved from a manjaro-chroot from a live usb

i notice some issues in both arch and manjaro boots with the internet driver so that could cause something but i have no idea

so from chroot provide output from:
cat /etc/fstab
blkid
parted -l
and logs:
journalctl --boot=-1 --priority=3 --no-pager

When resizing vfat, then the UUID change. You need to replace it at /etc/fstab on the local installation.

fstab

sh-5.1# cat /etc/fstab 
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=0C51-90DC                            /boot/efi      vfat    umask=0077 0 2
UUID=f85196b6-8b8b-42d1-b79b-566db2978bf5 /              ext4    defaults,noatime 0 1

blkid
nvme1n1p4 is the manjaro installation. there are 2 ssds and nvme1 has all of the linux

sh-5.1# blkid
/dev/loop1: TYPE="squashfs"
/dev/nvme0n1p5: LABEL="RESTORE" BLOCK_SIZE="512" UUID="4E465F65465F4D39" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="6b7599e7-303b-4856-807d-1a7580e6da93"
/dev/nvme0n1p3: LABEL="OS" BLOCK_SIZE="512" UUID="4E029065029053B5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="0f9e2dd4-491b-4fc9-9d09-c1263f46b276"
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="F88E-D04D" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="1dd4938c-3e9d-4737-9a2b-a3cab3964926"
/dev/nvme0n1p6: LABEL="MYASUS" UUID="9A5F-7F5F" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="1e5b9298-1fd0-4fa0-afd8-562083afd7bc"
/dev/nvme0n1p4: LABEL="RECOVERY" BLOCK_SIZE="512" UUID="849EC7199EC70322" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="2df07208-5f08-4377-9678-9e1253e65c70"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/nvme1n1p4: UUID="f85196b6-8b8b-42d1-b79b-566db2978bf5" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root" PARTUUID="4a731c52-7e78-0147-afd4-ce301af957eb"
/dev/nvme1n1p2: UUID="a99ac6cb-8d8e-488d-93d6-ffe2e4b5dcee" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="966461f4-87ae-aa4e-b780-1cca38128384"
/dev/nvme1n1p1: UUID="05FA-6122" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="b60afe0b-b374-2b49-8dd0-484debb65718"
/dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="MISO_EFI" LABEL="MISO_EFI" UUID="2725-614A" BLOCK_SIZE="512" TYPE="vfat"
/dev/sda1: BLOCK_SIZE="2048" UUID="2022-04-16-05-50-10-00" LABEL="MANJARO_KDE_2126" TYPE="iso9660"
/dev/loop3: TYPE="squashfs"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="d21e96c1-617b-4ab8-8252-4572ceeab55c"

parted -l

sh-5.1# blkid
/dev/loop1: TYPE="squashfs"
/dev/nvme0n1p5: LABEL="RESTORE" BLOCK_SIZE="512" UUID="4E465F65465F4D39" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="6b7599e7-303b-4856-807d-1a7580e6da93"
/dev/nvme0n1p3: LABEL="OS" BLOCK_SIZE="512" UUID="4E029065029053B5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="0f9e2dd4-491b-4fc9-9d09-c1263f46b276"
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="F88E-D04D" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="1dd4938c-3e9d-4737-9a2b-a3cab3964926"
/dev/nvme0n1p6: LABEL="MYASUS" UUID="9A5F-7F5F" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="1e5b9298-1fd0-4fa0-afd8-562083afd7bc"
/dev/nvme0n1p4: LABEL="RECOVERY" BLOCK_SIZE="512" UUID="849EC7199EC70322" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="2df07208-5f08-4377-9678-9e1253e65c70"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/nvme1n1p4: UUID="f85196b6-8b8b-42d1-b79b-566db2978bf5" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root" PARTUUID="4a731c52-7e78-0147-afd4-ce301af957eb"
/dev/nvme1n1p2: UUID="a99ac6cb-8d8e-488d-93d6-ffe2e4b5dcee" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="966461f4-87ae-aa4e-b780-1cca38128384"
/dev/nvme1n1p1: UUID="05FA-6122" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="b60afe0b-b374-2b49-8dd0-484debb65718"
/dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="MISO_EFI" LABEL="MISO_EFI" UUID="2725-614A" BLOCK_SIZE="512" TYPE="vfat"
/dev/sda1: BLOCK_SIZE="2048" UUID="2022-04-16-05-50-10-00" LABEL="MANJARO_KDE_2126" TYPE="iso9660"
/dev/loop3: TYPE="squashfs"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="d21e96c1-617b-4ab8-8252-4572ceeab55c"
sh-5.1# parted -l
Model: SanDisk Ultra (scsi)
Disk /dev/sda: 30.8GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 2      3794MB  3798MB  4194kB  primary               esp


Model: SAMSUNG MZVLQ1T0HBLB-00B00 (nvme)
Disk /dev/nvme0n1: 1024GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Warning: failed to translate partition name
                                                        Number  Start   End     Size    File system  Name                          Flags
 1      1049kB  274MB   273MB   fat32        EFI system partition          boot, esp
 2      274MB   290MB   16.8MB               Microsoft reserved partition  msftres
 3      290MB   1000GB  999GB   ntfs         Basic data partition          msftdata
 4      1000GB  1000GB  682MB   ntfs         Basic data partition          hidden, diag
 5      1000GB  1024GB  23.6GB  ntfs         Basic data partition          hidden, msftdata
 6      1024GB  1024GB  210MB   fat32                                      hidden, diag


Model: CT1000P5SSD8 (nvme)
Disk /dev/nvme1n1: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name  Flags
 1      1049kB  1075MB  1074MB  fat32              boot, esp
 2      1075MB  322GB   321GB   ext4
 4      322GB   1000GB  678GB   ext4         root

journal

Jun 11 12:11:47 poslop-m kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Jun 11 12:11:47 poslop-m systemd-modules-load[376]: Failed to find module 'vboxdrv'
Jun 11 12:11:47 poslop-m systemd-modules-load[376]: Failed to find module 'vboxnetadp'
Jun 11 12:11:47 poslop-m systemd-modules-load[376]: Failed to find module 'vboxnetflt'
Jun 11 12:11:47 poslop-m systemd-udevd[405]: /usr/lib/udev/rules.d/40-libfprint0-custom.rules:1 Unknown group 'plugdev', ignoring

that was the issue thank you very much. now to go to arch forums lol

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.