LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mondo-rescue restore onto system with Win2K (https://www.linuxquestions.org/questions/linux-general-1/mondo-rescue-restore-onto-system-with-win2k-122534/)

Jondalar 12-04-2003 12:22 AM

Mondo-rescue restore onto system with Win2K
 
trying to configure 8 Dell systems that are identical with Fedora Core1 and Win2K on each, two SCSI Hard drives in each, one for Win2K and one for Fedora Core. All systems have Win2K installed, setup Fedora on one, then used Mondo-Rescue to create a set of CD's, booted off CD, restored the Linux to 2nd PC, but now won't boot at all. Can anyone help? I suspect it's not got Grub but i don't know how to install that separately.:mad:

iainr 12-04-2003 05:05 AM

Hi Jondalar,

To configure grub you need to somehow boot up using a separate method. The simplest way would be to boot from a CD, get the bootsector from a working system and restore it onto your system (you need to check that the partition names are the same or this won't work, and I'm not 100% sure that it will anyway).

To back up the bootsector : dd if=/dev/hda of=bootsector.bin bs=512 count=1

To restore the bootsector : dd if=bootsector.bin of=/dev/hda bs=512 count=1
Since you have SCSI drives, drive name won't be hda so amend as needed.

Alternatively, you could try redoing grub or lilo from scratch having booted from Knoppix or using a CD to boot your Fedora install from (you can do this with Mandrake, don't know about Fedora).

MondoRescue certainly can back up and restore boot sectors so if yours didn't its probably something you missed in your backup options.

If all else fails, there's a good message board over at the MondoRescue website where the developers can help you out in case it is a Mondo issue.


All times are GMT -5. The time now is 03:33 AM.