LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   Unable to boot up window 7 after installing fedora 12 in dual mode. (https://www.linuxquestions.org/questions/fedora-installation-39/unable-to-boot-up-window-7-after-installing-fedora-12-in-dual-mode-787764/)

linux83 02-08-2010 07:35 AM

Unable to boot up window 7 after installing fedora 12 in dual mode.
 
hi, i have installed fedora 12(from dvd) on my laptop having window 7 OS as deafult(intel processor i330)
I wanted dual boot up, so I shrink the existing C partition using window using Disk Management. And then delete the newly created volume.
And install feora 12(64 bit) with option "using free space".
Clean installation of fedora.

But when I tried to boot window it is showing "No C drive exist".

Although from linux all hardrive is coming as one file system and all data on Drive are intact i.e not data is lost.

I have tried twice with same result.

Is there any issue with new type of processor?

anybody have idea why its happening like this and how install fedora keeping Window 7 as well(dual boot).

amani 02-08-2010 12:35 PM

In Fedora do

#su
<root passwd>
#parted

>print all


post output

linux83 02-08-2010 12:54 PM

This is the output for the command /sbin/fdisk -l:
[root@VIVEK vivek]# /sbin/fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9ea24b00

Device Boot Start End Blocks Id System
/dev/sda1 1 1772 14227456 27 Unknown
/dev/sda2 1772 1785 102400 7 HPFS/NTFS
/dev/sda3 1785 35089 267518976 7 HPFS/NTFS
/dev/sda4 35089 38914 30720000 f W95 Ext'd (LBA)
/dev/sda5 * 35090 35115 204800 83 Linux
/dev/sda6 35115 38439 26700799+ 8e Linux LVM

Disk /dev/dm-0: 22.0 GB, 22036873216 bytes
255 heads, 63 sectors/track, 2679 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 5301 MB, 5301600256 bytes
255 heads, 63 sectors/track, 644 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-1 doesn't contain a valid partition table
[root@VIVEK vivek]# ^C
[root@VIVEK vivek]# ^C

amani 02-08-2010 01:02 PM

use gparted or qtparted to make sda1 bootable

and

#su
...
#grub-install /dev/sda

linux83 02-08-2010 01:03 PM

here is the output of the command parted:

[root@VIVEK vivek]# parted
GNU Parted 1.9.0
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.vivek@VIVEK ~]$ su
Password:
[root@VIVEK vivek]# parted
GNU Parted 1.9.0
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print all
Model: ATA TOSHIBA MK3263GS (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1049kB 14.6GB 14.6GB primary ntfs
2 14.6GB 14.7GB 105MB primary ntfs
3 14.7GB 289GB 274GB primary ntfs boot
4 289GB 320GB 31.5GB extended lba
5 289GB 289GB 210MB logical ext4 boot
6 289GB 316GB 27.3GB logical lvm


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_vivek-lv_swap: 5302MB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number Start End Size File system Flags
1 0.00B 5302MB 5302MB linux-swap(v1)


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_vivek-lv_root: 22.0GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number Start End Size File system Flags
1 0.00B 22.0GB 22.0GB ext4


(parted)

(parted) print all
Model: ATA TOSHIBA MK3263GS (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1049kB 14.6GB 14.6GB primary ntfs
2 14.6GB 14.7GB 105MB primary ntfs
3 14.7GB 289GB 274GB primary ntfs boot
4 289GB 320GB 31.5GB extended lba
5 289GB 289GB 210MB logical ext4 boot
6 289GB 316GB 27.3GB logical lvm


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_vivek-lv_swap: 5302MB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number Start End Size File system Flags
1 0.00B 5302MB 5302MB linux-swap(v1)


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_vivek-lv_root: 22.0GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number Start End Size File system Flags
1 0.00B 22.0GB 22.0GB ext4


(parted)

linux83 02-09-2010 08:08 AM

Hi Amani... Thanks for your support.
Problem is now fixed by replacing
title Other
rootnoverify (hd0,1)
chainloader +1

in grub file with

title window7
rootnoverify (hd0,1)
makeactive
chainloader +1

now window is able to boot up and linux is also working fine.


All times are GMT -5. The time now is 07:07 PM.