All of lore.kernel.org
 help / color / mirror / Atom feed
* Boot sector for ext2
@ 2011-05-21  7:31 Martin Rosenau
  2011-05-21 18:00 ` Colin Watson
  2011-05-23 11:05 ` Grégoire Sutre
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Rosenau @ 2011-05-21  7:31 UTC (permalink / raw)
  To: grub-devel

Hello everyone.

I am new to GRUB development.

I wrote a tool I wish to publish under GPL that may be integrated into 
GRUB instead of publishing as separate tool:

Background: In a multi-OS-environment it is sometimes not possible 
installing GRUB on the MBR (Windows Vista has problems then!)
Installing GRUB on an ext2 partition (instead of on the MBR) often 
requires "block lists" which often do not work.

I wrote a boot sector that is capable to search a file on the ext2 
partition by file name (not by inode or block number etc...) and load 
it. Because the entire code is quite small it fits into the boot sector 
and "block lists" are not required.

This would also allow to use different "core.img" files (e.g. one 
booting Linux and one booting Memtest) when booting GRUB from a chain 
loader (e.g Windows' boot menu).

I did not have the possibility to fully test the tool, yet.

Are you interested in integrating this tool into GRUB?

Have a nice weekend.

Martin



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-23 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-21  7:31 Boot sector for ext2 Martin Rosenau
2011-05-21 18:00 ` Colin Watson
2011-05-23 11:05 ` Grégoire Sutre
2011-05-23 18:23   ` Martin Rosenau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.