I just thought I would keep you up to date on my progress of trying to make this machine boot up Linux. I was able to create the tomsrtbt floppy boot disk on a windows 95 system by booting up to dos and running install.bat. Here is what I got.
1. I booted up the tomsrtbt disk and it went to boot:
pause for 15 seconds.
2. Loading bz2bzImage................
3. Press <Return> to see video modes available, <Space> to continue or wait for 30 seconds.
4. VFS: Insert root floppy and press Enter.
With the same floppy disk in it says.
5. Unable to handle kerner NULL pointer dereference at virtual address 00000008. Several Stack numbers and code: numbers came up and locked up the computer.
What do you think I should do now? I still don't know what type of Linux I'm dealing with or where I can enter commands to see what is actually on the hard drive at this point.
Main Topics
Browse All Topics





by: jleviePosted on 2002-10-22 at 21:58:06ID: 7358988
No idea what Linux distro? Okay, You need to look at the instructions in the FAQ (http://www.toms.net/rb/to msrtbt.FAQ ) for how to transfer it to a floppy. Once you have it on a floppy you'll have to boot the failed system with that floppy. The next thing I'd do is to see if the disk drive is still good. I'd use 'fdisk -l /dev/hda' (IDE system) or 'fdisk -l /dev/sda' (SCSI system) to see where the Linux partitions are. When I found those I'd try an fsck on each and see if the file systems are (or can be made) valid.
If the Linux partitions can be seen and fsck completes on each the next task to to find and mount the root file system (and the /usr file system if it is separate from /). When I find that and get it mounted on /mnt I'd do a 'chroot /mnt'. Then examine /etc/lilo.conf for correctness and /boot for the referenced kernel. If that looks okay I'd try to re-write the MBR with 'lilo'. That may restore the system to a bootable state.
There three probable causes of a system being in this state. One would be a hardware failure (MB, memory, or disk problem). Another would be corrupt file systems or deleted system files And the last would be a bad MBR. The procedure above will fix the MBR if that part of the drive is functional. Assuming the disk drive and file systems are good, it may be possible to get to the data by installing the drive in a funtional Linux system.