


mrogovin wrote:I have a HD partitioned for WIndows XP and Mint 14 (/, /home, swap). After following the installation instructions (or so I thought), my system only boots to Mint and I cannot get to Windows (some might see this as a plus, but since my current printer only works with Windows and the rest of the famly is skeptical of changing over, I need WIndows access for a while). I am looking for a way to reconfigure the system so that I get an option on restart/power on to boot to either WIndows XP or Mint, and to do this with a minimum of manual coding/config file editing, if at all possible. I did search for how to create a dual boot system, but admit that the techie stuff was going over this poor newbie's head just a bit. I read about EasyBCD, but since it runs in Windows and I can't get there, that does not appear to be a viable option at the moment. If that is the best way, perhaps guide me to how I can boot to WIndows? Other ideas welcome too of course. Would appreciate any kind soul helping out.


sudo su
pluma /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
....
update-grub



Users browsing this forum: No registered users and 33 guests