Results 1 to 6 of 6
Hi, I am trying to Dual Boot using two different hard drives. Ubuntu 7.04 is installed on one and Windows XP is installed on another. In order to switch which ...
- 09-27-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 3
Dual Booting
Hi, I am trying to Dual Boot using two different hard drives. Ubuntu 7.04 is installed on one and Windows XP is installed on another. In order to switch which one I am booting from I have to go into the BIOS every time and switch up the boot priorities. Is there anything I can do to make this a more simple process?
- 09-27-2007 #2
Hi and Welcome !
Its very easy to setup Dual boot. Plug-in Ubuntu HD as Primary Master and Windows HD as Secondary/Slave. Ubuntu should boot up by default.
Boot up Ubuntu and press Alt+F2. Type this
Above command will open menu.lst file in Gedit.Code:gksu gedit /boot/grub/menu.lst
Add this code at the end of file.
Save file and reboot machine. Select Windows XP title in GRUB Menu,Code:title Windows XP rootnoverify (hd1,0) map (hd0) (hd1) map (hd1) (hd0) chainloader +1
In case it doesn't work, post the output of 'sudo fdisk -l' command here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-15-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 3
Dual Booting
Hi, thankyou very much. That works now. But, linux boots up and my roomate uses my computer a lot and needs to use Windows. Is there any way I can change it so that Windows comes up first and then I have to boot linux from the GRUB? Thanks for your help.
- 10-15-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
You can edit your menu.lst file and change the default line to match the windows entry:
Change the above line to match the entry for Windows, whether it be 1, 2, 3, 4, or whatever.Code:default 0
However, both Windows and Linux will still use GRUB to boot. It's just that Windows will boot by default.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 10-15-2007 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 3
Issue
Thanks, that worked. I am having one issue that isn't a huge deal but is kind of annoying. If I boot into linux and later come back to windows it screws up the time on the windows end. The time in linux is always correct but the windows one is constantly getting screwed up. Any suggestions?
- 10-15-2007 #6Check timezone settings in Windows OS.If I boot into linux and later come back to windows it screws up the time on the windows end. The time in linux is always correct but the windows one is constantly getting screwed up. Any suggestions?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
