about grub embedded data

2003-11-19 Thread dhj
Hi, I try to write grub installer on windows 2000, now i have a problem. I write my own fat32 function to read block list of grub stage2,and save it to the first sector of stage2.I use Ultraedit to check it,it's right. Other embedded data is :

about grub embedded data

2003-11-19 Thread dhj
Hi, I try to write grub installer on windows 2000, now i have a problem. I write my own fat32 function to read block list of grub stage2,and save it to the first sector of stage2.I use Ultraedit to check it,it's right. Other embedded data is :

Re: Migration to Etherboot-5.3 discussion

2003-11-19 Thread R CHAN
Very nice - so far so good with e1000.o. But CONFIG_PCI is not defined for e1000 when I used ./configure --enable-diskless --enable-e1000 Are you short of a -DCONFIG_PCI in netboot/Makefile.in for e1000? Feng Shuo wrote: In fact, I have got such an 'interface' patch in my e1000 driver, but since

RE: Migration to Etherboot-5.3 discussion

2003-11-19 Thread Feng Shuo
Oh, maybe I made some mistake in version the Makefile.am in my CVS tree has -DPCI_CONFIG in NET_CFLAG. :'-( I just got a Dual P4 Xeon with e1000 card in the lab. I will check the driver on it. And, etherboot updated it's epic100 via-rhine and tg3 drivers yesterday, I'll made all these in a

[PATCH] make default and once boot entries independent

2003-11-19 Thread P
There is a problem with the savedefault --once functionality (at least as comes with redhat's grub). The default entry and once only entry are not independent, and so after a once only boot the default entry will be reset to 0. I can't see how that would ever be required (especially if the once

[bug #539] No support for USB KeyBoards !!

2003-11-19 Thread nobody
=== BUG #539: LATEST MODIFICATIONS == http://savannah.gnu.org/bugs/?func=detailbugbug_id=539group_id=68 Changes by: Donny Callego [EMAIL PROTECTED] Date: Wed 11/19/2003 at 19:22 (GMT) -- Additional Follow-up Comments I

resolve_symlink in shell scripts

2003-11-19 Thread Jason Thomas
coreutils provides a program called readlink which we can use instead of resolve_symlink. Is coreutils a base package on all current GNU based distros? ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

grub-install --root-directory

2003-11-19 Thread Jason Thomas
Hey, I'm just working on a /boot sperate partition bug in update-grub for debian and noticed I did not need to specify the --root-directory option to grub-install, yet everything still worked fine even though /boot is a seperate partition. Has something changed that does not require this anymore?