@george1421 Ok, F27 still installs and boots fine. When upgrading to F28, it fails to reboot and drops to a shell (:/#).
blkid
returns:
[ 989.751061] Buffer I/O error on dev dm-0, logical block 13107184, async page read
[ 989.751677] Buffer I/O error on dev dm-1, logical block 4092912, async page read
lsmod
gives:
Module Size Used By
hid_apple 16384 0
nouveau 2187264 1
video 45056 1 nouveau
mxm_wmi 16384 1 nouveau
i2c_algo_bit 16384 1 nouveau
drm_kms_helper 196608 1 nouveau
ttm 126976 1 nouveau
drm 475136 4 drm_kms_helper,ttm,nouveau
e1000e 282624 0
nvme 36864 1
crc32c_intel 24576 0
nvme_core 81920 3 nvme
serio_raw 16384 0
wmi 28672 2 mxm_wmi,nouveau
uas 69632 1 uas
journalctl | grep -i error
:
kernel: print_req_error: I/O error, dev nvme0n1, sector 34844272
kernel: Buffer I/O error on dev dm-1, logical block 4092878, async page read
# multiple iterations of ^ this error with different block #'s & dm-1/dm-0
systemd-fschk[564]: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/mapper/fedora-root
mount[569]: mount: /systoot: wrong fs type, bad option, bad superblock on /dev/mapper/fedora-root, missing codepage or helper program, or other error.
EDIT: Installing F28 to SATA drive now. I will pull logs and upload them when finished.