Hello all.
I have Bt5 installed on a laptop, alongside whit windows 7.
The dualboot works perfect.
This laptop is used by othe people and by me.
So, its easyer for the other people (non linux) to get the laptop booted directly into windows 7.
The boot order is at the moment this (the bootmenu splash screen):
backtrack 5
backtrack 5 recovery
windows 7
Code:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=3
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=20
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"
# Uncomment to get a beep at grub start
GRUB_INIT_TUNE="480 440 1"
i do have this in my grub (/usr/share/grub/default/grub :
What ever i change in the grub file, i cant seem to update grub correctly.
It seems that update-grub does not process the changes.
However, if i remove the memtest (chmod -x on the memtest), and do a update-grub, it sees the changes....
What am i doing here wrong?
According the info that i have readed, i only need to change GRUB_DEFAULT=0 to GRUB_DEFAULT=3 to change into windows 7.
And yes, i have checked if windows is on the 3 partition with gparted, and fdisk -l.
I tested if i could make any changes using update-grub. So, i changed the timeout. That is also not changed.
I ame realy stuck here... Whit ubuntu i dint have any problems making whatever changes (incluiding themes ect).
What can i do to fix this?
Thanx all for your help!!!!