AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[grub4dos](ubuntu)

Martin Hope
A.K.
Asked: 2019-06-13 21:25:00 +0800 CST

安装 Kubuntu 19.04 并在双启动时用 Windows 10 引导加载程序替换 GRUB 后出现 GRUB4DOS 错误 [重复]

  • 1
这个问题在这里已经有了答案:
无法在 Windows 10 / Ubuntu 双启动中启动 Ubuntu 6 个答案
3年前关闭。

我收到以下错误

在此处输入图像描述

我按照此视频中的说明进行操作: https ://www.youtube.com/watch?v=GaCbTe1eEes

dual-boot kubuntu bootloader windows-10 grub4dos
  • 1 个回答
  • 466 Views
Martin Hope
ZKC
Asked: 2019-02-05 11:17:01 +0800 CST

如何配置 Grub4dos 菜单以在非 PAE CPU (forcepae) 上启动 16.04.5 i386 iso

  • 0

在为 ubuntu 12.04.5 或更高版本的 i386 iso 正确配置 Grub4dos 条目以从 iso 映像引导(即允许在具有 PAE 的现代机器上引导)后,您可能会遇到以下问题 - 加载后内核你得到消息:

This kernel requires the following features not present on the CPU:
pae
Unable to boot - please use a kernel appropriate for your CPU.

应该对(几乎可以工作的)grub4dos menu.lst 条目进行哪些修改:

title Run Ubuntu 16.04.5 x86
find --set-root /ubuntu-16.04.5-desktop-i386.iso
map --read-only --heads=0 --sectors-per-track=0 /ubuntu-16.04.5-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-16.04.5-desktop-i386.iso splash
initrd /casper/initrd
boot menu iso pae grub4dos
  • 1 个回答
  • 950 Views
Martin Hope
bartzalewski
Asked: 2018-11-11 04:44:20 +0800 CST

无法双启动 Ubuntu:错误 15:(http://grub4dos.chenall.net/e/15) 找不到文件

  • 0

双启动 Windows 10 和 Ubuntu 18.10。

使用了 UUI 和 Rufus,但都不起作用。有没有办法解决这个问题?我在网上找不到这个问题的任何答案。

Booting 'Boot ubuntu'

(hd0,0)  
Filesystem type is iso9660_Joliet, using whole disk
  [Linux-bzImage, setup=0x4200, size=0x821b58] 
initrd /casper/ILUG

Error 15:(http://grub4dos.chenall.net/e/15)  
         File not found

Press any key to continue...

在此处输入图像描述

dual-boot grub4dos 18.10 rufus
  • 4 个回答
  • 17891 Views
Martin Hope
User17114027
Asked: 2018-04-08 08:17:58 +0800 CST

安装 Ubuntu 后,Windows 直接启动!未显示 Grub 菜单

  • 0

我在 1TB 笔记本电脑的一个分区上运行 Ubuntu,保持 Windows 分区不变。我不明白为什么 Windows 会直接启动,而我朋友的笔记本电脑会显示启动 Windows 或 ubuntu 的选项。

dual-boot partitioning grub4dos
  • 1 个回答
  • 47 Views
Martin Hope
mjb
Asked: 2016-05-12 22:26:35 +0800 CST

使用 Grub4Dos 启动 Ubuntu 16.04

  • 1

如何配置 Grub4dos 来启动 Ubuntu 16.04?

这是我在 menu.lst 中的命令行:

title Run Ubuntu 16.04 Server
find --set-root --ignore-floppies --ignore-cd /iso/ubuntu-16.04-server-amd64.iso
map --heads=0 --sectors-per-track=0 /iso/ubuntu-16.04-server-amd64.iso (hd32)
map --hook
chainloader (hd32)

我可以引导安装 Ubuntu 16.04 环境。但我认为在第 4 步中,系统说它试图挂载 CD-ROM 会显示以下错误消息:

无法安装您的安装光盘。这可能意味着 CD-ROM 不在驱动器中。如果是这样,您可以将其插入并重试。

经过一些阅读后,我尝试了另一个命令行,如下所示:

title Run Ubuntu 16.04 Server
find --set-root /iso/ubuntu-16.04-server-amd64.iso
map /iso/ubuntu-16.04-server-amd64.iso (0xff) || map --mem /iso/ubuntu-16.04-server-amd64.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz.efi  file=/preseed/ubuntu.seed noprompt boot=casper iso-scan/filename=/iso/ubuntu-16.04-server-amd64.iso quiet splash --
initrd /casper/initrd.lz

这次我启动失败,Grub4Dos 显示以下错误消息:

错误 62:必须指定磁头数。'--heads=0' 选项告诉 map 为你选择一个值(但可能不适合)

什么是正确的命令行?

grub4dos
  • 1 个回答
  • 10074 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve