I can find my windows7 is a dual boot i have 8g ubuntu and 250g windows7 but when i start the com i can find my widows

Asked by jhorsua

well i install Ubuntu but it dint give me a dual-boot option went installing ubuntu so i went advance and choose from free memory 8g 4ext or something like and placed it as / then 1g swap
so i restarted the com but theres only ubuntu
then i tray terminal type sudo gedit /boot/grub/menu.
but i can write my password it does not write the password i have windows 7 home premium
help help asp

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo fdisk -l; mount

Thanks

Revision history for this message
jhorsua (gatocat2) said :
#2

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b2155

   Device Boot Start End Blocks Id System
/dev/sda1 * 37941 38914 7812096 83 Linux
/dev/sda2 37820 37941 976897 5 Extended
/dev/sda5 37820 37941 976896 82 Linux swap / Solaris

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

And the output of:

mount

please. Do not cut up commands given.

Thanks

Revision history for this message
jhorsua (gatocat2) said :
#4

   Device Boot Start End Blocks Id System
/dev/sda1 * 37941 38914 7812096 83 Linux
/dev/sda2 37820 37941 976897 5 Extended
/dev/sda5 37820 37941 976896 82 Linux swap / Solaris

Partition table entries are not in disk order
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/jh/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=jh)
jh@jh-laptop:~$ sudo fdisk -l; mount

Revision history for this message
jhorsua (gatocat2) said :
#5

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b2155

   Device Boot Start End Blocks Id System
/dev/sda1 * 37941 38914 7812096 83 Linux
/dev/sda2 37820 37941 976897 5 Extended
/dev/sda5 37820 37941 976896 82 Linux swap / Solaris

Partition table entries are not in disk order
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/jh/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=jh)
jh@jh-laptop:~$ sudo fdisk -l; mount

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

There is no NTFS partition in your system. Can you lastly give the output of:

df -h

Thanks

Revision history for this message
jhorsua (gatocat2) said :
#7

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 7.4G 2.3G 4.7G 33% /
none 1.4G 296K 1.4G 1% /dev
none 1.4G 112K 1.4G 1% /dev/shm
none 1.4G 84K 1.4G 1% /var/run
none 1.4G 0 1.4G 0% /var/lock
none 1.4G 0 1.4G 0% /lib/init/rw
jh@jh-laptop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Ok well /dev/sda1 is 8Gb as you said but /dev/sda is 320Gb which is very weird. There is no NTFS partition defined in the output either which is very interesting.

Does the windows OS boot?

Revision history for this message
jhorsua (gatocat2) said :
#9

no

On Tue, Aug 24, 2010 at 7:52 AM, actionparsnip
<email address hidden> wrote:
> Your question #122092 on grub2 in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/grub2/+question/122092
>
>    Status: Open => Needs information
>
> actionparsnip requested for more information:
> Ok well /dev/sda1 is 8Gb as you said but /dev/sda is 320Gb which is very
> weird. There is no NTFS partition defined in the output either which is
> very interesting.
>
> Does the windows OS boot?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/grub2/+question/122092
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Jeruvy (jeruvy) said :
#10

It does seem that it's very likely there was extra partitions on the disk, but they are gone now. The fdisk output is only showing one disk (sda) and one partition (sda1) so it does not seem to be that windows is on another disk.

My belief is that you may have installed Ubuntu over your Windows 7 install and it is gone now. The best bet would be to try to use a data recovery tool to see whether your old windows files can possibly be recovered.

Revision history for this message
delance (olivier-delance) said :
#11

It looks strange, but it seems Ubuntu was installed at end of your disk. This could mean NTFS partition was removed from partition table, but data are still here. Perhaps if you declare a NTFS partition which use free space before Ubuntu installation, WITHOUT formating, you could get back your NTFS data. And by updating Grub, you could get back Windows boot. It looks weird, but it can work.

Can you help with this problem?

Provide an answer of your own, or ask jhorsua for more information if necessary.

To post a message you must log in.