chenall / grub4dos

外部命令和工具源码:https://github.com/chenall/grubutils 下载:
http://grub4dos.chenall.net
GNU General Public License v2.0
640 stars 135 forks source link

EXT4 support #3

Open proxy-m opened 10 years ago

proxy-m commented 10 years ago

Has last version of grub4dos full support of EXT4? 1) Has last version of grub4dos loader support for installing on EXT4 partition? Can it boot then? 2) Has last version of grub4dos loader support for boot operating systems from EXT4 partition?

And... Do you understand English? I wrote English message to your email 1 or more year ago. You did not answer.

chenall commented 10 years ago

I know little English 64-bit block number not supported.

maybe yaya can help for this issue.

http://bbs.wuyou.com/forum.php?mod=viewthread&tid=336946

wdlkmpx commented 2 years ago

There should be a way to add ext4 support to grldr.mbr, that way there would be no need to use WEE

wdlkmpx commented 2 years ago

Oh grldr.mbr does support ext4 according to my tests, so support for the 64bit flag is the only thing that's missing

This line states that only ext2/ext3 are supported by grldr.mbr https://github.com/chenall/grub4dos/blob/0.4.6a/README_GRUB4DOS.txt#L1029