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/sda3
andexit
.Get the message "Failed to load rescue target, freezing".
Things I have tried for solving this problem:
Add
systemd.unit=rescue.target
in the kernel line and boot. Still got the "Failed to load rescue target, freezing" message.Add
systemd.unit=emergency.target
in 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 normal
andnormal
, 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/bash
in 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.
fsck
(file system check) from there? Rather than using power button to shutdown, did you try sysrq keys to safely umount & shutdown (ie. reisub or equiv.) – guiverc Sep 18 '19 at 04:35fsck
in a live CD system, nothing changed. And "using power button to shutdown" has already happened. – ouuan Sep 18 '19 at 04:56wait for boot tv = 20 sec; 20; sec
Freezing occurs when the tv card cannot find a connection; it requires more time. – tvhehead Mar 22 '21 at 11:01