Boot from LAN hängt beim Kernel
Florian Schwarz
floh at linland.de
Tue Dec 21 22:13:20 CET 2004
Jan-Benedict Glaw schrieb:
>>Florian Schwarz wrote:
>
>>>Woran könnte das liegen?
>>
>>CONFIG_ROOT_NFS=y gesetzt?
>>CONFIG_IP_PNP_DHCP=y gesetzt?
>
> Davon abgesehen fehlt "root=/dev/nfs" in der Kernel-Kommandozeile...
Optimal, danke, die Kernel Einstellungen fehlten. Jetzt habe ich bloß
ein anderes Problem: Ich will LinVDR (ne Mini VDR Distri) starten und
bekomme beim Booten Fehlermeldungen, die ich nicht ganz zuordnen kann
weil der Bildschirm von nem Fortschrittsbalken "messed up" wird. Was ich
sehen kann ist:
"Network is unreachable"
"portmap: command not found"
"cannot redirect standard input from /dev/null"
Schuld ist IMHO folgende Stelle im Bootscript. Es scheint als wenn der
irgendwie mit /dev nen Problem hat...
------8<------
execute() {
OLDIFS=$IFS
IFS=""
echo $* >/dev/tty13 2>/dev/tty13
$* >/dev/tty13 2>/dev/tty13
IFS=$OLDIFS
}
------>8------
Any hint is greatly appreciated!!
Floh
More information about the Linux
mailing list