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
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
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
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
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
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}
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
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 "
"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