etherboot-users Mailing List for Etherboot (Page 3)
Brought to you by:
marty_connor,
stefanhajnoczi
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(46) |
Sep
(127) |
Oct
(116) |
Nov
(188) |
Dec
(109) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(105) |
Feb
(123) |
Mar
(115) |
Apr
(136) |
May
(196) |
Jun
(178) |
Jul
(179) |
Aug
(167) |
Sep
(164) |
Oct
(171) |
Nov
(179) |
Dec
(192) |
2002 |
Jan
(157) |
Feb
(132) |
Mar
(174) |
Apr
(128) |
May
(104) |
Jun
(139) |
Jul
(124) |
Aug
(165) |
Sep
(116) |
Oct
(100) |
Nov
(75) |
Dec
(113) |
2003 |
Jan
(99) |
Feb
(131) |
Mar
(166) |
Apr
(160) |
May
(51) |
Jun
(68) |
Jul
(189) |
Aug
(118) |
Sep
(91) |
Oct
(46) |
Nov
(74) |
Dec
(114) |
2004 |
Jan
(99) |
Feb
(139) |
Mar
(78) |
Apr
(149) |
May
(139) |
Jun
(130) |
Jul
(80) |
Aug
(123) |
Sep
(56) |
Oct
(40) |
Nov
(51) |
Dec
(36) |
2005 |
Jan
(96) |
Feb
(88) |
Mar
(89) |
Apr
(65) |
May
(64) |
Jun
(83) |
Jul
(52) |
Aug
(33) |
Sep
(41) |
Oct
(36) |
Nov
(34) |
Dec
(30) |
2006 |
Jan
(44) |
Feb
(28) |
Mar
(25) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Ferenc W. <wf...@ni...> - 2006-02-08 12:17:28
|
Hi, booting from an etherboot floppy or CD (which work in exactly two identical machines on the same network) results in the following on the others: Loading Rom image................... Etherboot 5.4.1 (GPL) http://etherboot.org Drivers: EEPRO100 Images: NBI ELF PXE Exports: PXE Protocols: DHCP TFTP Relocating _text from:[0010420, 000236d0) to [0feecd50, 0ff00000) Boot from Only some 1-9 characters get printed from the last line, then the computer hangs. Its own PXE stack in the NIC ROM works okay, but I need a "removable" solution. Does the above ring any bells? I checked the source and don't understand how a putchar loop can fail like that... I willing to provide more information if needed. The image is from the ROM-o-matic with NIC eepro100:82562em, zdsk output. -- Thanks, Feri. |
From: Tony v. d. H. <to...@va...> - 2006-02-08 12:07:50
|
> Jim, I looked the suggested dhcpd.conf file, made a mix of it and mine and > things started to work. The other problem was that the tftpd xinetd config > file was chroot to another directory than the standard /tftpboot or / . > After correcting this issue too, I have an VMware machine, a K6II box and > a Pentium1 200MHz MMX box all working perfectly!!! I recently encountered this problem after upgrading my server from Mandriva 2005LE to 2006.0. It turns out that the current dhcpd sends the next-server address as 0.0.0.0 if the next-server line is missing from dhcpd.conf. Etherboot does not like this, and rejects the DHCPOFFER. According to the dhcpd.conf(5) manpage, the line should be optional, defaulting to the current server address. -- Tony van der Hoff | mailto:to...@va... Buckinghamshire, England |
From: <eth...@mi...> - 2006-02-06 11:04:59
|
Hi List:-) Thanks to all who did that, pretty need :-). I Like it. I've some elitegroup p6iwpfe small so370 i810Chipset Boards with onboard Davicom DM9102 Ethernet. Floppy works fine for me so i integrated the Rom Image in my motherboard bios. (ask google for Borgbios, they have a nice collection of needed tools and some faq's) But when booting, it is 40x slower since each transmitted byte (i think) is commented with some words :-(. also playing around with the options, or using RS232 output didn't help. When booting Damnsmalllinux via initrd it needs 40min (~50mb) or a WindowsPE ISO to Ramdisk more than 2h (i didn't wait) I use the eb-5.4.1-davicom9102.zrom any Ideas? jens |
From: Scott S. <ss...@aa...> - 2006-02-02 01:57:49
|
Hi all, I keep getting a "segment in reserved area" error when I generate a NBI using mkelf-linux (v1.4.4) on my Fedora Core 4 system. The frustrating thing is if I generate the NBI on my Redhat 9 system (mkelf-linux v1.4.3) the image boots just fine. I tried --relocseg=0x8000 but the booting process aborted pretty quickly (I forget what the error was, sorry). Can anyone tell me what I need to do to be able to get around this error & generate a working NBI with mkelf-linux v1.4.4? I append the first few lines of output of the disnbi command (for the 2 NBIs) in the hope that it might be useful: [root@lapss]/home/tftpboot# disnbi vmlinuz.nbi.built.on.RH9 Type: NBI Header location: 9220:0000 Start address: 00092800 (flat) Flags: Vendor data: mknbi-linux-1.4.3 Segment number 0 Load address: 00092800 Image length: 4608 Memory length: 6144 Position: Absolute Vendor tag: 16 [root@lapss]/home/tftpboot# disnbi vmlinuz.nbi.built.on.FC4 Type: ELF Start address: 00092800 Flags: Segment number 0 Load address: 00092800 Image length: 6144 Memory length: 6144 Any help would be muchly appreciated. SCoTT. :) |
From: Marco <mau...@as...> - 2006-02-01 03:16:25
|
Em Ter 31 Jan 2006 03:04, Jim McQuillan escreveu: > Marco, > > Are you sure your dhcpd.conf file has a 'filename' entry? > > Take a look at the following link for a very simple dhcpd.conf file that > works well with LTSP: > > http://wiki.ltsp.org/twiki/pub/Ltsp/DHCP/dhcpd.conf > > Jim McQuillan > ja...@Lt... > > Marco Aur=E9lio Carvalho wrote: > > Hi, > > I am trying to use etherboot with LTSP but etherboot does not recognize > > the DHCP IP offer. > > The DHCPd seems to be running fine and supplies valid IP for a testing > > machine running Win98 and DHCP client. > > Ethereal captured packets shows the DHCPDISCOVER and DHCPOFFER messages > > that also appears to be correct. > > At first I thought that could be an old and defective NIC, but changing > > NIC did not solve the problem. Running inside a VMware vitual machine > > also gave the same problem. > > It appears that there an incompatibility in some part of the answer that > > etherboot reject the offered IP. > > I searched this mailing list, find similar problems but did not find a= ny > > answer. > > Any clues? Jim, I looked the suggested dhcpd.conf file, made a mix of it and mine and= =20 things started to work. The other problem was that the tftpd xinetd config file was chroot to anoth= er=20 directory than the standard /tftpboot or / . After correcting this issue to= o,=20 I have an VMware machine, a K6II box and a Pentium1 200MHz MMX box all=20 working perfectly!!! With a 100Mb/s NIC there is no significative performance difference betwee= n=20 the local console and a ltsp machine for common applications (email, spread= =20 sheets etc), even for the P1 box. Thank you very much. Regards =2D-=20 Marco Aur=E9lio |
From: Jim M. <ja...@Mc...> - 2006-01-31 13:23:39
|
Dennis, Can you send me your dhcpd.conf file? Thanks, Jim McQuillan ja...@Lt... Dennis Morgan wrote: > HI Jim, > First off thanks... and > secondly, i tried what was stated in the wiki without any success first... > the MOPTS where been ignored by the terminal. > > I have managed to get it to working, just need to get it to be stable and not throw segfaults continuely > and i will be happy.. > regards > Dennis > > On Monday 30 January 2006 03:31, Jim McQuillan wrote: > >> Dennis, >> >> the /linuxrc file isn't in the rom file. >> >> It's in the initrd image that is downloaded along with the kernel. >> >> If you are using the latest ltsp, you don't need to actually modify the >> image. >> >> Take a look at the following wiki page for information on solving the >> problem: >> >> http://wiki.ltsp.org/twiki/bin/view/Ltsp/NFS#NFS_Server_not_responding >> >> Jim McQuillan >> ja...@Lt... >> >> >> >> >>> Hi >>> I am just wondering is it actually possible to mount a rom image created >>> on http://www.rom-o-matic.net/ >>> I need to get access to the LinuxRC file so i can update the NFS mount >>> from udp to tcp.. >>> >>> Because at present i am getting the >>> Server Not Responding still trying >>> Server Ok >>> >>> messages continuelly.. >>> >>> regards >>> Dennis >>> >>> >>> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Etherboot-users mailing list > Eth...@li... > https://lists.sourceforge.net/lists/listinfo/etherboot-users > |
From: Jim M. <ja...@Mc...> - 2006-01-31 05:05:10
|
Marco, Are you sure your dhcpd.conf file has a 'filename' entry? Take a look at the following link for a very simple dhcpd.conf file that = = works well with LTSP: http://wiki.ltsp.org/twiki/pub/Ltsp/DHCP/dhcpd.conf Jim McQuillan jam=40Ltsp.org = Marco Aur=E9lio Carvalho wrote: > Hi, > I am trying to use etherboot with LTSP but etherboot does not recognize= the = > DHCP IP offer. > The DHCPd seems to be running fine and supplies valid IP for a testing= = > machine running Win98 and DHCP client. > Ethereal captured packets shows the DHCPDISCOVER and DHCPOFFER messages= that = > also appears to be correct. > At first I thought that could be an old and defective NIC, but changing= NIC = > did not solve the problem. Running inside a VMware vitual machine also = gave = > the same problem. > It appears that there an incompatibility in some part of the answer tha= t = > etherboot reject the offered IP. > I searched this mailing list, find similar problems but did not find a= ny = > answer. = > Any clues? > > = |
From: Marco <mau...@as...> - 2006-01-31 03:54:32
|
Hi, I am trying to use etherboot with LTSP but etherboot does not recognize the= =20 DHCP IP offer. The DHCPd seems to be running fine and supplies valid IP for a testing=20 machine running Win98 and DHCP client. Ethereal captured packets shows the DHCPDISCOVER and DHCPOFFER messages tha= t=20 also appears to be correct. At first I thought that could be an old and defective NIC, but changing NIC= =20 did not solve the problem. Running inside a VMware vitual machine also gave= =20 the same problem. It appears that there an incompatibility in some part of the answer that=20 etherboot reject the offered IP. I searched this mailing list, find similar problems but did not find any=20 answer.=20 Any clues? =2D-=20 Marco Aur=E9lio |
From: Marco <mau...@as...> - 2006-01-31 03:47:45
|
Hi, I am trying to use etherboot with LTSP but etherboot does not recognize the= =20 DHCP IP offer. The DHCPd seems to be running fine and supplies valid IP for a testing=20 machine running Win98 and DHCP client. Ethereal captured packets shows the DHCPDISCOVER and DHCPOFFER messages tha= t=20 also appears to be correct. At first I thought that could be an old and defective NIC, but changing NIC= =20 did not solve the problem. Running inside a VMware vitual machine also gave= =20 the same problem. It appears that there an incompatibility in some part of the answer that=20 etherboot reject the offered IP. I searched this mailing list, find similar problems but did not find any=20 answer.=20 Any clues? =2D-=20 Marco Aur=E9lio |
From: Dennis M. <den...@xt...> - 2006-01-30 21:04:48
|
Jim, i tried both vmlinuz-2.4.26-ltsp-3 and vmlinuz-2.6.9-ltsp-3 Both kernels seem to ignore the MOPTS field.. regards. Dennis On Tuesday 31 January 2006 09:53, Jim McQuillan wrote: > Dennis, > > Which kernel are you using? > > The latest we have for LTSP is vmlinuz-2.4.26-ltsp-3 > > Anything older probably won't pay attention to the MOPTS field. > > Jim. > > > > Dennis Morgan wrote: > > HI Jim, > > First off thanks... and > > secondly, i tried what was stated in the wiki without any success first... > > the MOPTS where been ignored by the terminal. > > > > I have managed to get it to working, just need to get it to be stable and not throw segfaults continuely > > and i will be happy.. > > regards > > Dennis > > > > On Monday 30 January 2006 03:31, Jim McQuillan wrote: > > > >> Dennis, > >> > >> the /linuxrc file isn't in the rom file. > >> > >> It's in the initrd image that is downloaded along with the kernel. > >> > >> If you are using the latest ltsp, you don't need to actually modify the > >> image. > >> > >> Take a look at the following wiki page for information on solving the > >> problem: > >> > >> http://wiki.ltsp.org/twiki/bin/view/Ltsp/NFS#NFS_Server_not_responding > >> > >> Jim McQuillan > >> ja...@Lt... > >> > >> > >> > >> > >>> Hi > >>> I am just wondering is it actually possible to mount a rom image created > >>> on http://www.rom-o-matic.net/ > >>> I need to get access to the LinuxRC file so i can update the NFS mount > >>> from udp to tcp.. > >>> > >>> Because at present i am getting the > >>> Server Not Responding still trying > >>> Server Ok > >>> > >>> messages continuelly.. > >>> > >>> regards > >>> Dennis > >>> > >>> > >>> > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Etherboot-users mailing list > Eth...@li... > https://lists.sourceforge.net/lists/listinfo/etherboot-users > > |
From: Dennis M. <den...@xt...> - 2006-01-30 20:56:47
|
On Sunday 29 January 2006 22:04, you wrote: > * (on 2006-01-29, 08:58) Dennis wrote: > > >Hi > >I am just wondering is it actually possible to mount a rom image created on http://www.rom-o-matic.net/ > >I need to get access to the LinuxRC file so i can update the NFS mount from udp to tcp.. > > > >Because at present i am getting the > >Server Not Responding still trying > >Server Ok > > > >messages continuelly.. > > > > Are you using LTSP ? You should then modify the initrd image from the > LTSP package, the ROM images from the site do not contain any > additional code (and definitely no linuxrc). > > See the wiki entry: http://wiki.ltsp.org/twiki/bin/view/Ltsp/NFS > about how you can modify the NFS parameters without changing anything > (well, except for the DHCP settings :). > > hth, > > mitu > > hi Crisitian thanks for the pointer about the InitRd. regards Dennis |
From: Dennis M. <den...@xt...> - 2006-01-30 20:54:49
|
On Sunday 29 January 2006 23:10, Nico Oosthuizen wrote: > > Hi > > I am just wondering is it actually possible to mount a > > rom image created on http://www.rom-o-matic.net/ > > I need to get access to the LinuxRC file so i can update > > the NFS mount from udp to tcp.. > > > > Because at present i am getting the > > Server Not Responding still trying > > Server Ok > > > > messages continuelly.. > > > > regards > > Dennis > > > Hi Dennis > > I do not know if this will help. > > "Sometimes you may deinstall the kernel nfs-daemon and > install e.g. nfs-utils for a nfs server daemon in user > space" > > I quote from: > http://wiki.ltsp.org/twiki/bin/view/Ltsp/TroubleShooting#Terminal_freezes_after_pivot_roo > > Nico > > Get Ananzi dial-up for ONLY R72 per month - 'strue!!! Click here for more info: > > http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=105&u=8&tid=1032 > > > Hi Nico, Thanks for the pointer to the URL... Since posting the email to the list, i managed to to find and solve the problem well at least that one... regards Dennis |
From: Jim M. <ja...@Mc...> - 2006-01-30 20:53:41
|
Dennis, Which kernel are you using? The latest we have for LTSP is vmlinuz-2.4.26-ltsp-3 Anything older probably won't pay attention to the MOPTS field. Jim. Dennis Morgan wrote: > HI Jim, > First off thanks... and > secondly, i tried what was stated in the wiki without any success first... > the MOPTS where been ignored by the terminal. > > I have managed to get it to working, just need to get it to be stable and not throw segfaults continuely > and i will be happy.. > regards > Dennis > > On Monday 30 January 2006 03:31, Jim McQuillan wrote: > >> Dennis, >> >> the /linuxrc file isn't in the rom file. >> >> It's in the initrd image that is downloaded along with the kernel. >> >> If you are using the latest ltsp, you don't need to actually modify the >> image. >> >> Take a look at the following wiki page for information on solving the >> problem: >> >> http://wiki.ltsp.org/twiki/bin/view/Ltsp/NFS#NFS_Server_not_responding >> >> Jim McQuillan >> ja...@Lt... >> >> >> >> >>> Hi >>> I am just wondering is it actually possible to mount a rom image created >>> on http://www.rom-o-matic.net/ >>> I need to get access to the LinuxRC file so i can update the NFS mount >>> from udp to tcp.. >>> >>> Because at present i am getting the >>> Server Not Responding still trying >>> Server Ok >>> >>> messages continuelly.. >>> >>> regards >>> Dennis >>> >>> >>> > > |
From: Dennis M. <den...@xt...> - 2006-01-30 20:51:41
|
HI Jim, First off thanks... and secondly, i tried what was stated in the wiki without any success first... the MOPTS where been ignored by the terminal. I have managed to get it to working, just need to get it to be stable and not throw segfaults continuely and i will be happy.. regards Dennis On Monday 30 January 2006 03:31, Jim McQuillan wrote: > Dennis, > > the /linuxrc file isn't in the rom file. > > It's in the initrd image that is downloaded along with the kernel. > > If you are using the latest ltsp, you don't need to actually modify the > image. > > Take a look at the following wiki page for information on solving the > problem: > > http://wiki.ltsp.org/twiki/bin/view/Ltsp/NFS#NFS_Server_not_responding > > Jim McQuillan > ja...@Lt... > > > > > Hi > > I am just wondering is it actually possible to mount a rom image created > > on http://www.rom-o-matic.net/ > > I need to get access to the LinuxRC file so i can update the NFS mount > > from udp to tcp.. > > > > Because at present i am getting the > > Server Not Responding still trying > > Server Ok > > > > messages continuelly.. > > > > regards > > Dennis > > > > > |
From: Jim M. <ja...@Mc...> - 2006-01-29 14:31:31
|
Dennis, the /linuxrc file isn't in the rom file. It's in the initrd image that is downloaded along with the kernel. If you are using the latest ltsp, you don't need to actually modify the image. Take a look at the following wiki page for information on solving the problem: http://wiki.ltsp.org/twiki/bin/view/Ltsp/NFS=23NFS_Server_not_respondin= g Jim McQuillan jam=40Ltsp.org > Hi > I am just wondering is it actually possible to mount a rom image create= d > on http://www.rom-o-matic.net/ > I need to get access to the LinuxRC file so i can update the NFS mount > from udp to tcp.. > > Because at present i am getting the > Server Not Responding still trying > Server Ok > > messages continuelly.. > > regards > Dennis > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop=21 Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK=21= > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Etherboot-users mailing list > Etherboot-users=40lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/etherboot-users > |
From: Nico O. <ni...@an...> - 2006-01-29 10:13:39
|
> Hi > I am just wondering is it actually possible to mount a > rom image created on http://www.rom-o-matic.net/ > I need to get access to the LinuxRC file so i can update > the NFS mount from udp to tcp.. > > Because at present i am getting the > Server Not Responding still trying > Server Ok > > messages continuelly.. > > regards > Dennis > Hi Dennis I do not know if this will help. "Sometimes you may deinstall the kernel nfs-daemon and install e.g. nfs-utils for a nfs server daemon in user space" I quote from: http://wiki.ltsp.org/twiki/bin/view/Ltsp/TroubleShooting#Terminal_freezes_after_pivot_roo Nico Get Ananzi dial-up for ONLY R72 per month - 'strue!!! Click here for more info: http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=105&u=8&tid=1032 |
From: Dennis <den...@xt...> - 2006-01-29 06:58:29
|
Hi I am just wondering is it actually possible to mount a rom image created on http://www.rom-o-matic.net/ I need to get access to the LinuxRC file so i can update the NFS mount from udp to tcp.. Because at present i am getting the Server Not Responding still trying Server Ok messages continuelly.. regards Dennis |
From: William E. <mru...@po...> - 2006-01-27 09:52:52
|
Not sure if this will help with your multi-boot problems. http://64.124.13.3/hacks/USB_Boot_using_GRUB.html It shows how to use Grub to boot different sources. I have not finished the Grub-PXE section yet. I am just beginning to see the power of Grub. -- William Estrada <HTTP://www.Mt-Umunhum-Wireless.net/resume/william_estrada.html> -- MrUmunhum at popdial dot com <mailto:MrU...@po...> -- 408-997-0743 Ymessenger ID: MrUmunhum HTTP://Mt-Umunhum-Wireless.net |
From: Michael S. <sch...@gm...> - 2006-01-26 20:48:29
|
Nico Oosthuizen wrote: >> I have tried Josh Lehan's PXE-On-A-Disk and it works very >> nice on a floppy and the cd. In his readme file he >> explains >> how he has done it and he also include his makefile. >> > Sorry forgot to give address of Josh's. > > ftp://ftp.scyld.com/private/jlehan/pxe-on-a-disk.tar.bz2 > > This is the file with everything zipped together. Thank you for your reply. That floppy looks interesting - although it is yet another floppy with lots of single images. So I guess I can forget building multiple ones... Copying it verbatim is not an option either, since it uses 684KB and I only have 600KB left. And, found in his Makefile: # PREREQUISITES: # 1) SYSLINUX unpacked into ./syslinux-3.11 # 2) Etherboot unpacked into ./etherboot-5.4.1 # 3) Etherboot's Config file(s) patched to your taste 3) is my problem :) since I lack experience what options are needed and what aren't. Anyway, I'll build a few zlilos with default options now and put them onto my disk (3com and realtek ones since I know I already had to fix boxes with these network cards in, plus as many others as will fit.). If someone has a good idea with respect to get more drivers on the disk without needing more space (either by that legendary "multiple driver rule" or by making images smaller), I'll have to change it again :) Since network boot it not the main purpose of this disk, making more space available on it is not really an option. Michael |
From: Nico O. <ni...@an...> - 2006-01-26 20:06:42
|
Sorry forgot to give address of Josh's. ftp://ftp.scyld.com/private/jlehan/pxe-on-a-disk.tar.bz2 This is the file with everything zipped together. > > I have tried Josh Lehan's PXE-On-A-Disk and it works very > nice on a floppy and the cd. In his readme file he > explains > how he has done it and he also include his makefile. > > Nico > > > > Have you looked at http://etherboot.anadex.de/. > > > There is a section that deal with a universal > > > boot floppy. > > > > I have looked there, yes. There is a boot floppy > > available, but I could > > not find information about how it was created (the > README > > on the floppy > > contains links to all the programs used to build it, > but > > no build > > options etc. in it either). > > > > Michael > Get Ananzi dial-up for ONLY R72 per month - 'strue!!! > > Click here for more info: > http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=105&u=8&tid=1032 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you > grep through log files > for problems? Stop! Download the new AJAX search engine > that makes > searching your log files as easy as surfing the web. > DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Etherboot-users mailing list > Eth...@li... > https://lists.sourceforge.net/lists/listinfo/etherboot-users Get Ananzi dial-up for ONLY R72 per month - 'strue!!! Click here for more info: http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=105&u=8&tid=1032 |
From: Nico O. <ni...@an...> - 2006-01-26 19:59:44
|
Michael I have tried Josh Lehan's PXE-On-A-Disk and it works very nice on a floppy and the cd. In his readme file he explains how he has done it and he also include his makefile. Nico > > Have you looked at http://etherboot.anadex.de/. > > There is a section that deal with a universal > > boot floppy. > > I have looked there, yes. There is a boot floppy > available, but I could > not find information about how it was created (the README > on the floppy > contains links to all the programs used to build it, but > no build > options etc. in it either). > > Michael Get Ananzi dial-up for ONLY R72 per month - 'strue!!! Click here for more info: http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=105&u=8&tid=1032 |
From: David T. P. <phe...@un...> - 2006-01-26 07:08:02
|
Carl Karsten wrote: > David T. Pheasant wrote: > >> Hello everybody, >> >> Is there a way to control etherboot via a dhcp option string? >> (I.E. set it to boot from disk or the network) I want to do this >> because hitting the L or N keys at the correct time is getting >> annoying. At the moment, PXE booting does not work, So I am loading >> ELF images and booting them. I want to control wether or not the node >> grabs its kernel from the netwok or from disk. >> > Kinda. > > Look at my examples on the wiki - look for DEFAULT and ... the thing > that makes it boot from the HD. I assume you are talking about this link: https://wiki.ubuntu.com/Installation/LocalNet . From what you have posted there it looks like you are using PXE to change how your machines boot. My problem is that I am using etherboot on cluster nodes with LinuxBIOS. I posted to the syslinux mailing list and H. Peter Anvin replied saying that PXElinux does not work with LinuxBIOS. This is why I am looking for an option that I can specify in the dhcpd.conf file that controls how etherboot works. If you have any further ideas they are greatly appreciated. Thanks, -David |
From: Carl K. <ca...@pe...> - 2006-01-25 21:44:43
|
David T. Pheasant wrote: > Hello everybody, > > Is there a way to control etherboot via a dhcp option string? (I.E. set it to boot from disk or the network) I want to do this because hitting the L or N keys at the correct time is getting annoying. At the moment, PXE booting does not work, So I am loading ELF images and booting them. I want to control wether or not the node grabs its kernel from the netwok or from disk. > Kinda. Look at my examples on the wiki - look for DEFAULT and ... the thing that makes it boot from the HD. sorry for the sparse post - I gotta run - let me know if you need more direction. like the URL. ^C |
From: <gb...@us...> - 2006-01-25 20:35:54
|
Am Mittwoch, 25. Januar 2006 17:09 schrieb Michael Schierl: > Berend De Schouwer schrieb: > > I've used Netboot on a 386SX, with 2MB RAM, to boot Linux 1.2.13. It's > > unlikely that hardware too old for Netboot will boot Knoppix of any > > sort. Are we talking about the same Netboot? > > I guess not. Indeed. Berend probably meant this one: http://netboot.sourceforge.net/. It is some sort of an anchestor of etherboot. Georg |
From: David T. P. <phe...@un...> - 2006-01-25 17:15:26
|
Hello everyone, I am using Etherboot 5.0.4 (burned onto ROM) to chainload EB 5.4.1 = on cluster nodes with LinuxBIOS. I created a rom image with just the default options for a LinuxBios elf = (changed the boot order, nothing else) and when I boot the resulting image I get the following from EB: Found Intel EtherExpressPro100 at 0XC000, ROM address 0X0000 Probing...[EEPRO100]Ethernet addr: 00:30:48:22:B7:3F Searching for server (DHCP)... ..Me: 192.168.1.253, Server: 192.168.1.1, Gateway 192.168.1.1 Loading 192.168.1.1:etherboot-5.4 ...(ELF)... ...................done CPU 1843 Mhz Etherboot 5.4.1 (GPL) http://etherboot.org Drivers: EEPRO100 Images: ELF =20 Protocols: DHCP TFTP=20 init_heap: No heap found. <abort> Any ideas? I have a working 5.4.1 rom image but it is in the normal PCBios format = and doesn't see my pci bus, so I can't boot from disk. -David |