Things happened:
Get stuck on the black screen, press the power button to shutdown and reboot.
Get the message "filesystem on /dev/sda3 requires a manual fsck".
Run command
fsck -yf /dev/sda3andexit.Get the message "Failed to load rescue target, freezing".
Things I have tried for solving this problem:
Add
systemd.unit=rescue.targetin the kernel line and boot. Still got the "Failed to load rescue target, freezing" message.Add
systemd.unit=emergency.targetin the kernel line and boot. Still got the "Failed to load rescue target, freezing" message.In GRUB, run commands
set boot=(hd0,gpt3),set prefix=(hd0,gpt3)/boot/grub,insmod normalandnormal, back to the menu, get additional "Ubuntu" and "Ubuntu Advanced Options", choose either of the four options (two "Ubuntu" and two "Ubuntu Advanced Options") will get the "Failed to load rescue target, freezing" message.Add
init=/bin/bashin the kernel line, boot, and run the commandmount -n -o remount,rw /. Not able to runfsck: "cannot execute binary file: Exec format error". Not able to runpasswd: "Permission denied password unchanged".
The full error message when trying to boot normally: (typed manually)
[0.048909] ACPI Exception: AE_BAD_PARAMETER, Could not install PciConfig handler for Root Bridge PCI0 (20170831/evrgnini-245)
[1.226507] Couldn't get size: 0x800000000000000e
/dev/sda3: recovering journal
/dev/sda3: clean, 139776/6545408 files, 1649034/26163200 blocks
[4.271298] systemd[260]: /lib/systemd/system-generators/netplan failed with exit status 127.
[4.420902] systemd[1]: Failed to load default target: No such file or directory
[4.420938] systemd[1]: Failed to load rescue target: No such file or directory
[!!!!!!] Failed to load rescue target, freezing.
[4.429053] systemd[1]: Freezing execution.
Environment:
Windows 10 / Ubuntu 18.04 dual systems
If more information is needed, please tell me.