经过必要的启动修复后,内核加载时间明显比正常情况长:34 秒。 http://paste.ubuntu.com/p/s45GGcf22B 我不知道如何解决这个问题。
关于: 内核加载时间长 不管 Intel Speed Step 是开启还是关闭,它都给了我 34 个内核来加载。
我不太理解这个解决方案: 运行启动修复程序后,Ubuntu 需要很长时间才能关机,这正常吗?
我的 grub 菜单似乎在我的 Windows SSD 上,而我的 Ubuntu 在另一个 SSD 上。
我不得不修复启动器,因为我不小心拔掉了其中一个 SSD 驱动器的数据线。幸运的是,我可以访问我的 Windows 和 Ubuntu。
这是我在 Ubuntu 的 Grub Customizer 中的启动脚本,导致启动缓慢:
Here is the script I found in the Grub customizer to launch my Ubuntu:
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 c1d84984-8159-4a32-bf22-a30e1d0f33fe
else
search --no-floppy --fs-uuid --set=root c1d84984-8159-4a32-bf22-a30e1d0f33fe
fi
linux /boot/vmlinuz-4.15.0-128-generic root=UUID=c1d84984-8159-4a32-bf22-a30e1d0f33fe ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.15.0-128-generic
答案1
我终于找到了解决方案: 启动在“开始:运行 /scripts/local-premount”处挂起 30 秒 系统搜索了交换文件,但我没有。我的 8 GB 不需要交换!