On Mon, 18 Dec 2000, Kenny Donahue wrote:
> The problem is Linux will not boot. After the reboot, Windows 98 comes
> right up with no sigh of lilo.
Are you sure the installer is installing LILO on the MBR? Perhaps it is
installing it on the boot sector of the root filesystem? In that case, you
will need to set that partition active.
NOTE: If that does not work, you will need a bootable diskette and a
partition table editor (FDISK) to return your Windows C: partition to active
status.
> Also, if I use the boot disk, i get an 0x10 error.
From LILO? You have a bad floppy. 0x10 means "CRC error".
On Wed, 20 Dec 2000, Kenny Donahue wrote:
> ... Boot disk that came with RH 7 and go into Rescue mode ... The problem
> now is mount from the rescue disk has some magic switches because from
> what I'm told it is different then the normal mount command. ...
Yah, Red Hat built a custom mount command, for whatever reason.
Syntax is "mount -t <fstype> <device> <mount_point>"
"fstype" should be "ext2".
"device" can either be a full path to a pre-existing device node, or just
the short device name, in which case Red Hat's mount will create a temporary
node to mount the filesystem.
Examples:
mount -t ext2 /dev/hda1 /mnt/tmp
mount -t msdos hda3 /mnt/win
> Also, I need to add switches to the lilo command (-r ?) .
Say you mount your HDD root filesystem on "/mnt/tmp". To run LILO for that
disk, use "lilo -r /mnt/tmp".
--
Ben Scott <[EMAIL PROTECTED]>
Net Technologies, Inc. <http://www.ntisys.com>
Voice: (800)905-3049 x18 Fax: (978)499-7839
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************