1

So the windows partition for windows 7 while running dual boot 14.10 does appear when fdisk is run. However, it does not appear when blkid runs and there is no way for me to check the uuid because the drive has disappeared from fstab. The windows boot is also gone from grub. Any help from anybody would be appreciated?

1 Answers1

0

Warning, this will delete any unsaved data in from your hibernated windows session!

Assuming the device is /dev/sda1:

sudo mkdir /media/windows


sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda1 /media/windows

Now, you should be able to run:

sudo update-grub

and windows should be recognized.

mchid
  • 44,904
  • 8
  • 102
  • 162