* [parisc-linux] E25 lock-up during boot. [not found] <20010217134443.B0E4081DD@dsl2.external.hp.com> @ 2001-02-18 1:09 ` Scott Eggert 2001-02-18 1:52 ` Matthew Wilcox 2001-02-19 8:34 ` Florent Guiliani 0 siblings, 2 replies; 6+ messages in thread From: Scott Eggert @ 2001-02-18 1:09 UTC (permalink / raw) To: parisc-linux I am attempting to ge PA installed on a HP9000 E25. I am able to boot from the 0.5 CD image, however it locks-up during the boot. Any ideas? Here is the boot output: Main Menu: Enter command or menu > bo 56/52.4 Interact with IPL (Y or N)?> n Booting... Boot IO Dependent Code (IODC) revision 4 HARD Booted. palo ipl bame@noam Tue Oct 31 14:18:02 MST 2000 0/vmlinux 2140145 bytes @ 0x6f9800 0/palo-cmdline '0/vmlinux ROOT=/ TERM=LINUX root=/dev/scd0' Kernel: partition 0 file /vmlinux ELF32 executable Entry 00100150 first 00100000 n 4 Segment 0 load 00100000 size 1460344 mediaptr 0x1000 Segment 1 load 00266000 size 179048 mediaptr 0x166000 Segment 2 load 00294000 size 109876 mediaptr 0x192000 Segment 3 load 002b0000 size 8192 mediaptr 0x1ad000 branching to kernel entry point 0x00100150 Set default PSW W bit to 0 PDC Console Initialized The 32-bit Kernel has started... Enabled FP coprocessor Free memory starts at: 0xc02da000 (0x504d6c,0x504d6c,0x0,0x0) PALO command line: 'ROOT=/ TERM=LINUX root=/dev/scd0' PALO initrd 0-0 model 00004800 00000481 00000000 00000000 76d05eab 100000f0 00000004 00000072 00000072 vers 0000000b CPUID vers 0 rev 0 Searching for devices in PDC firmware... processor hpa 0xfffbe000 a newer box... Found devices: 1. Orville UX Core BA (11) at 0xf0100000, versions 0x12, 0x0, 0x81, 0x0, 0x0 2. Orville Core Lan (802.3) (10) at 0xf0107000, versions 0x12, 0x0, 0x8a, 0x0, 0 x0 That's a total of 2 devices. No CPUs reported by firmware - probing... Found CPU at fffbe000 CPU(s): 1 x PA7100LC (PCX-L) at 48.000000 MHz Linux version 2.4.0-test6 (pjlahaie@elenuial.thepuffingroup.com) (gcc version 2. 96 20000925 (experimental)) #32 Mon Nov 6 10:20:58 EST 2000 free_bootmem(0x2dc000, 0xfd24000) initrd: 00000000-00000000 pagetable_init On node 0 totalpages: 65536 zone(0): 32768 pages. zone(1): 32768 pages. zone(2): 0 pages. Kernel command line: ROOT=/ TERM=LINUX root=/dev/scd0 trap_init Calibrating delay loop... 47.82 BogoMIPS Memory: 254336k available Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes) Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes) Page-cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX Lasi version 0 at 0xf0100000 found. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [parisc-linux] E25 lock-up during boot. 2001-02-18 1:09 ` [parisc-linux] E25 lock-up during boot Scott Eggert @ 2001-02-18 1:52 ` Matthew Wilcox 2001-02-18 10:39 ` Helge Deller 2001-02-19 8:34 ` Florent Guiliani 1 sibling, 1 reply; 6+ messages in thread From: Matthew Wilcox @ 2001-02-18 1:52 UTC (permalink / raw) To: Scott Eggert; +Cc: parisc-linux On Sat, Feb 17, 2001 at 07:09:37PM -0600, Scott Eggert wrote: > I am attempting to ge PA installed on a HP9000 E25. I am able to boot > from the 0.5 CD image, however it locks-up during the boot. Any ideas? Which part of `E class is not supported' is hard to understand? :-) > Searching for devices in PDC firmware... processor hpa 0xfffbe000 > a newer box... > Found devices: > 1. Orville UX Core BA (11) at 0xf0100000, versions 0x12, 0x0, 0x81, 0x0, 0x0 > 2. Orville Core Lan (802.3) (10) at 0xf0107000, versions 0x12, 0x0, 0x8a, 0x0, 0 > x0 > That's a total of 2 devices. > No CPUs reported by firmware - probing... > Found CPU at fffbe000 > POSIX conformance testing by UNIFIX > Lasi version 0 at 0xf0100000 found. Having said that, I bet this is the same problem as FAQ 9: I'm booting parisc linux on an early Series 700 workstation, and the machine hangs after printing: ASP version 1 at ..... found What's going on? This was a bug in the parallel port driver, which was fixed in CVS on 2000-11-29. You can workaround the problem by using a newer kernel or by reconfiguring your kernel and removing support for the parallel port (CONFIG_PARPORT_GSC). But... there's no Lasi in an E-class. Something's wrong with our detection routines, perhaps. I admit to being curious about the `Core Lan' that's reported -- maybe it'll work. -- Revolutions do not require corporate support. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [parisc-linux] E25 lock-up during boot. 2001-02-18 1:52 ` Matthew Wilcox @ 2001-02-18 10:39 ` Helge Deller 2001-02-19 8:44 ` Florent Guiliani 0 siblings, 1 reply; 6+ messages in thread From: Helge Deller @ 2001-02-18 10:39 UTC (permalink / raw) To: Matthew Wilcox, Scott Eggert; +Cc: parisc-linux On Sunday 18 February 2001 02:52, Matthew Wilcox wrote: > On Sat, Feb 17, 2001 at 07:09:37PM -0600, Scott Eggert wrote: > > I am attempting to ge PA installed on a HP9000 E25. I am able to boot > > from the 0.5 CD image, however it locks-up during the boot. Any ideas? > > Which part of `E class is not supported' is hard to understand? :-) > > > Searching for devices in PDC firmware... processor hpa 0xfffbe000 > > a newer box... > > Found devices: > > 1. Orville UX Core BA (11) at 0xf0100000, versions 0x12, 0x0, 0x81, 0x0, > > 0x0 2. Orville Core Lan (802.3) (10) at 0xf0107000, versions 0x12, 0x0, > > 0x8a, 0x0, 0 x0 > > That's a total of 2 devices. > > No CPUs reported by firmware - probing... > > Found CPU at fffbe000 > > POSIX conformance testing by UNIFIX > > Lasi version 0 at 0xf0100000 found. > > Having said that, I bet this is the same problem as FAQ 9: > > I'm booting parisc linux on an early Series 700 workstation, and the > machine hangs after printing: > > ASP version 1 at ..... found > > What's going on? > > This was a bug in the parallel port driver, which was fixed in CVS on > 2000-11-29. You can workaround the problem by using a newer kernel or The FAQ is wrong at this point. You will need a kernel which is newer than 2001-02-16 (http://lists.parisc-linux.org/pipermail/parisc-linux-cvs/2001-February/028548.html) Maybe I should fix the FAQ again ASAP :-) > by reconfiguring your kernel and removing support for the parallel port > (CONFIG_PARPORT_GSC). > > > But... there's no Lasi in an E-class. Something's wrong with our detection > routines, perhaps. I admit to being curious about the `Core Lan' that's > reported -- maybe it'll work. ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [parisc-linux] E25 lock-up during boot. 2001-02-18 10:39 ` Helge Deller @ 2001-02-19 8:44 ` Florent Guiliani 2001-02-19 17:21 ` Matthew Wilcox 0 siblings, 1 reply; 6+ messages in thread From: Florent Guiliani @ 2001-02-19 8:44 UTC (permalink / raw) To: 'Helge Deller', 'Matthew Wilcox', 'Scott Eggert' Cc: parisc-linux How to replace the kernel by a newer in a bootable ISO file ? > -----Message d'origine----- > De : parisc-linux-admin@lists.parisc-linux.org > [mailto:parisc-linux-admin@lists.parisc-linux.org]De la part de Helge > Deller > Envoyé : dimanche 18 février 2001 11:40 > À : Matthew Wilcox; Scott Eggert > Cc : parisc-linux@lists.parisc-linux.org > Objet : Re: [parisc-linux] E25 lock-up during boot. > > > On Sunday 18 February 2001 02:52, Matthew Wilcox wrote: > > On Sat, Feb 17, 2001 at 07:09:37PM -0600, Scott Eggert wrote: > > > I am attempting to ge PA installed on a HP9000 E25. I am > able to boot > > > from the 0.5 CD image, however it locks-up during the > boot. Any ideas? > > > > Which part of `E class is not supported' is hard to understand? :-) > > > > > Searching for devices in PDC firmware... processor hpa 0xfffbe000 > > > a newer box... > > > Found devices: > > > 1. Orville UX Core BA (11) at 0xf0100000, versions 0x12, > 0x0, 0x81, 0x0, > > > 0x0 2. Orville Core Lan (802.3) (10) at 0xf0107000, > versions 0x12, 0x0, > > > 0x8a, 0x0, 0 x0 > > > That's a total of 2 devices. > > > No CPUs reported by firmware - probing... > > > Found CPU at fffbe000 > > > POSIX conformance testing by UNIFIX > > > Lasi version 0 at 0xf0100000 found. > > > > Having said that, I bet this is the same problem as FAQ 9: > > > > I'm booting parisc linux on an early Series 700 workstation, and the > > machine hangs after printing: > > > > ASP version 1 at ..... found > > > > What's going on? > > > > This was a bug in the parallel port driver, which was fixed > in CVS on > > 2000-11-29. You can workaround the problem by using a newer > kernel or > > The FAQ is wrong at this point. > You will need a kernel which is newer than 2001-02-16 > (http://lists.parisc-linux.org/pipermail/parisc-linux-cvs/2001 > -February/028548.html) > Maybe I should fix the FAQ again ASAP :-) > > > by reconfiguring your kernel and removing support for the > parallel port > > (CONFIG_PARPORT_GSC). > > > > > > But... there's no Lasi in an E-class. Something's wrong > with our detection > > routines, perhaps. I admit to being curious about the > `Core Lan' that's > > reported -- maybe it'll work. > > > _______________________________________________ > parisc-linux mailing list > parisc-linux@lists.parisc-linux.org > http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [parisc-linux] E25 lock-up during boot. 2001-02-19 8:44 ` Florent Guiliani @ 2001-02-19 17:21 ` Matthew Wilcox 0 siblings, 0 replies; 6+ messages in thread From: Matthew Wilcox @ 2001-02-19 17:21 UTC (permalink / raw) To: Florent Guiliani Cc: 'Helge Deller', 'Matthew Wilcox', 'Scott Eggert', parisc-linux On Mon, Feb 19, 2001 at 09:44:35AM +0100, Florent Guiliani wrote: > How to replace the kernel by a newer in a bootable ISO file ? you'll need another linux machine around for this, but: edit /etc/exports to export /tftpboot to your PA box mount the cd inside /tftpboot create a symlink from the cd to the ip address of the machine (eg ln -s cd 192.168.2.56) set up bootp/tftp or rbootd (depending on the age of your machine) et voila. -- Revolutions do not require corporate support. ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [parisc-linux] E25 lock-up during boot. 2001-02-18 1:09 ` [parisc-linux] E25 lock-up during boot Scott Eggert 2001-02-18 1:52 ` Matthew Wilcox @ 2001-02-19 8:34 ` Florent Guiliani 1 sibling, 0 replies; 6+ messages in thread From: Florent Guiliani @ 2001-02-19 8:34 UTC (permalink / raw) To: 'Scott Eggert', parisc-linux; +Cc: Nicolas Parpandet (E-mail) I have exactly the same problem! > -----Message d'origine----- > De : parisc-linux-admin@lists.parisc-linux.org > [mailto:parisc-linux-admin@lists.parisc-linux.org]De la part de Scott > Eggert > Envoyé : dimanche 18 février 2001 02:10 > À : parisc-linux@lists.parisc-linux.org > Objet : [parisc-linux] E25 lock-up during boot. > > > I am attempting to ge PA installed on a HP9000 E25. I am > able to boot from the > 0.5 CD image, however it locks-up during the boot. Any ideas? > > Here is the boot output: > > Main Menu: Enter command or menu > bo 56/52.4 > Interact with IPL (Y or N)?> n > > Booting... > Boot IO Dependent Code (IODC) revision 4 > > > HARD Booted. > palo ipl bame@noam Tue Oct 31 14:18:02 MST 2000 > 0/vmlinux 2140145 bytes @ 0x6f9800 > 0/palo-cmdline '0/vmlinux ROOT=/ TERM=LINUX root=/dev/scd0' > Kernel: partition 0 file /vmlinux > ELF32 executable > > Entry 00100150 first 00100000 n 4 > Segment 0 load 00100000 size 1460344 mediaptr 0x1000 > Segment 1 load 00266000 size 179048 mediaptr 0x166000 > Segment 2 load 00294000 size 109876 mediaptr 0x192000 > Segment 3 load 002b0000 size 8192 mediaptr 0x1ad000 > branching to kernel entry point 0x00100150 > Set default PSW W bit to 0 > PDC Console Initialized > The 32-bit Kernel has started... > Enabled FP coprocessor > Free memory starts at: 0xc02da000 > (0x504d6c,0x504d6c,0x0,0x0) > PALO command line: 'ROOT=/ TERM=LINUX root=/dev/scd0' > PALO initrd 0-0 > model 00004800 00000481 00000000 00000000 76d05eab 100000f0 > 00000004 00000072 > 00000072 > vers 0000000b > CPUID vers 0 rev 0 > Searching for devices in PDC firmware... processor hpa 0xfffbe000 > a newer box... > Found devices: > 1. Orville UX Core BA (11) at 0xf0100000, versions 0x12, 0x0, > 0x81, 0x0, 0x0 > 2. Orville Core Lan (802.3) (10) at 0xf0107000, versions > 0x12, 0x0, 0x8a, 0x0, 0 > x0 > That's a total of 2 devices. > No CPUs reported by firmware - probing... > Found CPU at fffbe000 > CPU(s): 1 x PA7100LC (PCX-L) at 48.000000 MHz > Linux version 2.4.0-test6 > (pjlahaie@elenuial.thepuffingroup.com) (gcc version 2. > 96 20000925 (experimental)) #32 Mon Nov 6 10:20:58 EST 2000 > free_bootmem(0x2dc000, 0xfd24000) > initrd: 00000000-00000000 > pagetable_init > On node 0 totalpages: 65536 > zone(0): 32768 pages. > zone(1): 32768 pages. > zone(2): 0 pages. > Kernel command line: ROOT=/ TERM=LINUX root=/dev/scd0 > trap_init > Calibrating delay loop... 47.82 BogoMIPS > Memory: 254336k available > Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes) > Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes) > Page-cache hash table entries: 65536 (order: 6, 262144 bytes) > Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) > POSIX conformance testing by UNIFIX > Lasi version 0 at 0xf0100000 found. > > > > > > > > _______________________________________________ > parisc-linux mailing list > parisc-linux@lists.parisc-linux.org > http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-02-19 17:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20010217134443.B0E4081DD@dsl2.external.hp.com>
2001-02-18 1:09 ` [parisc-linux] E25 lock-up during boot Scott Eggert
2001-02-18 1:52 ` Matthew Wilcox
2001-02-18 10:39 ` Helge Deller
2001-02-19 8:44 ` Florent Guiliani
2001-02-19 17:21 ` Matthew Wilcox
2001-02-19 8:34 ` Florent Guiliani
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox