"I can boot from the CD and eter rescue mode console. The root doesnt seem to be the root of my hd though. If i look for lilo or ld.so.conf in the usual places they do not exist. If i then mount my mandrake drive and look inside that then all the files are there."
You can use the chroot command to switch to your Mandrake / partition. For example, if your / partition is /dev/hdb1 then issue:
mkdir /horse
mount -t ext3 /dev/hdb1 /horse
chroot /horse
see man chroot
"Is the rescue console a virtual drive for rescue purposes? If i try to edit ld.so.conf after mounting i get access denied."
You cannot edit anything on the CD-ROM as it is a read only device. Mount your Mandrake / partition on a directory, for example /horse, and then edit the ld.so.conf on your Mandrake / partition.
mkdir /horse
mount -t ext3 /dev/hdb1 /horse
vi /horse/etc/ld.so.conf
"Also can i boot mandrake from this rescue disk. Like mount the hd and go in and execute a file that start KDE or GNOME or something?"
Maybe. The boot scripts for the rescue CD are not the same as the boot scripts on your Mandrake system. So you can chroot to your Mandrake / partition and try to start KDE or Gnome. It may or may not work. The thing to do is chroot to your Mandrake / partition and fix Mandrake so it will boot. Then reboot.
----------------------------
Steve Stites
Last edited by jailbait; 02-10-2005 at 09:53 PM.
|