> I have a 386 PC with a working
> /dev/hda1 (linux)
> /dev/hda2 (dos)
> These are some steps I followed in transferring:
> fdisk each partition
> format each partition. The dos Partition was formatted as /s
There are a couple of things to look at here. Check that the new LinuxQuote:> After removing the old IDE, I can boot up the system using a boot floppy
> with root filesystem /dev/sda1, but I cannot boot the PC off of the MBR.
> All I get is LI and not the complete LILO.
> I have tried installing lilo several times through the setup cursor based
fs is set to linux native and that it is a bootable partition, look for
the "+" next to the blocks count. From the way your prompt looks, (
getting to the LI state ) I'm guessing that it is just a lilo install
problem. Check your /etc/lilo.conf and see that it looks something
like.....
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
#compact # faster, but won't work on all systems.
delay = 15
vga = normal # force sane state
ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /vmlinux
root = /dev/sda1
label = Linux-1.2.13
read-only # Non-UMSDOS filesystems should be mounted read-only for
checking
# Linux bootable partition config ends
check that your image is the same as the file you have, ( /vmlinuz,
/vmlinux, /zImage or whatever ). Also check that the root device is
correct for you, ( /dev/sda1 for the first partition etc). Then cd to /
and rerun lilo to install the boot loader.
Hope this helps,
Simon.
--
--------------------------------------------------------------------
| Simon Wing-Tang |
| Systems Administrator |
| Telstra Learning " If at first you don't succeed.. |
| http://www.alexia.net.au/~www/swt |
| PH: 613-9295-4223 |
--------------------------------------------------------------------