Code Listing 3.3: Booting a CD-ROM using SRM (If you need serial console support) >>> boot dkb0 -flags 2 Should be (If you need serial console support) >>> boot dkb0 -flags 1 Reproducible: Always Steps to Reproduce: 1. boot <boot device> -fl 2 will fail 2. boot <boot device> -fl i 3. l to list available kernels, you will see that there are two; 0 and 1. 4 Actual Results: Boot will fail if flag "2" is given Expected Results: boot fails change documentation to reflect correct boot flag for serial console installations.
CCing the Alpha team: Guys, can you comment on this? This true for all Alpha machines? Thanks!
Yes, -flags 2 is a remnant of the days when we had both 2.4 and 2.6 kernels (0 was 2.6 with vga console, 1 was 2.4 (idem), 2 was 2.6 with serial console and 2.4/serial). I /think/ a fix for this is in the patch I sent you a while ago, but I may be wrong. That said, the correct value would be "1".
Thanks for reporting, and thanks to klausman for confirming. Fixed in CVS.