Use grub 2 - grub 1 is dead.
Does GRUB Support EXT4 now?
Is there a new Stage3 for that? (or is EXT4 backwards compatible enough for the EXT3 stage3 to work?)
Personally I would NOT trust a near-experimental Filesystem to boot from.
Whats wrong with a small EXT2 only '/boot' partition?
Use grub 2 - grub 1 is dead.
Yes. And it is all working fine.
It's not experimental any more, either.Personally I would NOT trust a near-experimental Filesystem to boot from.
Apart from the kernel developers wanting to remove the ext2 and ext3 legacy filesystems? Apparently, ext4's backwards compatibility with existing ext2 and ext3 partitions is thought to be enough, which makes the original ext2 and ext3 modules an overhead of code maintenance.Whats wrong with a small EXT2 only '/boot' partition?
My interest in following the development of stuff that I don't feel needs replacement (or I simply ignore the reasons behind the changes) is basically zero. That's why I've no idea about this GRUB 2 thing.Originally Posted by Kano
I'm on Debian running grub-legacy; is there any reason to upgrade to grub 2? If yes, should I be aware of something before doing it?
Debian 6 uses definitely Grub 2 by default (on x86/x64: package: grub-pc). It is much more powerful than the older Grub 1. Red Hat is using Grub 1 patched for ext4 - the needed patch was available since years but basically why should somebody still use the legacy version? You officially do not get any support for it.
Well, I use Grub-legacy because...well, because it boots my system just fine. I don't need support for ext4 nor anything fancy. Anyway, I take it that there are no problems nor nasty little surprises with upgrading to Grub 2, yes? This is, I expect that it won't demand my attention like, at all, if I install the new version...Originally Posted by Kano