Hi,
Using system commander, I cannot boot the 2nd disk, which is
originally as a master disk in another compuetr. The system commander
can recognize the disk. But, when I want to boot the linux on the 2nd
disk. System commander tells me that:
"The partition appears to have a defective boot record or OS has not
been installed yet, and it has been marked as a choice to boot. The
normal boot signature is missing."
So I boot the linux in the 1st disk. Mount the 2nd disk and modified
the liolo.conf. But the problem is still the same. It happens before
the lilo.
The following partition information is get using "fdisk -l". The odd
thing is that the type of the root partition of linux (/dev/hdb2) is
Amoeba (93), instead of Linux (83), while in system commander, the
type of this partition is ext2. Is it the reason that boot record is
not recognized by system commander?
#/sbin/fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 7299 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 2550 20482843+ 1c Hidden Win95 FAT32
(LBA)
/dev/hda2 * 2551 7299 38146342+ 5 Extended
/dev/hda5 2551 6374 30716248+ 7 HPFS/NTFS
/dev/hda6 * 6375 7267 7172991 83 Linux
/dev/hda7 7268 7299 257008+ 82 Linux swap
Disk /dev/hdb: 255 heads, 63 sectors, 1582 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 892 7164958+ 83 Linux
/dev/hdb2 893 1530 5124735 93 Amoeba
/dev/hdb3 1531 1582 417690 5 Extended
/dev/hdb5 1531 1582 417658+ 82 Linux swap
Thanks.
Bin