Anyone have a copy of grub-0.97-nic_update-2.patch?

2007-08-03 Thread Charles Duffy
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

grub-setup Segmentation fault

2007-08-03 Thread Magnus Granberg
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

Re: multidistro grub2 idea

2007-08-03 Thread adrian15
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

Re: echo gives internal error with \n

2007-08-03 Thread adrian15
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

Transparent decompression with file system filter

2007-08-03 Thread Bean
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

New command dump

2007-08-03 Thread Bean
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

Re: NTFS file system driver (update 4)

2007-08-03 Thread Bean
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. > >> >> > >> > > >>

Re: NTFS file system driver (update 4)

2007-08-03 Thread Marco Gerards
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