[SOLVED] For dual booting Ubuntu 10.04 with Windows 7, which partition process to use?
UbuntuThis forum is for the discussion of Ubuntu Linux.
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.
Distribution: Debian Lenny 2.6.26 Ubuntu Lucid Lynx 10.04 Windows 7
Posts: 140
Original Poster
Rep:
Ok I ran into a problem now, I updated Ubuntu now and the updated kernel has removed the EasyBCD settings for dual booting and now once the system boots up, a cursor flashes in the top right hand corner and then boots straight into Ubuntu without showing any options for booting into Ubuntu or Windows!
Has this problem being fixed yet or are there any solutions to retrieve the original EasyBCD bootloading setup?
Has this problem being fixed yet or are there any solutions to retrieve the original EasyBCD bootloading setup?
According to the guide you posted in post #13 of this thread, you first installed grub2 to the MBR, then you reinstalled the Windows boot loader to the MBR, then you booted Windows and installed EasyBCD.
When grub2 is installed to the MBR and a kernel update comes along, the update-grub command is run. So grub2 has now once again taken control of your MBR.
Options:
You can reinstall grub2 to the MBR. Then boot Ubuntu and run:
Or you could probably just reinstall EasyBCD like you did before.
You will likely have to reinstall EasyBCD whenever there is a kernel update for Ubuntu though.
You would think that EasyBCD would have a way to deal with this, since update-grub is run whenever there is a kernel update in Ubuntu, which is often. Perhaps you could ask on their forums. I am not familiar with EasyBCD.
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs: /bootmgr /Boot/BCD
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files/dirs: /bootmgr /boot/BCD /Windows/System32/winload.exe
File system: ntfs
Boot sector type: Windows Vista/7
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs: /bootmgr /boot/bcd
Distribution: Debian Lenny 2.6.26 Ubuntu Lucid Lynx 10.04 Windows 7
Posts: 140
Original Poster
Rep:
OK I ran the grub update command in the terminal and it displayed the boot up options for Ubuntu and Windows 7 however once I rebooted, those options did not appear and it booted straight into Linux.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-24-generic
Found initrd image: /boot/initrd.img-2.6.32-24-generic
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found Windows Vista (loader) on /dev/sda2
Found Windows Vista (loader) on /dev/sda4
done
This did not appear once I rebooted!
So if I cannot boot into Windows I cannot configure EasyBCD settings. Any idea how I can get the Grub2 boot menu to appear and not just boot straight into Ubuntu?
Do I need to reinstall GRUB 2 since it doesn't appear then change the grub config to boot into Windows 7 partition and then configure the MBR with EasyBCD?
Distribution: Debian Lenny 2.6.26 Ubuntu Lucid Lynx 10.04 Windows 7
Posts: 140
Original Poster
Rep:
Well I configured the EasyBCD to organize the booting process. The original problem for not seeing the boot up grub menu was the time in /etc/default/grub and was set to 0 from the previous EasyBCD configuration. I would recommend not to change this 0 and leave it at the original as once the updated Ubuntu starts the changes to the kernel cause the grub to override the EasyBCD dualbooting settings and thus it would boot straight into Ubuntu 10.04 if the GRUB _TIMEOUT=0 so better leave it at 10.
Hint download startupmanager to handle the /boot/grub/grub.cfg and /etc/default/grub settings as once you update Ubuntu this will make it easier to make changes to those sensitive files.
~$ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10 (this was set to 0 in the previous EasyBCD setting)
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Essentially just boot into Windows upon seeing it the grub menu and repeat step 7 of the installation guide!
Sorry I never got back to you here, but I work a lot on the weekends so I did not have the time.
The next time there is a kernel update for Ubuntu, the EasyBCD install to the MBR may be overwritten again, like it was the last time.
I would just use grub2 to manage the MBR and dual booting. That way you would not have this problem. Here are 2 more excellent tutorials for grub2: https://help.ubuntu.com/community/Gr...ing%20GRUB%202 https://wiki.ubuntu.com/Grub2
Those tutorials will teach you how to manage grub2s configuration files. Most of what startup-manager does can be accomplished from learning how to edit /etc/default/grub file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.