Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试学习如何从osdev 的 wiki制作我自己的操作系统,但在某处它说我必须使用该grub-mkrescue命令。我在互联网上进行了一些研究,以了解该命令的作用,并在grub 官方文档中找到了这句话:
grub-mkrescue
程序 grub-mkrescue 生成可引导的 GRUB 救援映像
什么是救援图像?
救援映像可用于恢复您的计算机。这可用于创建可以返回的还原点,或作为备份以防硬盘驱动器损坏。它类似于用于创建操作系统的 ISO 映像。有关更多信息,请参阅本文。