[bug #32676] Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system

2011-04-06 Thread Alexander Diewald
Follow-up Comment #7, bug #32676 (project grub): Just tested the patch. It is NOT working. It fixes the compilation issue, but after a grub-install --no-floppy /dev/sda my system just goes on to the message Grub Loading... and then reboots. So I'm caught in a reboot loop, only installing the 1.98

[bug #32676] Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system

2011-04-06 Thread Alexander Diewald
Follow-up Comment #9, bug #32676 (project grub): Now It works. Thank you Vladimir, you were a great help. And thanks for the short descriptions of the build process. Very interesting. Well, my problem was that my system didn't boot when I applied my offset fix (added 0x8) AND changed the

[bug #32676] Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system

2011-03-04 Thread Alexander Diewald
URL: http://savannah.gnu.org/bugs/?32676 Summary: Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system Project: GNU GRUB Submitted by: diewi Submitted on: Fr 04 Mär 2011 12:41:25 GMT Category: Compilation

[bug #32676] Linker error in 'grub-core/kern/i386/pc/startup.S' on a x86_64 system

2011-03-04 Thread Alexander Diewald
Follow-up Comment #2, bug #32676 (project grub): Thanks for your reply. Sorry, I forgot to mention that I negated the UseFlag custom-cflags for the grub compilation. This way the option Os is used. I just set the option Os globally in my /etc/make.conf, cleaned my source directory and compiled