Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know, it kind of sounds like a good thing that my windows died, but it's useful to have it as a dual-boot to go to for somethings. I was just wondering what the heck happened. I was using adapt to update a few things and when I restarted back into my dual boot menu windows was gone. Anyone have any clue what happened?
You give so little information that it's pretty much down to a wild guess what could have happened. My guess is your bootloader got upgraded and didn't configure Windows.
You'll need to tell us what distro you're using, what kind of update you did (I'm not familiar with adapt - maybe adept?).
It would also help to know on which partitions Windows and Linux are installed and to see the config file of your bootloader.
Going with the idea that adapt is really adept, and therefore assuming you're using Kubuntu or similar, you hafta edit /boot/grub/menu.lst.
If you don't know how to edit it, do this:
1) open Konsole
2) type "sudo gedit /boot/grub/menu.lst"
You'll notice there are stanzas throughout the file, one for each entry you see at boot time. Add another stanza all the way at the end (after "end of automagic kernel list") that looks like this one:
title Microslop Windoze
root (hd0,0)
chainloader +1
boot
If it's after the "end of automagic" line, it shouldn't get clobbered next time you do an update.
Going with the idea that adapt is really adept, and therefore assuming you're using Kubuntu or similar, you hafta edit /boot/grub/menu.lst.
If you don't know how to edit it, do this:
1) open Konsole
2) type "sudo gedit /boot/grub/menu.lst"
You'll notice there are stanzas throughout the file, one for each entry you see at boot time. Add another stanza all the way at the end (after "end of automagic kernel list") that looks like this one:
title Microslop Windoze
root (hd0,0)
chainloader +1
boot
If it's after the "end of automagic" line, it shouldn't get clobbered next time you do an update.
If you are using Kubuntu or another KDE based operating system then you will want to ues "sudo kate /boot/grub/menu.lst" instead of gedit (gedit is for gnome)
If you know that Windows is on the first partition, ignore this.
If Windows is not on the first partition you will need to change the "root (hd0,0)" (from the previous posts) you will need to look for the partition numbers in some partition editor and make sure you are pointing to the right partition. If the numbering starts and 1 in the partition editor you will need to subtract one. Then change the second zero in that line to the correct number.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.