Displaying 2 results from an estimated 2 matches for "vr5000".
Did you mean:
r5000
2003 Apr 06
1
graphich bootscreen howto ???
...to get a graphical-image(lss16) to be displayed during the
booting of kernel and filesystem.
I have my console redirected to COM1 (SERIAL 0 9600):
syslinux.cfg:
default linux
prompt 1
timeout 20
SERIAL 0 9600
display boot.msg
label linux
kernel linux
append root=/dev/nfs rw mem=192M initrd=vr5000.tgz
The image is displayed a very short time, and then the screen i cleared and
the following the following is shown on VGA-display:
Uncompressing Linux... Ok, booting the kernel.
This is then shown on serial port:
boot:
Loading linux...............
Loading vr5000.tgz...
Ready.
Linux version...
2003 Apr 06
6
FW: graphich bootscreen howto ???
...l and filesystem.
> I have my console redirected to COM1 (SERIAL 0 9600):
>
> syslinux.cfg:
>
> default linux
> prompt 1
> timeout 20
>
> SERIAL 0 9600
>
> display boot.msg
>
> label linux
> kernel linux
> append root=/dev/nfs rw mem=192M initrd=vr5000.tgz
>
> The image is displayed a very short time, and then the screen i cleared
and
> the following the following is shown on VGA-display:
>
> Uncompressing Linux... Ok, booting the kernel.
>
> This is then shown on serial port:
>
> boot:
> Loading linux............