I have a 64-bit system.
After installing Jaunty, and rebooting I got the Error 15. So I boot back with the live cd. And tried various things.
First of all. fdisk -l gives me
My root partition is sdc7 with ext4 file system.
So I tried after booting to the live cd, I tried each of the following commands, rebooted, getting the same error and then back to the live cd to try the next command. The commands are the following.
Then I thought that I might need to install it in the first disk.
Nothing again and I tried with the grub command.
But none of all these times my problem fixed.
So I would like to ask If I miss something or if you have any idea on how can I fix my problem.
Thanx in advance for any reply.
After installing Jaunty, and rebooting I got the Error 15. So I boot back with the live cd. And tried various things.
First of all. fdisk -l gives me
Code:
Disk /dev/sda: 320.0 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x000a7ec2 Device Boot Start End Blocks Id System /dev/sda1 * 1 38913 312568641 7 HPFS/NTFS Disk /dev/sdb: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x0002a530 Device Boot Start End Blocks Id System /dev/sdb1 * 1 60801 488384001 83 Linux Disk /dev/sdc: 200.0 GB, 200049647616 bytes 255 heads, 63 sectors/track, 24321 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xed9eafe5 Device Boot Start End Blocks Id System /dev/sdc1 * 1 2611 20972826 7 HPFS/NTFS /dev/sdc2 * 2612 24321 174385575 f W95 Ext'd (LBA) /dev/sdc5 8096 24321 130335313+ 7 HPFS/NTFS /dev/sdc6 2612 3109 4000122 82 Linux swap / Solaris /dev/sdc7 3110 8095 40050013+ 83 Linux Partition table entries are not in disk order.
So I tried after booting to the live cd, I tried each of the following commands, rebooted, getting the same error and then back to the live cd to try the next command. The commands are the following.
Code:
sudo su - mkdir tp mount /dev/sdc7 tp/ grub-install --root-directory=tp/boot --recheck /dev/sdc
Code:
sudo su - mkdir tp mount /dev/sdc7 tp/ grub-install --root-directory=tp/boot --recheck /dev/sda
Code:
sudo su - grub > find /boot/grub/stage1 find /boot/grub/stage1 (hd2,6) > root (hd2,6) root (hd2,6) > setup (hd2) setup (hd2) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd2)"... 17 sectors are embedded. succeeded Running "install /boot/grub/stage1 (hd2) (hd2)1+17 p (hd2,6)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded Done. >quit
So I would like to ask If I miss something or if you have any idea on how can I fix my problem.
Thanx in advance for any reply.
Comment