aryxa Posted July 3, 2007 Posted July 3, 2007 (edited) Hi guys, I am hoping someone could help me out.I installed edgy 6.10 on the new HP media center, which has vista home premium. I partition the drive during the edgy intall. Ever since installation, I cannot boot into vista, or recover it using the recovery discs or access the recovery drive. I get green loading bars, then it stops. It is still there and so is the recovery drive as I can see them in Ubuntu.Is there anyway to get vista back? I have read for the past 24 hours and I could not find any solution - apart from it must be that grub wiped over the new vista boot loaders, which I now must fix.Has anyone dual booted ubuntu with vista and had this problem?This is the partition table. I partitioned the main drive with vista on it and put edgy 6.10 on that. The other small drive I assume is the recovery drive. Disk /dev/sda: 320.0 GB, 320072933376 bytes255 heads, 63 sectors/track, 38913 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/sda1 * 1 25317 203358771 7 HPFS/NTFS/dev/sda2 38066 38913 6811560 7 HPFS/NTFS/dev/sda3 25364 31074 45873607+ 83 LinuxPartition table entries are not in disk orderDisk /dev/sdf: 500.1 GB, 500107862016 bytes ((((((((External Hard Drive)))))))))255 heads, 63 sectors/track, 60801 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/sdf1 1 60801 488384001 7 HPFS/NTFSHere is the menu.lst of grub - does this need to be edited?## ## End Default Options ##title Ubuntu, kernel 2.6.17-10-genericroot (hd0,2)kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro quiet splashinitrd /boot/initrd.img-2.6.17-10-genericquietsavedefaultboottitle Ubuntu, kernel 2.6.17-10-generic (recovery mode)root (hd0,2)kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro singleinitrd /boot/initrd.img-2.6.17-10-genericboottitle Ubuntu, memtest86+root (hd0,2)kernel /boot/memtest86+.binquietboot### END DEBIAN AUTOMAGIC KERNELS LIST# This is a divider, added to separate the menu items below from the Debian# ones.title Other operating systems:root# This entry automatically added by the Debian installer for a non-linux OS# on /dev/sda1title Windows Vista/Longhorn (loader)rootnoverify (hd0,0)savedefaultmakeactivechainloader +1# This entry automatically added by the Debian installer for a non-linux OS# on /dev/sda2title Windows Vista/Longhorn (loader)rootnoverify (hd0,1)savedefaultmakeactivechainloader +1There is 2 vistas sitting there as I am assuming one is the recovery drive. Can anyone help find a way to be able to boot into vista (assuming it is not broken) or to use the recovery discs to wipe it clean so I can start again? If I stick the recovery discs in, I get the "windows is loading files" then the green bars that something is loading, then nothing... I have left it for 6 hours at the most. Or, is there a another way to start a fresh? Any help will be appreciatedAryxa Edited July 3, 2007 by aryxa
aryxa Posted July 3, 2007 Author Posted July 3, 2007 (edited) Hi, I already tried pasting # Boot Vista by finding and loading bootmgrvtitle Microsoft Windows Vistafind --set-root /bootmgrvchainloader /bootmgrin the menu.lst and I got an error. before I posted this thread. I get really confused with all the code talk in that thread and I barely know which is which drive. or what the code is to put in the menu.lst. Please, can someone please look my grub and my disks? I am so lost in here.TIAAryxa Edited July 3, 2007 by aryxa
spacesurfer Posted July 4, 2007 Posted July 4, 2007 (edited) There's an error in your code:It should be either:# Boot Vista by finding and loading bootmgrvtitle Microsoft Windows Vistafind --set-root /bootmgrvchainloader /bootmgrvor# Boot Vista by finding and loading bootmgrvtitle Microsoft Windows Vistafind --set-root /bootmgrchainloader /bootmgrYou are either missing a v in line two or you have an extra v in line 1. Whether you need the v or not depends on whether you renamed bootmgr to bootmgrv. If you didn't rename it, then use bootmgr in both lines.The only time you need to rename bootmgr to bootmgrv is when you are renaming grldr to bootmgr. If you didn't do that, then you don't have to. Edited July 4, 2007 by spacesurfer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now