坚持GRUB命令行

这就是我所看到的:

GNU GRUB version 2.02~beta2-9ubuntu1 Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions. grub> _ 

我现在应该怎么做?

你遇到了bootloader的问题。 你应该初始化内核。 首先使用命令ls ,然后根据它调整以下命令。 在hd0的位置写入你的磁盘并在1写下你的号码。

 grub> set root=(hd0,1) grub> linux /vmlinuz-4.4.0-38-generic grub> initrd /initrd.img-4.4.0-38-generic grub> boot 

如果您不知道您的内核版本是什么,请写:

grub> linux /vml Tab
选项卡中的 grub> initrd /in

首先尝试grub> boot