Re: [PATCH] try to avoid false positives on FAT filesystem

2009-02-06 Thread phcoder
If I understood you correctly you propose to use partition table information to determine filesystem. I'm personally against it. First of all it isn't portable - it probably wouldn't work on GPT. Second if you just do mkfs.* the partition type isn't changed. Linux ignores partition type and so

Re: Framebuffer address and kernel video mode

2009-02-06 Thread phcoder
Colin D Bennett wrote: feature. That is, potentially future video drivers might not use a framebuffer. (OpenGL driver? :-) In this context I would think more about X11 or vnc driver > The VBE driver can return the framebuffer address, but if another driver can't provide it, then maybe NULL

Re: [PATCH] try to avoid false positives on FAT filesystem

2009-02-06 Thread Felix Zielcke
Am Freitag, den 06.02.2009, 07:07 +0100 schrieb phcoder: > If I understood you correctly you propose to use partition table > information to determine filesystem. I'm personally against it. First of > all it isn't portable - it probably wouldn't work on GPT. Second if you > just do mkfs.* the p

Re: [PATCH] try to avoid false positives on FAT filesystem

2009-02-06 Thread phcoder
Currently GRUB tries first the filesystem which was loaded at last. If you do rmmod ext2 insmod ext2 then ext2 will be probed first. If we want reliable ordering we need priority field. Thanks Vladimir 'phcoder' Serbinenko Felix Zielcke wrote: Am Freitag, den 06.02.2009, 07:07 +0100 schrieb p

Zenwalk WIKI page for GRUB2

2009-02-06 Thread BandiPat
OK, you guys, I've attempted to add a wiki page that gives instructions/tutorial for installing Grub2, using it to either replace LILO or Grub Legacy. Please, if you have time, run an eye over it to see if I have left anything out or given wrong instructions. I would be happy, also, if you fe