LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-21-2009, 06:13 AM   #1
ksmatthews
Member
 
Registered: Aug 2008
Posts: 86

Rep: Reputation: 15
Unhappy boot menu disappeared


Hi all,

I have set up a dual boot menu system on my laptop so that I am offered a choice of OS: linux or windows vista. This has worked well until today ...

I have been using the windows OS quite a lot recently. Today however I wanted to use the Linux OS, so I exited windows with restart and low and behold my menu has disappeared and I am back into windows again !!

It seems as though windows has somehow removed that boot menu forcing me to use windows. I tried shutting down windows and then starting by manually pressing th start button but still I am always taken to the windows OS, the boot menu has simply gone ...

I tried to intervene and look at BIOS etc using F9, F10 and F11 but to no avail.

What can I do to get my boot menu back ? I am desperate to get back to my linux partition.

regards,

Steven Matthews
 
Old 05-21-2009, 06:19 AM   #2
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Which Linux OS are you using? Which bootloader did you have working? The problem can be fixed, but the above information is required.
 
Old 05-21-2009, 06:21 AM   #3
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Boot up a Linux Live CD, mount the Linux partition, remove the savedefault in Grub's /boot/grub/menu.lst and increase the timeout period then save the file.

If your Linux uses Lilo do the same on /etc/lilo.conf and recompile Lilo.

Last edited by saikee; 05-21-2009 at 06:23 AM.
 
Old 05-21-2009, 06:26 AM   #4
greplinux
Member
 
Registered: Jun 2007
Posts: 118

Rep: Reputation: 17
Your problem seems odd to me. Windows simply wont remove boot menu just like that on restart. Are you sure that you did nothing to mess with the boot menu?

Check whether you getting grub prompt while booting.

Also try downloading ext2/ext3 file system drivers for windows and try to locate your boot menu in Linux partition after making sure that your Linux partition is still intact with the help of disk management in Windows.

Hope this helps.
 
Old 05-21-2009, 06:27 AM   #5
ksmatthews
Member
 
Registered: Aug 2008
Posts: 86

Original Poster
Rep: Reputation: 15
Unhappy boot menu disappeared

Quote:
Originally Posted by mdg View Post
Which Linux OS are you using? Which bootloader did you have working? The problem can be fixed, but the above information is required.
SUSE Linux enterprise server v 10.3

Boot loader? no idea

Steven M
 
Old 05-21-2009, 09:52 AM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,499

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Suse Linux used Grub bootloader. Were you using Grub bootloader or the vista bootloader? I'd assume you installed Suse on an OEM with vista? Use a Live CD or your Suse install CD and run command: fdisk -l, post the output here and post the output of the /boot/grub/menu.lst file. You will need to mount the Suse partition using the Live CD.
 
Old 05-21-2009, 01:13 PM   #7
ksmatthews
Member
 
Registered: Aug 2008
Posts: 86

Original Poster
Rep: Reputation: 15
boot menu disappeared

Quote:
Originally Posted by yancek View Post
Suse Linux used Grub bootloader. Were you using Grub bootloader or the vista bootloader? I'd assume you installed Suse on an OEM with vista? Use a Live CD or your Suse install CD and run command: fdisk -l, post the output here and post the output of the /boot/grub/menu.lst file. You will need to mount the Suse partition using the Live CD.
Here is the output of fdisk -l ...

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9c62b218

Device Boot Start End Blocks Id System
/dev/sda1 * 1 7799 62637435 7 HPFS/NTFS
/dev/sda2 18310 19255 7585792 7 HPFS/NTFS
/dev/sda3 19255 19458 1626112 7 HPFS/NTFS
/dev/sda4 7799 18310 84435557+ f W95 Ext'd (LBA)
/dev/sda5 7799 8060 2104452 82 Linux swap / Solaris
/dev/sda6 8061 10671 20972826 83 Linux
/dev/sda7 10672 18309 61352203+ 83 Linux

Partition table entries are not in disk order

AND the output of the /boot/grub/menu.lst file ..

# Modified by YaST2. Last modification on Fri Nov 14 11:22:56 UTC 2008
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_Hitachi_HTS5425080125BB0C00WGJTNDDC-part6 vga=0x314 resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

###Don't change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
rootnoverify (hd0,5)
chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
rootnoverify (hd0,5)
chainloader (hd0,1)+1

###Don't change this comment - YaST2 identifier: Original name: windows 3###
title windows 3
rootnoverify (hd0,5)
chainloader (hd0,2)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_Hitachi_HTS5425080125BB0C00WGJTNDDC-part6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.5-31-default


regards,

Steven M
 
Old 05-21-2009, 04:04 PM   #8
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Boot your system using the install/rescue dvd.

Type the following:

grub
root (hd0,5)
setup (hd0)
quit
reboot

Last edited by mdg; 05-21-2009 at 04:05 PM. Reason: spelling
 
Old 05-21-2009, 04:09 PM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,499

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
You didn't answer the question about which bootloader you were using, Grub or vista's BCDEdit. Do you want to use Grub to boot both systems? Why do you have three entries for vista? Is it one installation of vista?

If you want to boot with Grub you can re-install it to the master boot record.

Just noticed mdg wrote what I was planning to, that should work.
 
Old 05-22-2009, 05:22 AM   #10
ksmatthews
Member
 
Registered: Aug 2008
Posts: 86

Original Poster
Rep: Reputation: 15
Smile boot menu disappeared

Quote:
Originally Posted by mdg View Post
Boot your system using the install/rescue dvd.

Type the following:

grub
root (hd0,5)
setup (hd0)
quit
reboot
Hi MDG,

Your a genious !

That all worked fine - my menu is back ...

Thanks a lot,

Steven M
 
Old 05-24-2009, 01:26 AM   #11
guccihand
LQ Newbie
 
Registered: May 2009
Posts: 2

Rep: Reputation: 0
Prada Purses

try to check, if your bind9 running in chroot, if you have created log directory.

Thanks

Yusan
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
application menu disappeared and the main menu item has no response sunnior Ubuntu 12 11-03-2011 04:28 AM
Fedora disappeared from boot menu the-nazgul Linux - Newbie 5 05-21-2008 05:38 AM
KDE menu disappeared after using Menu editor lizard99 Linux - Software 5 09-15-2006 10:36 PM
Menu disappeared Ephracis Mandriva 3 07-11-2005 09:06 AM
Main Menu disappeared...... vijaynd Red Hat 4 05-18-2005 08:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration