Search this site
powered by FreeFind |
|
#Fdisk for SCSI controller | #Fdisk for Array Controller |
fdisk -l /dev/sda | fdisk -l /dev/ida/c0d0 |
#F10 on SCSI controller | #F10 on Array Controller |
other=/dev/sda3 label=F10 table=/dev/sda |
other=/dev/ida/c0d0p3 label=F10 table=/dev/ida/c0d0 |
Non-System disk or disk error replace and strike any key when ready _To remedy this, use fdisk to mark the /boot partition active.
Missing operating systemTo remedy this, check /etc/lilo.conf, run /sbin/lilo to install a new boot sector on the /boot partition.
#Reports from SCSI controller | #Reports from Array Controller |
cat /etc/fstab >/tmp/fstab.out cat /etc/lilo.conf >/tmp/liloconf.out fdisk -l /dev/sda >/tmp/fdisk.out |
cat /etc/fstab >/tmp/fstab.out cat /etc/lilo.conf >/tmp/liloconf.out fdisk -l /dev/ida/c0d0 >/tmp/fdisk.out |
#MBR on SCSI controller | #MBR on Array Controller | |
dd if=/dev/sda of=/tmp/sda.sav bs=512 count=1 |
dd if=/dev/ida/c0d0 of=/tmp/c0d0.sav bs=512 count=1 |
#Reports and MBR from SCSI controller | #Reports and MBR from Array Controller |
mount /mnt/floppy
cp /tmp/fstab.out /mnt/floppy cp /tmp/liloconf.out /mnt/floppy cp /tmp/fdisk.out /mnt/floppy cp /bin/dd /mnt/floppy |
mount /mnt/floppy
cp /tmp/fstab.out /mnt/floppy cp /tmp/liloconf.out /mnt/floppy cp /tmp/fdisk.out /mnt/floppy cp /bin/dd /mnt/floppy |
mkfs /dev/fd0 mount -t ext2 /dev/fd0 /mnt/floppy cp /tmp/*.out /mnt/floppy cp /tmp/MBR.sav /mnt/floppyYou will need to find a suitable place to move LILO to. Check the section labeled LILO and F10 Troubleshooting for help in determining the best choice for you.
Search this site
powered by FreeFind |
|