All of lore.kernel.org
 help / color / mirror / Atom feed
* grub-setup: error: Non-sector-aligned data is found in the core file
@ 2007-11-06 17:24 UrJiZ
  2007-11-07 20:24 ` Robert Millan
  0 siblings, 1 reply; 9+ messages in thread
From: UrJiZ @ 2007-11-06 17:24 UTC (permalink / raw)
  To: The development of GRUB 2

I've been working on a project of mine, putting GRUB2 to An award BIOS
using ROMOS (http://rayer.ic.cz/romos/romose.htm).
I've succesfully compiled GRUB 2 and generated my first rom disk
image. I used http://grub.enbug.org/TestingOnX86 ,"Creating the
Floppy" as my guide. I followed it mostly but skipping the copying of
all the mods to the image (no space in 62K for 'em),  but adding all
the necesary modules to the core.img.
The succesfull core.img was created using the following command:
./grub-mkimage -d . -v -o core.img biosdisk configfile terminal normal
_chain fat linux ext2 ls font halt pc

The disk had 5.5K of free space on this version, and I as I saw ata.c,
i thought that it could also support CD's by adding ata and iso9660.
So, a new core.img was created like so:
./grub-mkimage -d . -v -o core.img biosdisk configfile terminal normal
_chain fat linux ext2 ls font halt pc ata iso9660

This core.img was a little bit larger, left 1K of free on the disk
(good for grub.cfg when all else is done).
This time grub-setup failed with the error on the subject line. I
googled for it and found nothing, so i thought i could ask here about
it.

So, why is this a problem, and why it worked for the first time but
not with 2 more modules?...

-- 
urjaman



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

end of thread, other threads:[~2007-11-18 15:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 17:24 grub-setup: error: Non-sector-aligned data is found in the core file UrJiZ
2007-11-07 20:24 ` Robert Millan
2007-11-08 12:36   ` UrJiZ
2007-11-08 21:19     ` Robert Millan
2007-11-10 16:22       ` Marco Gerards
2007-11-11 12:47         ` UrJiZ
2007-11-18  6:02           ` Robert Millan
2007-11-18  6:10             ` Robert Millan
2007-11-18 15:04             ` UrJiZ

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.