Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Grub is not Detecting my windows OS

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
vamshikrishnavk
Posts: 3
Joined: 2017-08-27 08:33

Grub is not Detecting my windows OS

#1 Post by vamshikrishnavk »

I have recently installed "DEBIAN 9" alongside with the windows.First the grub detected my windows 8.1 OS and then when i logged into the debain there was a software update to install then i installed the update and after Re-starting the Laptop i dint find the windows OS in the list. I've tried many ways from searching google but it din't seem to work.It only shows

1-- *proxmox Virtual environment GNU/Linux and
2-- Advanced options for Proxmox Virtual environment GNU/Linux


I have added these sources to the source list


{Attention!
Before you start install these packages first:

apt install curl wget apt-transport-https dirmngr






###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free

deb http://deb.debian.org/debian/ stable-updates main contrib non-free
deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free

deb http://deb.debian.org/debian-security stable/updates main
deb-src http://deb.debian.org/debian-security stable/updates main

deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main

#------------------------------------------------------------------------------#
# UNOFFICIAL REPOS
#------------------------------------------------------------------------------#

###### 3rd Party Binary Repos
###Benno MailArchiv
deb http://www.benno-mailarchiv.de/download/debian /

###Debian Multimedia
deb [arch=amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc] http://www.deb-multimedia.org stable main non-free

###Docker
deb https://apt.dockerproject.org/repo/debian stretch main

###Dropbox
deb http://linux.dropbox.com/debian jessie main

###Enpass Password Manager
deb http://repo.sinew.in/ stable main

###Esmska
deb http://download.opensuse.org/repositori ... ommon-deb/ ./

###FusionDirectory
deb http://repos.fusiondirectory.org/debian-jessie jessie main

###Google Chrome Browser
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

###Google Earth
deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main

###Jabber.at ejabberd Repo
deb [arch=i386,amd64] https://apt.jabber.at stretch ejabberd

###Jabber.at gajim Repo
deb [arch=i386,amd64] https://apt.jabber.at stretch gajim

###Jabber.at mcabber Repo
deb [arch=i386,amd64] https://apt.jabber.at stretch mcabber

###Lazarus
deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe

###Lynis
deb https://packages.cisofy.com/community/lynis/deb/ stable main

###MariaDB
deb [arch=i386,amd64] http://mirror.23media.de/mariadb/repo/10.2/debian stretch main
deb-src [arch=i386,amd64] http://mirror.23media.de/mariadb/repo/10.2/debian stretch main

###MEGA Sync Client
deb http://mega.nz/linux/MEGAsync/Debian_9.0/ ./

###muCommander
deb http://apt.mucommander.com stable main non-free contrib

###Nextcloud Client
deb [arch=amd64,i386] http://download.opensuse.org/repositori ... ebian_9.0/ /

###nginx
deb [arch=amd64,i386] http://nginx.org/packages/debian/ stretch nginx
deb-src [arch=amd64,i386] http://nginx.org/packages/debian/ stretch nginx

###openmediavault
deb http://packages.openmediavault.org/public erasmus main
deb-src http://packages.openmediavault.org/public erasmus main

###Opera
deb https://deb.opera.com/opera-stable/ stable non-free

###ownCloud Client
deb http://download.opensuse.org/repositori ... ebian_9.0/ /

###Pantheon Desktop
deb [arch=amd64] http://gandalfn.ovh/debian stretch-loki main contrib

###Paper GTK Theme
deb http://ppa.launchpad.net/snwh/pulp/ubuntu yakkety main
deb-src http://ppa.launchpad.net/snwh/pulp/ubuntu yakkety main

###Papirus GTK Theme
deb http://ppa.launchpad.net/papirus/papirus/ubuntu yakkety main
deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu yakkety main

###PostgreSQL
deb [arch=amd64,i386] http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main

###Proxmox
deb [arch=amd64] http://download.proxmox.com/debian stretch pve-no-subscription

###Resilio Sync
deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free

###Skype
deb [arch=amd64] https://repo.skype.com/deb stable main

###Spotify
deb http://repository.spotify.com stable non-free

###Steam
deb [arch=i386,amd64] http://repo.steampowered.com/steam/ precise steam

###TOR
deb [arch=i386,amd64,armel,armhf] http://deb.torproject.org/torproject.org stable main
deb-src [arch=i386,amd64,armel,armhf] http://deb.torproject.org/torproject.org stable main

###TOX
deb [arch=i386,amd64] https://pkg.tox.chat/debian stable stretch

###video-dl
deb http://repo.daniil.it lenny main

###Virtualbox
deb [arch=i386,amd64] http://download.virtualbox.org/virtualbox/debian stretch contrib

###Visual Studio Code
deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main

###Vivaldi Browser
deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main

###Webmin
deb http://download.webmin.com/download/repository sarge contrib

###Wine
deb [arch=i386] https://dl.winehq.org/wine-builds/debian/ stretch main
}

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Grub is not Detecting my windows OS

#2 Post by kedaha »

Hi there
Run:

Code: Select all

os-prober && grub-update
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Grub is not Detecting my windows OS

#3 Post by kedaha »

Sorry, I mean update-grub
:wink:
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

vamshikrishnavk
Posts: 3
Joined: 2017-08-27 08:33

Re: Grub is not Detecting my windows OS

#4 Post by vamshikrishnavk »

I've tried that but that isn't working...

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Grub is not Detecting my windows OS

#5 Post by kedaha »

I'm not familiar with most of the sources you have posted or the effects their inclusion might have on Debian so I cannot say for certain but it looks as though the Proxmox, which is a server virtualisation environment has taken over the grub menu. I see you have also included webmin, which is a web-based interface for system administration. You surely don't intend to use your laptop as both a desktop and a server?

I advise against the inclusion of the unofficial Debian Multimedia repository because it can break Debian if it hasn't done so already.
Really, you should edit your sources list to only include what you need by putting a # in front of any unnecessary entries and try to uninstall any superfluous third-party packages from the system and then run the previous commands again.

It's NOT a good idea to select everything at debgen.simplylinux.ch and put the resulting list in the /etc/apt/sources.list

Finally, please read Don't break Debian.
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

vamshikrishnavk
Posts: 3
Joined: 2017-08-27 08:33

Re: Grub is not Detecting my windows OS

#6 Post by vamshikrishnavk »

Ok,that helped me thanks .....for that

Post Reply