Quote: |
Originally Posted by beachboy the drive is hde1
the boot in bios is cdrom first then c drive
it looks like grub to me | I would try this:
1. Boot to Linux using the boot floppy.
2. Use a text editor to open the file /boot/grub/grub.conf
3. Change one character, save and reboot.
In grub.conf, you will see at least one "script" with this format:
root (hdx,x)
kernel /<kernelFileName> root=/dev/hdxn
initrd /<initrdFileName>
The problem is in the "root=/dev/hdxn" part. That should be changed to hde1 if that is the partition of your root directory. Don't change anything else.
If you want to give this a trial run before changing it, you can do this:
Without the floppy, boot your system. As soon as you see the splashscreen, press an up/down arrow key to stop the coutdouwn timer. Scroll to select your Linux system and then press 'e' for edit. You should see the "script" I described above. Scroll to highlight the line that starts with "kernel" and press 'e' for edit. Change the "root=/dev..." part to "root=/dev/hde1" and press enter to accept the change and then 'b' to boot. If it works, open /boot/grub/grub.conf and edit the same way. Of course you must be logged in as root to edit the file.
__________________
/IMHO
//got nothin'
///this use to look better
|