A patch adding a port of the nForce ethernet driver forcedeth to GRUB is
supposedly available at
http://ftp.jg555.com/netboot/patches/grub-0.97-nic_update-2.patch;
however, the site is inaccessible, and the file doesn't appear to be
covered by archive.org.
Would anyone here happen to have that pat
Hi
I'am geting segmentation fault wen i try to run
grub-setup --directory=/boot/grub --device-map=/boot/grub/device.map
/dev/md0
on a Raid5 -> Lvm setup.
Grub with the latest cvs on a gentoo 2007.0 amd64 multilib system.
Raid5 setup 3x250Gb
mdadm -D /dev/md0
/dev/md0:
Version : 01.00.03
BVK escribió:
On 7/23/07, adrian15 <[EMAIL PROTECTED]> wrote:
I think that if grub2 is going to have scripting and so many new
features we should take advantage of them and change the way computers
do boot.
#1) All Linux installers should set or reuse a ext2 partition next to
the windows one a
Marco Gerards escribió:
adrian15 <[EMAIL PROTECTED]> writes:
I've activated the echo command (also the pause command) which it is
equivalent to the echo command... and have done some tests:
The problem is in the parser.
I see.
Two conclusions from these tests:
1) When you use \n in strin
Currently, grub2 support gziped file with the gzio module. To open a
gziped file,
you have to use a special function grub_gzfile_open, I think it could
be better if
grub_file_open could handle compressed file transparently.
The implementation is actually quite simple. We define a file system
filte
Hi,
I have written a new command dump, it can hex dump content of file or memory.
usage:
dump [-s skip] [-n length] { FILE | (mem) }
The output look just like command hexdump.
If you use (mem) as filename, it will dump physical memory instead of
file. when dumping memory, the default length is
On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote:
> Bean <[EMAIL PROTECTED]> writes:
>
> > On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote:
> >> Bean <[EMAIL PROTECTED]> writes:
> >>
> >> >> If you make these two changes and send in the patch, I'll commit the
> >> >> patch.
> >> >>
> >> >
> >>
Bean <[EMAIL PROTECTED]> writes:
> On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote:
>> Bean <[EMAIL PROTECTED]> writes:
>>
>> >> If you make these two changes and send in the patch, I'll commit the
>> >> patch.
>> >>
>> >
>> > Ok, this is the new patch.
>>
>> Committed.
>>
>
> Thanks, but i don