Re: 2 minor items to GRUB 0.9x

2003-01-15 Thread Christoph Plattner
Hello, thanks for the answer. It is also important for me to check, how important which feature is. But here some words, why I introduced those points: XON/XOFF: From Terminal to GRUB (GRUB incomming side) I often encountered the problem on the command line (and menu), that using the mouse

2 minor items to GRUB 0.9x

2003-01-07 Thread Christoph Plattner
Hello GRUB group ! I have two minor items for GRUB 0.9x to discuss. Both are not features which will violate the feature freeze. 1) We should add the XON/XOFF support for the serial line. This can be done locally in serial.c: When waiting for a key or checking, if a key is pressed (in the

Re: Kernel Panic

2002-06-05 Thread Christoph Plattner
This is definitive a Linux problem, not GRUB's. From your panic message I guess, that there is no IDE driver loaded on the kernel, as /dev/hdb1 is 03:41, but it is not possible for the kernel to mount. It is also possible, that the kernel has not reiserfs compiled in. For booting Suse2 the IDE

Re: use Savannah more aggresisvely

2002-05-28 Thread Christoph Plattner
I think, you are right concerning bug tracking, using professional tools. On the other hand, email is more light-weight. I look into my inbox every day, or many times a day, and it is simple to answer or discuss. I have not to open a special page and to login. This should only be a comment...

Re: how can I boot powerpc with grub?

2002-05-27 Thread Christoph Plattner
Currently there is no way to use GRUB for booting on non-intel-x386 machines. I hope, GRUB becomes a multi-platform project one day, but currently it is design to use ix86 BIOS functionality. But GRUB has a layered design (which must be improved ...), so it is not impossible to do adaptatios to

Re: Running the preset option more than once

2002-05-13 Thread Christoph Plattner
Hello ! We have to look, if this is real a problem, that the preset menu is executed on every menu load, but using bootp --with-configfile is definitly wrong in the preset menu, as far I can remeber. Why ? The preset menu is a config file which is executed, before the main menu is

Re: need terminfo for serial console?

2002-04-29 Thread Christoph Plattner
Hello, to cover all aspects of the TERM-I/O stuff, also the tty (in ourcase the serial) flow control has to be added. XON/OFF or even RTS/CTS flow control (XON/OFF is really missed by me, perhaps I will add it, if I have a good idea to implement this in polling mode !). But if we really think

Re: need terminfo for serial console?

2002-04-29 Thread Christoph Plattner
This is my opinion, too !! If we really add here an extension, then my favourite is a `stty' command (common for all TTY including virtual VGA/keyboard) with (of course) a reduced functionality. But, again, may be it is an overhead (or better overkill) at all ... With friendly regards

Re: terminal --silent option

2002-04-17 Thread Christoph Plattner
. This is (only) my opinion. With friendly regards Christoph P. Henrik Nordstrom wrote: Christoph Plattner wrote: Bt it is a bad semantic in having hidden features. This may be a Microsoft method (which I really hate), but not more. Well, I need to hide it for what I think is valid

Re: terminal --silent option

2002-04-15 Thread Christoph Plattner
`|', `/', `-', `/' rotating the number of seconds waiting for user reaction. At user reaction, the wheel can be propably erased, but this single character is not a problem on display. What do you think ?? (discussion) With friendly regards Christoph Plattner Henrik Nordstrom wrote: --silent option

Re: Serial console

2002-04-11 Thread Christoph Plattner
CVS and NOT from RedHat !! With friendly regards Christoph P. Danilo Godec wrote: On Wed, 10 Apr 2002, Christoph Plattner wrote: I know what you are speaking about But there is a solution. You have to set `--timeout=0' (!) in the `terminal' line, and the system is usabe

Re: Serial console

2002-04-11 Thread Christoph Plattner
etc But again, perhaps an idea for the future. With friendly regards Christoph P. Yoshinori K. Okuji wrote: At Thu, 11 Apr 2002 10:27:41 +0200, Christoph Plattner wrote: AFAIK the problem is, that the `terminal --timeout=5 serial' defaults after the timeout to the VGA/keyboard

Re: Serial console

2002-04-10 Thread Christoph Plattner
I know what you are speaking about But there is a solution. You have to set `--timeout=0' (!) in the `terminal' line, and the system is usabe for serial line only. With friendly regards Christoph P. Svein E. Seldal wrote: Hi all, I have a server, Celeron 266 running RedHat 7.2. The

Re: PassingBootParameter?

2002-03-26 Thread Christoph Plattner
I also want to give the hint to `initrd', because you are speaking about the modularized kernel !! So if your `lilo.conf' included the line `initrd' then you have to use the grub command or config initrd /boot/your_init_rd With friendly regards Christoph P. Mathieu Chouquet-Stringer wrote:

Re: Caldera patches

2002-03-14 Thread Christoph Plattner
extended gets then 5,6,7,k, the second gets k+1, k+2, ..., n. Is this done in this way. With friendly regards Christoph Plattner Sergey Babkin wrote: Jeremy Katz wrote: On Wed, 2002-03-13 at 16:59, Sergey Babkin wrote: I've recently ported the Caldera's patches from grub-0.5.96.1

Re: Help with GRUB and Network Boot

2002-03-13 Thread Christoph Plattner
Hello, first of all, is it possible to use `$VARIABLE's ? Or is this only the notation you use here ? It is not necessary to build a new image includining initrd. Simple use NFS-ROOT. If you use a DHCP/BOOTP server, you must compile in the auto IP config into the kernel and use `ip=bootp' as

Re: Option-150

2002-03-13 Thread Christoph Plattner
to `(hd0,1)'), and you use `bootp --with-configfile' to load a menu from the server (passed by `option-150'), and if you have no `(nd)' prefix in the `option-150', GRUB wants to load the file from `(hd0,1)/tftpboot/grubconfig'. Therefore the `(nd)' is important here ! With friendly regards Christoph

Prefix `(nd)' in option-150 ...[Fwd: Option-150]

