Displaying 1 result from an estimated 1 matches for "8ae6c11bc84c".
2017 Aug 17
1
[Bug 102275] New: Laptop bootup and suspend and wake issues
...Current boot sequence that works with 4.11.11-300 is:
========================================================
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c
else
search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c
fi
linuxefi /vmlinuz-4.11.11-300.fc26.x86_64 root=/dev/mapper/fedora-root ro
rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap nouveau.runpm=0 rhgb quiet
resume=/dev/dm-1
initrdefi /initramfs-4.11.11-300.fc26.x86_64.img
=...