PDA

View Full Version : [ubuntu] Partition still showing 'Windows 7 loader'



303
April 30th, 2010, 10:18 PM
I was dual-booting XP/Win7...
Uninstalled Win7 and reset boot loader with XP's
Went to install 10.04 for dual-boot and it is showing that loader as "Widows 7 loader"
why??

oldfred
April 30th, 2010, 11:17 PM
Windows combines it boot loaders into the boot or active partition. You are still seeing bits of that combination. I thought the repair of the XP partition would have fixed it, but grub must still see something still configured as a win7 partition.

Multibooters, Pictures here worth 1000+ words
http://www.multibooters.co.uk/multiboot.html

kansasnoob
April 30th, 2010, 11:20 PM
Also always boot into your Ubuntu and run:


sudo update-grub

after any changes!

303
May 1st, 2010, 03:12 AM
Also always boot into your Ubuntu and run:


sudo update-grub

after any changes!

*After* I install 10.04?

oldfred
May 1st, 2010, 05:21 AM
If you run this I think it will show your windows XP partition at a win7 partition.

Boot Info Script courtesy of forum member meierfra
Page with instructions and download:
http://bootinfoscript.sourceforge.net/
Be sure to highlight and use code tags (# in edit panel) to make it easier to read when you post the results.txt.

303
May 4th, 2010, 05:35 AM
If you run this I think it will show your windows XP partition at a win7 partition.

Boot Info Script courtesy of forum member meierfra
Page with instructions and download:
http://bootinfoscript.sourceforge.net/
Be sure to highlight and use code tags (# in edit panel) to make it easier to read when you post the results.txt.



Is there a way to do this without installing/booting 10.04?
ie. in XP?

wilee-nilee
May 4th, 2010, 06:40 AM
Post the script if you really want to fix it.

303
May 17th, 2010, 05:46 AM
Post the script if you really want to fix it.

http://pastebin.com/ASFgKU6d

oldfred
May 17th, 2010, 03:26 PM
It is easier if you post here and put code tags.

/bootmgr /Boot/BCD are in your XP partition and are win7 files. Grub must see these and assume that it is a win7 boot partition.

rename or move to another place. if system is ok you can delete later.
After moving rerun the sudo update-grub

halversondm
May 17th, 2010, 10:30 PM
I tried oldfred's suggested course of action and now my computer is operating as expected. Thanks, oldfred.

Dan

303
May 19th, 2010, 05:46 AM
It is easier if you post here and put code tags.
-Uhh.... what??

/bootmgr /Boot/BCD are in your XP partition and are win7 files. Grub must see these and assume that it is a win7 boot partition.
-ok?


rename or move to another place. if system is ok you can delete later.
After moving rerun the sudo update-grub
-how do I do "rename or move"?

oldfred
May 19th, 2010, 02:20 PM
To rename something you normally just right click on it and choose rename. Just put any letters in so it is not seen as the standard file. If that works and system still is ok then you can delete.

Code tags preserve formating. You highlight code in the message area and then click on the # in the edit panel above the message area. Mouse over the # when editing & it shows you they are code tags.