greetings… well heres the predicament i find myself in…
i bought an external usb harddrive, which i needed to format, so i did it using gparted and my laptop (which is running suse 11)… the drive formatted properly but now my laptop wont boot and i get some type of command line that is in red and says (repair filesystem) – im at a loss as to what commands to give in order to repair system… can anyone share any ideas? thanks in advance… albee
no it is not my boot drive… it was formatted in ntfs and my laptop wouldnt recognize it, so i formatted it to fat using gparted… i only wanted the usb drive for backup… i think that when i used gparted it umounted my boot drive…
ok… im in failsafe mode for gparted and opened a term sess and typed fdisk-l… its showing that /dev/hda2 is my boot when it should be hda5… how do i change that?
sorry if i seem in a hurry… im just eager to get this problem fixed… and i greatly appreciate your help… i am downloading pm now and will get into term sess and post back… thanks again…
Please follow this. Remember this is a sample, and you need to place your values in place of the examples:
In the terminal do this:
You enter this ---------------- grub Computer returns like this ---- grub>
You enter this ---------------- find /boot/grub/menu.lst
Computer returns like this ---- (hd0,5)
Here, (hd0,5) is Grub's pointer to my openSUSE installation. Your pointer will be different from my example (hd0,5). Substitute your values for my example (hd0,5). Now that you have the pointer, proceed like this:
You enter this ---------------- root (hd0,5)
Computer returns like this ---- Filesystem type is ext2fs, partition type 0x83
You enter this ---------------- setup (hd0)
You see several lines like this --- Checking if /boot/grub/stage1 exists ... yes Computer finally returns this-- Succeeded.......Done
You enter this ---------------- quit
You enter this ---------------- reboot