Quote:
Originally Posted by tommcd
Can you give us some more details? Did you install Ubuntu alongside Windows so you could dual boot both Windows and Ubuntu? If so is there an option to boot Windows in the grub menu when the computer boots up? Can you boot Windows at all?
Or when you installed Ubuntu did you select "autopartition" or "use entire disk" or whatever it says.
Post the output of "sudo fdisk -l". This will list your partitions on the drives.
Also post the output of "cat /etc/fstab". This will list you partitions, mount points, and file system types so we can know how to tell you how to mount your Windows partitions.
|
Hi Yes i did Install Ubuntu along side windows, and it does give me the option to boot windows in the grub menu, but then i am unable to use windows as my PC automatically restarts
and here are the details you requested
1
"sudo fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe3d1e3d1
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 9729 57665317+ f W95 Ext'd (LBA)
/dev/sda5 2551 5100 20482843+ 7 HPFS/NTFS
/dev/sda6 5101 7650 20482843+ 7 HPFS/NTFS
/dev/sda7 9605 9729 1003999+ 82 Linux swap / Solaris
/dev/sda8 7651 9604 15695473+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbdd4b0b6
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9964 80035798+ 7 HPFS/NTFS
2
"cat /etc/fstab"
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda8
UUID=5aba64d1-b9ad-4a9a-b5b7-069717599c83 / ext2 relatime,errors=remount-ro 1 1
# /dev/sda7
UUID=ed6f03ef-dfd3-4cb3-8832-8fc946a164ac none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0