1) My computer is a brand new Lenovo T61 (7664-1FG) that comes with Windows Vista Home Edition
2) I installed Ubuntu 7.10 and grub as boot manager, and it worked fine for a week or so
3) Since I had initially only granted a couple of GBs to linux I wanted to resize the windows (NTFS) partition and add the new free space to the linux partition.
4) By mistake (UI-misenterpretation) I accidentally downsized the NTFS-partition too much, which only left a couple of megabytes left. So I never booted this partition, but instead I mounted it in linux and deleted the RRbackup folder from it.
5) Afterwards there was a couple of gigabytes free, but when I chose the windows-partition in grub it just booted to the Rescue & Recovery partition without any error messages or anything.
6) I've tried resizing the partitions again to give even more free space to the NTFS-partition but no luck.
Is it because I deleted the RRbackup folder?
Is there a way to get my windows partition working again?
Here's my grub menu.lst lines concerning windows:
Code: Select all
title Lenovo Recovery
root (hd0,0)
savedefault
makeactive
chainloader +1
title Windows Vista
root (hd0,1)
savedefault
makeactive
chainloader +1
EDIT: Solved, great!





