View Single Post
Old 03-09-2005, 08:10 PM   #1 (permalink)
phukraut
Addict
 
Kernel Panic on installing FreeBSD 5.3 for i386.

Maybe someone here can help me out. I wanted to try out FreeBSD, so I have been trying to install 5.3 for i386 on a crappy P1 with 64MB RAM and a BIOS that is borked in that it can't boot from CD-ROM though it says it can.

What I have done:
1. Created the necessary boot floppy disks via fdimage.exe from MSDOS (3 disks: 1 boot and 2 kernel).
2. Booted from the first floppy and went through the process of swapping the disks as ordered by the loader until the FBSD run screen came up.
3. Started FreeBSD.

What happened:
After probing all (I think) the devices, I got a kernel panic. Here are some of the details of that (it looks serious):

Code:
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x0
fault code = supervisor read, page not present
instruction pointer = 0x8:0x0
stack pointer = 0x10:0xc1021d50
frame pointer = 0x10:0xc1021d60

(. . . and so on until . . .)

panic: page fault
Uptime: 1s
Cannot dump. No dump device defined.
In order to determine if my PC was screwed up royally or if BSD just wasn't playing nice with it, i tried to run <a href="http://www.toms.net/rb/">tomsrtbt-2.0.103 Linux</a>. I was successful---no panic. I'm still very new to *NIX (I have only a tiny bit of experience with ArchLinux). Can someone point me in the right direction here? What's the problem?

Last edited by phukraut; 03-09-2005 at 08:13 PM..
phukraut is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76