我想设置我的 ubuntu 服务器从旧内核启动,因为当前内核会导致问题。
我如何查看 grub 菜单中条目列表,以便知道将哪一个设置为 GRUB_DEFAULT?无需重新启动。我s a remote server and i
宁愿不开车 30 公里去看清单。
答案1
在 /boot/grub/grub.cfg 中查找菜单项
cat /boot/grub/grub.cfg | grep menuentry
我想设置我的 ubuntu 服务器从旧内核启动,因为当前内核会导致问题。
我如何查看 grub 菜单中条目列表,以便知道将哪一个设置为 GRUB_DEFAULT?无需重新启动。我s a remote server and i
宁愿不开车 30 公里去看清单。
在 /boot/grub/grub.cfg 中查找菜单项
cat /boot/grub/grub.cfg | grep menuentry