How to delete windows in boot menu?

Asked by Thersko

Hello,

My question is: "How do I delete my windows 7 from my boot menu?"

I formated the partition where windows 7 was installed but if i boot my pc it's still there.
I installed ubuntu with the windows desktop installer.

Kind Regards, Thersko

Question information

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

What is teh output of:

grep -i windows /etc/grub.d/*; lsb_release -a

Thanks

Revision history for this message
Thersko (thersko-deactivatedaccount) said :
#2

what? i don't understand.

thersko

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

Copy the line I gave and press CTRL+ALT+T

Paste the command to terminal and press ENTER. Copy the output and paste here as an update

Thanks

Revision history for this message
Thersko (thersko-deactivatedaccount) said :
#4

/etc/grub.d/30_os-prober: Windows*)
/etc/grub.d/30_os-prober:menuentry "${LONGNAME} (on ${DEVICE})" --class windows --class os {
/etc/grub.d/30_os-prober: Windows\ Vista*|Windows\ 7*|Windows\ Server\ 2008*)
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise

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

I'll give you mine which single boots:

cd $HOME
sudo mv /etc/grub.d/30_os-prober ~
wget https://dl.dropbox.com/u/8850924/30_os-prober
sudo mv ./30_os-prober /etc/grub.d
sudo update-grub

Is it now not in the list?

Revision history for this message
Thersko (thersko-deactivatedaccount) said :
#6

I coppied that into terminal but Windows 7 is still in Boot menu...

Revision history for this message
Thersko (thersko-deactivatedaccount) said :
#7

SOLVED: reinstalled my ubuntu by cd and deleted all my partitions to one big HDD.

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

it already one big HDD, you just amalgamated all the space to one big PARTITION. There is a difference :)

Revision history for this message
Thersko (thersko-deactivatedaccount) said :
#9

yeah already knew that but by installing ubuntu that way it formated EVERYTHING so the hidden windows stuff that caused my problem has been deleten :D