Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-21 Thread Jeff Chua
On Mon, Nov 21, 2011 at 3:32 PM, Jeff Chua wrote: > 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > >> Couly you try to find out the exact revision? > > Vladimir, the source that works for is at rev 3586. > >> It doesn't make any sense since there files modified since Nov 14 are >> always com

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-20 Thread Jeff Chua
2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > Couly you try to find out the exact revision? Vladimir, the source that works for is at rev 3586. > It doesn't make any sense since there files modified since Nov 14 are > always compiled as 32-bit I checked further. When I ran the compiled 6

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Jeff Chua
2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > On 17.11.2011 19:36, Jeff Chua wrote: >> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : >> Again, installing from Nov 14 src and "qemu /dev/sda" works. >>> Which exact revision does it refer to? Did you try r3607? The only >>> serious co

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 19:36, Jeff Chua wrote: > 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > >>> Again, installing from Nov 14 src and "qemu /dev/sda" works. >> Which exact revision does it refer to? Did you try r3607? The only >> serious commit in that time is 3609 Couly you try to find out the ex

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Jeff Chua
2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : >> Again, installing from Nov 14 src and "qemu /dev/sda" works. > Which exact revision does it refer to? Did you try r3607? The only > serious commit in that time is 3609 I just tried compiling and runing it on 32-bit and it's working. Looks like

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 19:07, Jeff Chua wrote: > 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > >> I suppose make, sudo make install and sudo grub-install /dev/sdX as well. >>> Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run. > Done all that, in fact, using "root" and not sudo. > >

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Jeff Chua
2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > I suppose make, sudo make install and sudo grub-install /dev/sdX as well. >> Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run. Done all that, in fact, using "root" and not sudo. > Does it work in qemu? (sudo qemu /dev/sda, b

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 18:40, Jeff Chua wrote: > 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > >> have you cleaned your tree with bzr clean-tree --ignored and rerun >> ./autogen.sh ? > Vladimir, > > Just removed and do a clean download from > http://bzr.savannah.gnu.org/r/grub/trunk/grub and run auto

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Jeff Chua
2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > have you cleaned your tree with bzr clean-tree --ignored and rerun > ./autogen.sh ? Vladimir, Just removed and do a clean download from http://bzr.savannah.gnu.org/r/grub/trunk/grub and run autogen.sh and configure and ended up getting stuck a

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 17:30, Jeff Chua wrote: > 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : > >>> Can't find the "core.img" file. The rest of the files are attached. >> core.img is in /boot/grub. I still was unable to reproduce. All of the >> files you sent are fine. Are you sure that your grub-mkim

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Jeff Chua
2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko : >> Can't find the "core.img" file. The rest of the files are attached. > core.img is in /boot/grub. I still was unable to reproduce. All of the > files you sent are fine. Are you sure that your grub-mkimage and > grub-setup were updated? > Do you

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 16:38, Jeff Chua wrote: > 2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko : > >> Is it "GRUB" or "GRUB Loading"? > > Vladimir, > > It's "GRUB Loading". > > >> Your lzma_decompress.image is fine (as in: I added it into my build >> system and then resulting grub-mkrescue image still wo

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Jeff Chua
2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko : > Is it "GRUB" or "GRUB Loading"? Vladimir, It's "GRUB Loading". > Your lzma_decompress.image is fine (as in: I added it into my build > system and then resulting grub-mkrescue image still works fine. I will > need your diskboot.img, boot.img

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 06:23, Jeff Chua wrote: > 2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko : >> Make sure that you don't try to use old grub-setup with new images or >> vice-versa. > It's a full install. "make" followed by "make install". > Your lzma_decompress.image is fine (as in: I added it into m

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 01:29, Jeff Chua wrote: > 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : >> On 14.11.2011 15:46, Jeff Chua wrote: >>> I'm getting this error trying to compile grub2 from bzr. The bzr pull >>> prior to Nov 11 compiled ok. >>> >> Try increasing >> #define GRUB_KERNEL_I386_PC_NO_REED

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Jeff Chua
2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko : > Make sure that you don't try to use old grub-setup with new images or > vice-versa. It's a full install. "make" followed by "make install". Also another possible trouble is gcc adding unexpected > sections. Can you submit your lzma_decompress.i

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 01:44, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 17.11.2011 01:29, Jeff Chua wrote: >> 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : >>> On 14.11.2011 15:46, Jeff Chua wrote: I'm getting this error trying to compile grub2 from bzr. The bzr pull prior to Nov 11 c

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.11.2011 01:29, Jeff Chua wrote: > 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : >> On 14.11.2011 15:46, Jeff Chua wrote: >>> I'm getting this error trying to compile grub2 from bzr. The bzr pull >>> prior to Nov 11 compiled ok. >>> >> Try increasing >> #define GRUB_KERNEL_I386_PC_NO_REED

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-16 Thread Jeff Chua
2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko : > On 14.11.2011 15:46, Jeff Chua wrote: >> I'm getting this error trying to compile grub2 from bzr. The bzr pull >> prior to Nov 11 compiled ok. >> > Try increasing > #define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x6e0 > in include/grub/offsets.

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2011 15:46, Jeff Chua wrote: > I'm getting this error trying to compile grub2 from bzr. The bzr pull > prior to Nov 11 compiled ok. > Try increasing #define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x6e0 in include/grub/offsets.h, but keep it divisible by 8 and don't increase too much. > S

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2011 15:46, Jeff Chua wrote: > I'm getting this error trying to compile grub2 from bzr. The bzr pull > prior to Nov 11 compiled ok. > Looks like your compiler is worse at size-optimising than mine... > System config: > > 64-bit Linux 3.2.0-rc1 (with COMMAND_LINE_SIZE set to 392 for Linux)