pxegrub not loading on broadcom undi pxe-2.1 v9.4.5

2009-05-19 Thread Joe McDonagh
Hi all, I am having a rough time getting pxegrub to boot on a silicon mechanics whitebox. I compiled the source from grub-1.96, and tried the svn version, both with the same results. I haven't yet tested any other systems, however this is what I see from tcpdump on the server (there is only one

Re: Still getting segmentation fault!

2009-05-19 Thread Pavel Roskin
Quoting BandiPat : Jeff Chua wrote: On Mon, May 18, 2009 at 5:35 AM, BandiPat wrote: BandiPat wrote: root[Y]# grub-install /dev/sda --recheck /usr/sbin/grub-install: line 307: 478 Segmentation fault $grub_setup ${setup_verbose} ${setup_force} --directory=${grubdir} --device-map=${device_m

Re: [PATCH] Use common linker script for all i386-pc systems

2009-05-19 Thread Pavel Roskin
Quoting Vladimir 'phcoder' Serbinenko : Hello. On Sun, May 17, 2009 at 7:33 AM, Pavel Roskin wrote: This allows us to remove checks for the linker symbols for the beginning and the end of the .bss section.  Instead, we use the names from the linker script.  Another benefit is a better unifica

Re: [PATCH] Use common linker script for all i386-pc systems

2009-05-19 Thread Pavel Roskin
Quoting Christian Franke : Good idea. Patch works on Cygwin. Does it work on Linux, FreeBSD, ... ? It works on Linux. I assume it should work on every OS that has GNU ld. The variable TARGET_IMG_LDFLAGS_AC can also be removed, see attached patch. I think we can do a big cleanup. The star

Re: Still getting segmentation fault!

2009-05-19 Thread Felix Zielcke
Am Dienstag, den 19.05.2009, 12:18 -0400 schrieb BandiPat: > Jeff Chua wrote: > > On Mon, May 18, 2009 at 5:35 AM, BandiPat wrote: > >> BandiPat wrote: > >>> root[Y]# grub-install /dev/sda --recheck > >>> > >>> /usr/sbin/grub-install: line 307: 478 Segmentation fault $grub_setup > >>> ${setup_ve

Re: Still getting segmentation fault!

2009-05-19 Thread BandiPat
Jeff Chua wrote: On Mon, May 18, 2009 at 5:35 AM, BandiPat wrote: BandiPat wrote: root[Y]# grub-install /dev/sda --recheck /usr/sbin/grub-install: line 307: 478 Segmentation fault $grub_setup ${setup_verbose} ${setup_force} --directory=${grubdir} --device-map=${device_map} ${install_device}

Re: [PATCH] Make grub2 compile with Apple's gcc

2009-05-19 Thread Vladimir 'phcoder' Serbinenko
Patch on patch. Now it installs correctly and external module builds work too. For install script to work I had to simplify sed command. Does this new sed command poses any problems. Also agner (objconv author) accepted my patch but said that addend modification was incorrect. I've seen now that re

Re: [PATCH] ata.mod under qemu

2009-05-19 Thread Christian Franke
Pavel Roskin wrote: > On Mon, 2009-05-18 at 19:36 -0400, Pavel Roskin wrote: > > > I did a quick check, and your patch has no effect on my system. I'm > > using Fedora 11 with qemu 0.10. After inserting the ata module, ls > > shows no disks, with or without your patch. > > > > Never mind, my "

Re: porting Grub to Xen

2009-05-19 Thread Ferenc Wagner
"Vladimir 'phcoder' Serbinenko" writes: > On Mon, May 18, 2009 at 8:45 PM, Ferenc Wagner wrote: > >> Last week we had a very interesting chat on #grub, discussing various >> possibilities to run Grub in a Xen paravirtual domain.  You showed >> some interest in properly porting Grub to this archi