Results 130 comments of A1ive

gfxboot doesn't support UEFI.

Currently, GRUB4DOS is compiled with GCC4.8. It is very difficult to migrate to a higher version of GCC, so there are no plans to support higher versions of GCC. Of...

> also support > map --unmap=DRIVE ?? Only virtual disks created by g4e itself can be unmounted. Other disks created by the firmware cannot be unmounted. And doing this on...

我觉得可以同时支持 -mem 和 --mem。 -mem 应该是以前写错了导致的。

gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 GNU objcopy (GNU Binutils for Ubuntu) 2.34 `./build` ERROR: `checking whether objcopy works for absolute addresses... configure: error: gcc cannot link at address 2000`

> I forget this for 0.4.6a branch only efi branches still need some work ``` git clone --depth 1 -b build https://github.com/memoarfaa/grub4dos cd grub4dos git log ./autogen.sh ``` ![1](https://user-images.githubusercontent.com/10670106/179756485-5eb9ed75-842e-4111-9329-35cfbc5b5f3f.png) ![2](https://user-images.githubusercontent.com/10670106/179756497-a9ec1722-30d7-4ab9-8b83-c434888120f1.png)

> It doesn't work either. ``` diff --git a/stage2/Makefile.am b/stage2/Makefile.am index 0bfd33b..3efdd46 100644 --- a/stage2/Makefile.am +++ b/stage2/Makefile.am @@ -167,7 +167,7 @@ badgrubstart.S: a20.inc # General rule for making a raw...

> @a1ive I found the problem occurred only if your operating system is server edition so Ubuntu Desktop no problem but Ubuntu server still has problem I will try to...

你是想修改倒计时的秒数还是背景图片? 背景图片用 `splashimage` 命令加载。 ``` graphicsmode -1 800 splashimage /test.jpg ``` 修改倒计时秒数,用 `timeout` 命令 ``` timeout 10 ```

I don't think #198 is related to the bug you reported.