jeg kører dualboot mellem Win XP og Ubuntu 10.04..
Jeg har forsøgt at sætte en bootmenu op med BURG, og det virker sådan set fint nok. Men uanset, hvad jeg ændrer i cfg fil(er)n(e), sker der ikke rigtig noget.
I øjeblikket laver jeg noget arbejde, som kræver, at jeg kører på windowspartitionen det meste af tiden. Problemet er, at den af en eller anden årsag har Ubuntu som default (selvom jeg har forsøgt at ændre det). Hver jeg, glemsom som jeg er, altid tænder computeren for at arbejde og tænker, jeg henter sku lige en kop kaffe, mens den loader - og så er det, man kommer tilbage til en computer, der er loadet i Ubuntu. Et af hverdagens indrømmet meget små problemer, men alligevel...
Er der nogen, der kan fortælle mig, hvordan jeg effektivt (alt jeg har prøvet, har ingen effekt) enten sætter win Xp til default, eller slår timeren fra, så den bliver i bootmenuen, indtil jeg aktivt vælger.
min burg.cfg fil indeholder følgende:
# If you change this file, run 'update-burg' afterwards to update
# /boot/burg/burg.cfg.
GRUB_DEFAULT="Microsoft Windows XP Home Edition (on /dev/sda1"
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
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
#GRUB_SAVEDEFAULT=true
# 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'
# In the boot menu, use hotkey 'r' to popup a resolution selection menu.
# 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"
# GRUB_THEME's value can be 'saved' or a specific BURG theme name, you can also
# set it to the pathname of a GRUB2 theme file.
# In the boot menu, use hotkey 't' to popup a theme selection menu
GRUB_THEME=ubuntu
# GRUB_FOLD's value can be 'saved', 'true' or 'false'.
# In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
# between folding modes.
GRUB_FOLD=saved
# Add user with burg-adduser, then use GRUB_USERS to config authentication.
# The following example means user1 can boot Ubuntu, no password is needed to
# boot Windows, user1 amd user2 can boot other OS. Superusers can boot any OS
# and use hotkeys like `c' to enter console mode.
#GRUB_USERS="*=user1,user2:ubuntu=user1:windows="
# For a complete list of supported variables, refer to this wiki page:
# http://code.google.com/p/burg/wiki/Conf ... nVariables
GRUB_GFXMODE=1280x800
Der er også en grub.cfg fil, som ser sådan ud:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT="Microsoft Windows XP Home Edition (on /dev/sda1"
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
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=640x480
# 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"
Hvad er det, jeg gør forkert? Kan det være fordi, der både er en grub og en burg fil?