2002-03-13 Thread Christoph Plattner
. So there should be a hint to that possibilities in the documentaion, if there is not. With friendly reards Christoph Plattner - private: [EMAIL PROTECTED] company: [EMAIL PROTECTED] ---BeginMessage--- It may be dependent

Re: Network boot in Gnu grub.

2002-03-07 Thread Christoph Plattner
Perhaps there was something wrong by installation. In principal you only must have the current stage2 file, and if you are not using stage 1.5, you must reinstall GRUB with the setup command inside GRUB. With friendly regrads Christoph P. Ask Holme wrote: Hey I'm trying to get network

Re: help

2002-02-14 Thread Christoph Plattner
and first partition. You have to change this, if the W9x or NT is not on this partition ! I know, this sound complicated, but if you understand the background here, you would like it, to have such a boot loader with this complex possibility. With friendly regards Christoph Plattner [EMAIL

Re: GRUB Bootloader with a Highpoint IDE Raid Card

2002-02-14 Thread Christoph Plattner
Demian Quoting Christoph Plattner [EMAIL PROTECTED]: If I see this right, you forget to define the root path for the GRUB files. You can do the setup in two ways: *1* grub root (hd0,4) grub setup (hd0) or *2* grub setup (hd0) (hd0,4) This should work

Re: multiboot information structure flags are confusing me

2002-02-13 Thread Christoph Plattner
Hello, I often hear from it on this mailing list, but I have not got the background. What is VBE in GRUB ? Can anybody give me about 5 sentences ? Bye Christoph P. Timmy Douglas wrote: Alex Thiel [EMAIL PROTECTED] said: On Tuesday 12 February 2002 04:02, Timmy Douglas wrote: i want to

Re: GRUB Bootloader with a Highpoint IDE Raid Card

2002-02-13 Thread Christoph Plattner
If I see this right, you forget to define the root path for the GRUB files. You can do the setup in two ways: *1* grub root (hd0,4) grub setup (hd0) or *2* grub setup (hd0) (hd0,4) This should work. With friendly regards Christoph P. Demian Dixon wrote: Hello all, I've checked

Re: proposition for more

2002-02-10 Thread Christoph Plattner
Hello ! The initial idea was to use ENTER only to have equal handling in dumb terminals and in non-dumb terminals. A abort ESC is quite a good idea, but may also be difficult on dumb terminals (or cannonical one's). We should discuss: - what options do we really need, GRUB is not an OS to

Re: FAQ bug

2002-02-10 Thread Christoph Plattner
One question concerning DOCU: I am NOT the expert on that question ! But can the TeX system not also produce MAN pages as other formats like info, ps, html ? So it should be easy then, to have a MAN page additional for at least prefix/sbin/grub. But again, I am NOT an expert on that stuff.

Re: help doesn't list all any longer

2002-02-07 Thread Christoph Plattner
ENTER is ok, but should then used also in non-dumbed setup, only to have the same handling and less problems with the documentation. With friendly regards Christoph P. Gordon Matzigkeit wrote: Christoph Plattner [EMAIL PROTECTED] writes: Depending on the key for further paging (SPACE

Re: Did test ... Re: grub is stuck with an on-board eepro100

2002-02-07 Thread Christoph Plattner
have luck. Perhaps I can help you in analysing ... With friendly regards Christoph P. Yedidyah Bar-David wrote: On Wed, Feb 06, 2002 at 11:13:23AM +0100, Christoph Plattner wrote: Hello, so I have test result. Thanks for your testing, but, Before going in details: The PCI bus

Re: help doesn't list all any longer

2002-02-07 Thread Christoph Plattner
Hello, The pager implementation looks and feels good and is working (I tested on an embedded machine, serial console, not in dumbed mode). 2 minor suggestions: 1) the command `pager': I would prefer following: pager without arguments gives cuttent state (not

Re: help doesn't list all any longer

2002-02-06 Thread Christoph Plattner
and is sometimes cut by the following command. Bye Christoph Yoshinori K. Okuji wrote: At Tue, 05 Feb 2002 09:45:39 +0100, Christoph Plattner wrote: *2* a help working on classes, like OpenBoot of Sun: help booting help installing help console help memory help

Did test ... Re: grub is stuck with an on-board eepro100

2002-02-06 Thread Christoph Plattner
Hello, so I have test result. Before going in details: The PCI bus master enabling and the `eepro100.c' driver is working OK !! Mr. Okuji has done complete work (including PCI handling). To the test case: I reused the embedded machine with the define problem. This version of prototype board

Re: help doesn't list all any longer

2002-02-05 Thread Christoph Plattner
Hello ! I do not think, it is a good idea, as the help is a convinient list as summary. I would prefer two other solutions: *1* a `more' like function in help without argument or *2* a help working on classes, like OpenBoot of Sun: help booting help installing help

Wheel \|/- instead of dots ......

2002-01-31 Thread Christoph Plattner
Hello GRUBies ! Because of the changes to the new etherboot stuff (good work), the wheel - indicating the net download progress - was replaced by a big chain of dots (new behavior in etherboot). For GRUB this does not look very nice, beucause a big initrd will fillup the screen with dots and

Re: Wheel \|/- instead of dots ......

2002-01-31 Thread Christoph Plattner
can also live without that wheel. Bye Christoph P. Yoshinori K. Okuji wrote: At Thu, 31 Jan 2002 10:07:19 +0100, Christoph Plattner wrote: Because of the changes to the new etherboot stuff (good work), the wheel - indicating the net download progress - was replaced by a big chain of dots

Re: grub is stuck with an on-board eepro100

2002-01-31 Thread Christoph Plattner
Hello. I had the same problem on a embedded board, where the PCI Bus Master was not activated by the driver. In older etherboot versions (up to 5.0.4) there was a code to activate the BM mode. Now etherboot does this in gerneral in the PCI stuff. We have to check, if this is also done in the

Re: Wheel \|/- instead of dots ......

2002-01-31 Thread Christoph Plattner
No, the filesize is not known. Further Mr, Okuji has right, the progress bar would destroy the output of `cat', as the TFTP load is transparently done at file read. So the progress bar must be able to enable/ disable. With friendly regards Christoph P. Mario Klebsch wrote: -BEGIN PGP

Re: Serial Line boot may not properly clear the screen

2002-01-19 Thread Christoph Plattner
Hello ! No at the moment Klaus and I keep the command line interface (this was the status of Thursday). In `emacs' it does not look very good at the moment (especially the amount of `^H' to blank the line, but in emergency cases, `emacs' can be used. You can send amount of `^H' or better a

Serial: Press any key to continue ...[Fwd: Serial output sent to console]

2002-01-16 Thread Christoph Plattner
Hello Mr. Okuji ! Was the Press any key to continue only for development or should this stay in the release. In my opinion, a more professional way is: terminal [--dumb] serial ... does the job of the today's `terminal --timeout=0 [--dump] serial' whereas terminal

Re: Serial output sent to console

2002-01-16 Thread Christoph Plattner
Hello ! It is no problem to use a GRUB setup on headless computer setups (no keyboard and screen). I use it very often. The Press any key is a relict of the development. We should discuss to remove it. The method to switch over fix to the serial line is the `terminal --timeout=0 serial'

Re: Patch for more DUMB serial support

2002-01-15 Thread Christoph Plattner
Hello You are right, that some terminal do net send the text before pressing the return key, but then they send the text inclusive `return' key, and GRUB then interpretes the `return' key also, which leads to unwished reactions. I have spoken with Klaus, he will also have a look at the stuff.

Patch for more DUMB serial support

2002-01-12 Thread Christoph Plattner
Hello, here is a patch to make the dumb serial support more dumb. Not not only single keys pressed leads to reaction, the user has to push ENTER after a command key. With this change, the GRUB menu can also be used on cannonical terminals (with some restrictions to the command line editing,

Re: [Fwd: Added stage2-diskless build]

2002-01-11 Thread Christoph Plattner
special usages like embedded systems. With friendly regards Christoph P. Yoshinori K. Okuji wrote: At Thu, 10 Jan 2002 17:35:39 +0100, Christoph Plattner wrote: Sorry, if I had something wrong ! You never answered to my last email, I do not hope I said (wrote) something, which

Re: [Fwd: Added stage2-diskless build]

2002-01-11 Thread Christoph Plattner
Hello ! I have tried out the current CVS version on my embedded machine. It is a PC/104 computer (AMD 5x86, 133MH, 36MB RAM, Crystal CS8900 ethernet chip). The machine is head- less (no VGA or keyboard) and the ttyS0 (COM1) is used as serial console. I used the preset menu for setting up the

Serial support and DUMB serial support

2002-01-11 Thread Christoph Plattner
Hello GRUB community ! In our company we use GRUB to boot a couple of embedded machines in complex setups. Further we use automatic test scenarios, where test tools control the machine via serial console or ethernet. For the serial console I have some ideas for improvements. 2 Points: 1) As

Re: Serial support and DUMB serial support

2002-01-11 Thread Christoph Plattner
I have to correct myself ! Point 1 is already fullfilled, my problem with `expect' had another reason, not depending on GRUB. I found out, that serial_getxy is never called any more. So this function can theoretically be removed. With friendly regards Christoph P. Christoph Plattner wrote

Re: [Fwd: Added stage2-diskless build]

2002-01-07 Thread Christoph Plattner
the possibilty with an option is a good addon and can simple be handled by my state machine). With friendly regards Christoph P. Yoshinori K. Okuji wrote: At Sat, 05 Jan 2002 23:43:27 +0100, Christoph Plattner wrote: As we have now a `--config-file' option, it is possible to let the user

Re: [Fwd: Added stage2-diskless build]

2002-01-07 Thread Christoph Plattner
:23 +0100, Christoph Plattner wrote: The preset menu is executed first, then the netboot stuff is activated and then the normal menu file is sourced. If the normal menu file is present, all menu relevant stuff is overwritten, so we have your initial behaviour, as the preset menu

Re: SCSI-Problem

2001-12-18 Thread Christoph Plattner
Hello, do you have an SCSi controller which can be used to boot from ? (BIOS extension on SCSI board, BIOS support, etc) Do you need the IDE disks to boot. You can simple remove the IDE entries in the first BIOS page to NONE, NONE, ... etc The the system has to boot from SCSI ! GRUB cannot

Re: Question about using grub on disk image files (as opposed to discs)

2001-12-18 Thread Christoph Plattner
Interesting topic ! I play armound with this, with the further problem to have a cross build from Sparc (Solaris) to i386. One quite simple way is, you create a stage1 + stage1_5 on a device of your choise with an normal (online) install. The dd the MBR+nr_of_blocks of stage1.5 into a file,

Re: [Bug-grub] Grub network booting

2001-12-07 Thread Christoph Plattner
Hello, First of all, the 8256EM, is this the number of the chip on it. If this is the chip nunber, then it is definitlo NO eepro100 NIC. Chips relating to the eepro100 standard are: 82557, 82558, 82559 and 82559ER. Further the GRUB driver for the eepro100 is not on the current state of eepro100

Re: BUG: GNU takeover.

2001-12-03 Thread Christoph Plattner
You bring two words together: free and GNU So you are free not to use GNU software. For me most freeware projects have a much higher quality as all the stuff comming from socalled software houses. This is my free oppinion. Bye Alan Grimes wrote: om =( I have been thinking about this

Re: Trying to use grub on an HD-image

2001-11-29 Thread Christoph Plattner
Hello ! Interesting experiments you do here, I did similar work some weeks ago to produce a partition disk image offline. First of all, you do not need to construct such a image with 64B fdisk data. Simple use `fdisk /tmp/IMAGE-FILE' and setup virtual geometry data. But I did not know, whats

Re: SCSI-Problem

2001-11-29 Thread Christoph Plattner
Hello, we could communicate in German, but we want to stay international First of all try a current version of GRUB (0.90, CVS snapshot, etc...) The BIOS has a config, if to boot from SCSI or IDE. This setting also influences GRUB, as (hd0) is an IDE disk or a SCSI disk (SCSI first). So

Re: Windows booting on the third disk

2001-11-27 Thread Christoph Plattner
Hello, I am not sure, but I think you should use rootnoverify (hd2,0) as the map commands are only valid for the OS then, but GRUB always uses the correct devices. With friendly regards Christoph P. valerio de iacovo wrote: hi list, I got a 'error 2nd stage' when i try to boot

Re: Is it a BUG or it is me.?

2001-11-26 Thread Christoph Plattner
Hello, only for trying, use the command line cat stage1 stage2 /dev/fd0 With friendly regards Christoph P. G. Arena wrote: I am trying to create a GRUB boot floppy as per The GRUB manual The first line: dd if=stage1 of=/dev/fd0 bs=512 count=1 works and loads on the floppy

Convention of the internal partitioning format (0xff00ff, etc...)

2001-11-22 Thread Christoph Plattner
Hello GRUBers ! I have some problems with the partitioning sceme here of the internal variables. As far I have understood the following scheme is used. 0x00xxyyFF; xx = is a partition number in the x86 partition scheme yy = is the slice and can be used inside a x86 partition

Re: Convention of the internal partitioning format (0xff00ff, etc...)

2001-11-22 Thread Christoph Plattner
. Yoshinori K. Okuji wrote: At Thu, 22 Nov 2001 09:45:57 +0100, Christoph Plattner wrote: What is the last 0xff for ? The manual in the original GRUB distribution (i.e. 0.5) says: -- at offset 0x8 : install_partition This is an unsigned long representing the partition

Re: SCSI/IDE Drive number ordering

2001-11-14 Thread Christoph Plattner
I want to add to this mail . ... your bios has probably an option which says SCSI drives are first, and using the GRUB shell, it is useful and in some cases necessary to define a device map file. I have the same config, booting from SCSI and using additional an IDE disk. My device map is

Re: serial problems with grub-0.90

2001-11-12 Thread Christoph Plattner
Hello ! For the thig you want to do, you have to add the two lines to your `menu.lst' file: serial --unit=0 --speed=9600 terminal --timeout=0 serial The the menu starts in the serial mode with the menu, and if you enter 'c', then also the command interpreter are running serial.

Re: GRUB embed function for stage1.5 broken??

2001-11-10 Thread Christoph Plattner
Hello ! I am not sure, if you missunderstood the code here. Using stage 1.5 worls perfectly, and it is really possible to move the position of stage2 to onather inode or position on the harddisk. I also saw the code of setup and the curiose stage2 here, but as far I have understood, stage 1.5

Re: feature request or how do I -a Run Once command in menu.lst

2001-11-05 Thread Christoph Plattner
Hello ! I have problems to understand your point here. If I want to checkout things only once, I use the command line interface and never the menu file. Just press `c' and you can input a endless series of commands to test whatever you want. The menu is only for the all day use not to repeat

Re: Putting GRUB into ROM?

2001-11-04 Thread Christoph Plattner
I think it is possible using the way as in the diskless loading (nbiloader.S). Stage1 is not needed, stage2 is copied from the ROM to the 0x8200 and is executed. But a really problem is the size. The stage2 has about 100KB, and it is quite a problem to have this space and to map in this space

Re: Added stage2-diskless build

2001-10-16 Thread Christoph Plattner
at least it is used for test purpose and it is only one added entry in the makefile. With friendly regards Christoph P. Yoshinori K. Okuji wrote: From: Christoph Plattner [EMAIL PROTECTED] Subject: Added stage2-diskless build Date: Thu, 04 Oct 2001 00:00:33 +0200 With a little

Re: Etherboot drivers, and the ones in the netboot directory

2001-10-14 Thread Christoph Plattner
Soime changes in the glu cose must be done. Changes concerning a simple timer support for timeout control, perhaps some stuff and the PCI, etc... If I have a sparetime soon, I will check that and perhaps update the glue code in GRUB. Bye Christoph P. Gregg C Levine wrote: Hello

Re: GRUB plans...

2001-10-13 Thread Christoph Plattner
routineon the hardware timer), etc.. Are you interested in such plans to have quite hopefully good working NIC driver versions until GRUB will get a new NIC stuff. I can imagine (dependent on my spare time) that I can help here (I can propably do that stuff). With friendly regards Christoph

[Fwd: Changed config file processing .. patch]

2001-10-13 Thread Christoph Plattner
+++ ChangeLog 2001/10/08 21:17:16 @@ -1,3 +1,18 @@ +2001-10-08 Christoph Plattner [EMAIL PROTECTED] + + * stage2/stage2.c (cmain): Changes to execute preset menu + before executing main menu. If main menu exist, only configs + of the preset menu are taken, no menu items

[Fwd: [Fwd: Added stage2-diskless build]]

2001-10-13 Thread Christoph Plattner
regardss Christoph Plattner -- --- private:[EMAIL PROTECTED] company:[EMAIL PROTECTED] ? stage2/AM cvs server: Diffing . Index: ChangeLog === RCS file: /cvs

[Fwd: Added stage2-diskless build]

2001-10-13 Thread Christoph Plattner
by cat stage1/stage1 stage2/stage2-diskless /dev/fd0 The `stage2-diskless' is together built with nbgrub and pxegrub, enabled by `--enable-diskless' as option in the configure script. With friendly regardss Christoph Plattner

Changed config file processing .. patch

2001-10-08 Thread Christoph Plattner
() + to stage2/stage2.c, as this function is now called in stage2.c + +2001-10-03 Christoph Plattner [EMAIL PROTECTED] + + * stage2/Makefile.am: Added build for `stage2-diskless' to + load diskless GRUB from local devices (floppy, harddisk), + but loads config from server (instead of use

Added stage2-diskless build

2001-10-03 Thread Christoph Plattner
-diskless' is together built with nbgrub and pxegrub, enabled by `--enable-diskless' as option in the configure script. With friendly regardss Christoph Plattner -- --- private:[EMAIL PROTECTED] company:[EMAIL PROTECTED

Re: can't boot due to root device problem

2001-10-01 Thread Christoph Plattner
You have the problem, that you try to load the SCSI module, but this is not possible, as you cannot load modules, because the root file system is not mounted (this is the error message). On the other hand, you cannot mount the ROOT fs, as you cannot load the SCSI module !!! So you can solve this

Re: GRUB passing DHCP discovered IP address to kernel

2001-10-01 Thread Christoph Plattner
This is right. The GRUB DHCP/BOOTP query is completely independet of the kernel IP autoconfiguration. To enable the kernel IP autoconfiguration, you must reconfigure your kenrel built environment (Select auto config and then one the three methods RARP, BOOTP, DHCP (RARP makes no sense for your

Re: ThinkPad T22 and other boot fails at Loading Stage 2

2001-09-27 Thread Christoph Plattner
Hello ! I had yesterday the same problem on an Austrian notebook named IPC, a PIII,600E with 128MB RAM. Booting GRUB from floppy (and I think loading it from disk is the same) hangs after GRUB stage2 . In my case, the systems hangs here, this notebook has no graphic welcome screen. I

Re: ThinkPad T22 (and other) boot fails at Loading Stage 2

2001-09-27 Thread Christoph Plattner
Hello, my GRUB was from CVS, end of 02/2001 (last changelog entry: 2001-02-28 OKUJI Yoshinori [EMAIL PROTECTED] From HASEGAWA Tomoki [EMAIL PROTECTED]: * lib/device.c (get_ide_disk_name) [__FreeBSD__]: Add support for FreeBSD-4.0 or later. Use /dev/rad0. *

Re: GRUB Vs LILO

2001-09-25 Thread Christoph Plattner
GRUB fully supports kernel line paramters. The line then is kernel //vmlinuz x86_serial_nr=1 and perhaps other You can load the kernel manually by typing this, or simple add the parameters in the kernel line in `menu.lst'. In lilo `appand=xxx' is used to pass further command

Adding [bug-grub] to subjects ?

2001-09-24 Thread Christoph Plattner
Hello GRUB world. Is it possible to add the `[bug-grub]' string in the subjects by the mailing system, as many other projects do ( [parisc-linux], [uClinux], [eepro100], [Etherboot-developers], etc). In my oppinion is it a convenient way to better overlook a big amount of mails. With

Re: Wishlist (it's a must)

2001-09-23 Thread Christoph Plattner
may be found. Even if only it's a compile time option. bill r - Original Message - From: Christoph Plattner [EMAIL PROTECTED] To: sese granola [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Robert Siemer [EMAIL PROTECTED] Sent: Friday, September 21, 2001 4:29 PM Subject: Re: Wishlist

Re: Wishlist (it's a must)

2001-09-21 Thread Christoph Plattner
Menu.lst is executed much later than the cls() call !! sese granola wrote: I would rather see an option used via menu.lst for this behavior. Menu. - Original Message - From: Robert Siemer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 5:40 PM

Re: clearing screen

2001-09-11 Thread Christoph Plattner
Hello ! I also disabled the screen cleaning while developing the diskless support, for example. I commented out the /* cls (); */ in the stage2/char_io.c file in the routine init_page(). With friendly regards Christoph P. Robert Siemer wrote: Hi! Is there a reason for clearing

Re: Diskless booting -- how?

2001-08-19 Thread Christoph Plattner
Hello ! The test via floppy booted GRUB and testing the command BOOPT is a good start. But for this functionality you need no diskless GRUB ! The diskless GRUB image under stage2/nbgrub can be defined as boot file in the /etc/bootptab or /etc/dhcpd.conf on your server. Then GRUB itself is

Re: Diskless booting -- how?

2001-08-19 Thread Christoph Plattner
. And after loading GRUB, GRUB can do everything as normal ! So you need no LINUX kernel perperation, etc... Enjoy. Christoph dman wrote: On Sun, Aug 19, 2001 at 06:39:02PM +0200, Christoph Plattner wrote: | Hello ! | | The test via floppy booted GRUB and testing the command BOOPT

Re: Win9x+Win2k+Linux without nested bootmenus plus a feature request

2001-07-29 Thread Christoph Plattner
A very simple workaround here is to create a small boot partition as primary for NT2K. This partition includes the boot loader of NT and in the boot.ini the big extended Win2K partition is defined as NT root disk. With friendly regards Christoph P. A. Klingenstein wrote: Hi, I want

Re: LinuxWorld Expo, SF, Etherboot Project preparations

2001-07-23 Thread Christoph Plattner
and GRUB should work together, two teams of specialists. I do not belong to any team. I try to help here and there ... With friendly regards Christoph Plattner Marty Connor wrote: Alright, it's that time again, time for us to prepare for LinuxWorld Expo in beautiful San Francisco, CA, USA

Re: grub floppy

2001-07-13 Thread Christoph Plattner
Hello ! I think your problem is very simple. The floppy device is `(fd0)' not `(fd0,)' !! With friendly regards Christoph Jason Thomas wrote: whats the go with creating a grub boot floppy. grub-install yeilds. jason@bart:~ $ grub-install /dev/floppy/0 expr: non-numeric

Re: cross-platform GRUB

2001-07-10 Thread Christoph Plattner
The boot loader GRUB is not for one platform ! It is for the platform called BIOS and is OS independent. So GRUB can be installed to DOS or windows partitions (not FAT32, AFAIK) and can boot several OSes. So your request is already fullfilled. But: You cannot use Windows to build (compile) and

Re: Boot DOS from file

2001-05-22 Thread Christoph Plattner
Hello, the idea sounds nice, but AFAIK this is not possible. The GRUB shell (offline tool) can read and write image files but not the online GRUB loader. And also if GRUB would be able to do so, DOS itself cannot. Think about it: You load the DOS boot sector from a image file, ok, but

Re: Time to fork the netboot code?

2001-05-10 Thread Christoph Plattner
I have a similar oppinion ! I think, the network driver stuff is not so bad as is. For our booting (BOOTP, TFTP), the drivers are sufficient in polling mode. The only thing is to have correct disbaling functions. The only stuff, which has to be improved is the probing stuff. Etherboot uses only

Re: SILO/GRUB coordination

2001-05-03 Thread Christoph Plattner
Concerning the console: It makes sense to use the method of using the OpenBoot Console in GRUB (so GRUB ha only one configuration), the user selects the console in the OpenBoot environment as usal. (Example: in PA-RISC Linux also the kernel uses the HP PDC console (ROM console) for the initial

Re: Grub not working with minix fs

2001-04-20 Thread Christoph Plattner
Hello ! The problem could be the "minix" version. There are two minix fs out in the world. One is called Old-Minix in Linux's fdisk, supporting up to 14 characters file names and up to 64MB (AFAIK). The new minix file system has much larger limits (256 char names, etc...). I don't know exactly,

Re: vmlinuz:No Multiboot Header

2001-04-02 Thread Christoph Plattner
This is a fact. The (standard) Linux kernel is not a mulitboot specified kernel. But GRUB cannot ONLY load kernels following the multiboot spec. GRUB also knows ELF binaries, Linux kernels (as they are), etc... Christoph P. Gregg C Levine wrote: Hello from Gregg C Levine normally

Problem found + Bug Fix *** More analysis to the old problem with etherboot+GRUB(diskless/disk)

2001-03-06 Thread Christoph Plattner
. Of course the problem can also be in our kernel, that it does not completely setup the initial flags state, but the CPU detection code must not destroy the FLAGS register. Below I send a patch of a working start32.S, based on 4.7.20. With friendly regards Christoph Plattner --- /home

Re: Raw loader for diskless GRUB

2001-03-04 Thread Christoph Plattner
this is a `hack' (trial version). With friendly regards Christoph Plattner Florian Weimer wrote: I've got a NIC (3com 3c905c TX-M) which supports BOOTP and can load images up to a certain size (~450 KB) via TFTP. Unfortunately, the image is stored at address 0x1 and onwards

Further step in GRUB - Environment

2001-03-03 Thread Christoph Plattner
h friendly regards Christoph Plattner - private:[EMAIL PROTECTED] company:[EMAIL PROTECTED] ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.o

Re: Patch for EtherExpressPro100

2001-03-02 Thread Christoph Plattner
accessing the EEPROM. If you lost the patch, I will resent it !! Cheers Christoph Plattner OKUJI Yoshinori wrote: From: Christoph Plattner [EMAIL PROTECTED] Subject: Re: Patch for EtherExpressPro100 Date: Thu, 01 Mar 2001 00:54:01 +0100 Again, I think we should speek

Serial support - one more point

2001-03-02 Thread Christoph Plattner
Hello GRUB people, sorry for speaking about this topic again, but I see a problem in the now developed strategy concerning serial support. The problem I see is, that the menu file or the preset menu file is executed after the ethernet probes, etc. But on machines having no monitor or

Re: Patch for EtherExpressPro100

2001-02-28 Thread Christoph Plattner
Ok, I did the patch already using the old TIMEOUT method (used before in etherboot and GRUB) but the new routines handling the EEPROM access, etc. At the moment my time is limited to do that in a "releasable" way, but I will try in the next few days. Cheers Christoph Plattn

Re: BUG: grub netbooting with EEPRO100

2001-02-28 Thread Christoph Plattner
concerning checksums and reading wrong MAC addresses, etc. I will deliver the patch to GRUB very soon (inside next days) ! Cheers Christoph Plattner Hans-Christian Armingeon wrote: Hi folks, thank you for programming that wonderful bootloader grub! But there's

Re: Patch for EtherExpressPro100

2001-02-28 Thread Christoph Plattner
ould speek about the future strategy to be able to really copy in the current etherboot-drivers only. Here is the patch ... Cheers Christoph P. Christoph Plattner wrote: Ok, I did the patch already using the old TIMEOUT method (used before in etherboot and GRUB) but the new routine

Re: [Etherboot-developers] More analysis to the old problem with etherboot+GRUB (diskless/disk)

2001-02-22 Thread Christoph Plattner
This GRUB works correct, does a bootp, loads the menu definedwith `T150=""' and boots CORECCTLY !!! (no crash !) So really diskless booed GRUB has a problem (independent of GRUB itself) ! Etherboot problem ? Is GRUB not completely loaded in RAM ? Cheers Christoph Christoph Plat

Re: More analysis to the old problem with etherboot+GRUB (diskless/disk)

2001-02-22 Thread Christoph Plattner
:[EMAIL PROTECTED] Thierry Laronde wrote: On Thu, Feb 22, 2001 at 09:45:55AM +0100, Christoph Plattner wrote: Hello GRUB and Etherboot people, finally I had some time to further analysing the problem, I describer a week ago. The problem was: I can boot our (company's) OS

Re: ack! grub bug...

2001-02-22 Thread Christoph Plattner
Hello, as I already described before, my prefered solution to the problem is the use of a kind of variables in GRUB like $MEM, $IP, $SERVER_IP, etc, etc,... So the user can decide himeself using kernel paramters, like kernel /boot/vmlinuz mem=$MEM root=/dev/hda2 etc If

  1   2   >