For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > Rescue Disk

Rescue Disk

Created by dave. Last edited by dave, 16 years and 290 days ago. Viewed 4,430 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Rescue disk

Here's how you make it work:

  • get the install CDROM.
  • at the syslinux prompt, type: linux rescue
  • follow through all the prompts, and let it mount the linux partitions.
  • at the shell, type: chroot /tmp/syslinux (or whatever the command is, the system will tell you)
  • do a df -k to see what device you are using for / (on the dell, it was sda1)
  • do a grub-install with the appropriate device name (without the partition number)
# grub-install /dev/sda
  • reboot
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt