首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Grub找到FreeDos,但无法加载它

Grub找到FreeDos,但无法加载它
EN

Unix & Linux用户
提问于 2022-04-04 18:25:19
回答 1查看 297关注 0票数 0

我在一个硬上安装了FreeDos 1.3,在另一个硬上安装了Debian 11。第一个Grub不识别FreeDos,但是在#grub-mkconfig命令和使用grub-installupdate-grub命令安装grub之后,grub识别了FreeDos。但是FreeDos仍然没有启动。发生以下错误:

代码语言:javascript
复制
Booting a command list
setting partition type to oxb
error: can't find command 'drive map'
error: invalid EFI file path

这是与grub-mkconfig条目相关的FreeDos输出

代码语言:javascript
复制
menuentry 'FreeDOS (on /dev/sdb1)' --class freedos --class os $menuentry_id_option 'osprober-chain-3423-1103' {
    insmod part_msdos
    insmod fat
    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  3423-1103
    else
      search --no-floppy --fs-uuid --set=root 3423-1103
    fi
    parttool ${root} hidden-
    drivemap -s (hd0) ${root}
    chainloader +1
}
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2022-04-04 18:53:44

您似乎拥有一个UEFI系统,而FreeDOS无法在这种模式下工作。它不会启动的。

http://wiki.freedos.org/wiki/index.php/UEFI

票数 2
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/697968

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档