FS#10786 - ArchLive - Cannot boot over network with TFTP root
Attached to Project:
Release Engineering
Opened by Jonathan Liu (net147) - Monday, 30 June 2008, 08:17 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Thursday, 26 November 2009, 20:41 GMT
Opened by Jonathan Liu (net147) - Monday, 30 June 2008, 08:17 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Thursday, 26 November 2009, 20:41 GMT
|
Details
Description:
ArchLive cannot boot over network with TFTP root. I suspect the GRUB boot loader needs to be recompiled with DHCP and network support. Changing to GRUB command-line and typing "dhcp" displays the message "Error 27: Unrecognized command". The GRUB entry should have "dhcp" added as the first line before "root (nd)" to default to DHCP for obtaining network settings so the user doesn't have to manually add it in or add an entry like "ifconfig --address=192.168.0.2 --mask=255.255.255.0 --server=192.168.0.1" in the case where no DHCP server is available. Additional info: * Version: Arch Linux 2008.06 Overlord Steps to reproduce: 1. Boot ArchLive CD. 2. More Options... -> [EDIT ME] Diskless Boot (PXE / BOOTP) Output: Booting command-list root (nd) Error 23: Error while parsing number Press any key to continue... |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Thursday, 26 November 2009, 20:41 GMT
Reason for closing: None
Additional comments about closing: closing because seems moot by now + no response in a long time
Thursday, 26 November 2009, 20:41 GMT
Reason for closing: None
Additional comments about closing: closing because seems moot by now + no response in a long time
--enable-diskless \
--enable-{3c{5{03,07,09,29,95},90x},cs89x0,davicom,depca,eepro{,100}} \
--enable-{epic100,exos205,ni5210,lance,ne2100,ni{50,65}10,natsemi} \
--enable-{ne,ns8390,wd,otulip,rtl8139,sis900,sk-g16,smc9000,tiara} \
--enable-{tulip,via-rhine,w89c840}
Install ISO fix:
The install ISO needs "dhcp" added as the first entry so that the network is configured before it can boot over TFTP (a message in help detailing how to set up a static ip address for GRUB would be useful if there is no DHCP).
GRUB fix:
See comment dated Monday, 30 June 2008, 23:12 GMT+10.
Anyone want to look into this while I am Arch-less?