LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   10.2 and Vista dual boot issues (https://www.linuxquestions.org/questions/suse-opensuse-60/10-2-and-vista-dual-boot-issues-546303/)

Firebar 04-15-2007 04:09 PM

10.2 and Vista dual boot issues
 
Another thread about dual boots :( sorry.

I have an intel P965 chipset with 2 SATA HDD's and a SATA DVDRW.

sda0,0 is my Vista install. I wiped the disk which originally had XP64 and Vista on it...
sda1,1 is my / partition for OpenSuSE.

GRUB will successfully chuck me into OpenSuse but if I choose Vista I just get a blank screen and a reboot.

My /boot/grub/menu.lst is as follows;

Code:

# Modified by YaST2. Last modification on Sun Apr 15 19:21:05 BST 2007
default 0
timeout 8
gfxmenu (hd1,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2

###Don't change this comment - YaST2 identifier: Original name: 2.6.18.8-0.1-bigsmp###
title OpenSUSE 10.2
    root (hd1,1)
    kernel /boot/vmlinuz-2.6.18.8-0.1-bigsmp root=/dev/sdb2 resume=/dev/sdb1 splash=silent showopts
    initrd /boot/initrd-2.6.18.8-0.1-bigsmp

title Vista
    rootnoverify (hd0,0)
    makeactive
    chainloader (hd0,0)+1
~

I fail to see anything wrong in that. I've tried using the Yast Module to delete the MBR and restore the one which allowed Vista too boot ok. I've then started a configuration from scratch to see if that was an issue, but I get exactly the same problem.

Please help :( Thanks for any suggestions..

th3flyboy 04-15-2007 05:20 PM

I think the installs need to be on the same hard drive for it to work correctly, it worked for me when I installed 10.2 and Vista on the same hard drive, unless I am misinterpreting what I am seeing, you installed them on separate hard drives, and because of Vista's new dual boot killers, that won't work anymore, or at least, that is what i have read in most technology magazines and web sites.

Firebar 04-15-2007 05:46 PM

Ok thanks, I'll give it a whirl now and see what happens. Wish I'd picked up a 500Gb drive now :D

Firebar 04-15-2007 08:22 PM

No luck, on the same harddrive but nothing.

Strangely though, I installed Vista, then installed OpenSuSE. I could boot into OpenSuSE fine. When I went to select Vista from the grub menu with the entry I had made, the computer restarted. Except this time, upon restart, it booted into Vista but bypassed GRUB, almost as if on restart Vista had modified the MBR :confused:

What a complete pain in the arse :( My ideal situation for the work I am doing was OpenSuSE 10.2 and Vista dual booting. Now I have to settle with OpenSuSE 10.2 and XP x64.

Larry Webb 04-15-2007 09:13 PM

Some one about three to five days ago had a similar problem booting Vista and a couple of linux distros. You might check the forums and see if he ever got his problems solved. I just Googled and found this article, http://www.pro-networks.org/forum/about78184.html They have a couple of more also.

Firebar 04-16-2007 06:00 AM

Thanks for your input. I've tried a couple of guides on the web but to no avail. I'm trying an interesting one I found whereby I install OpenSuSE, then XP, then setup OpenSuSE in boot.ini (or grub into the boot.ini), then I install Vista. Apparently Vista takes its entries from existing Windows installs via the boot.ini, therefore PERHAPS allowing me to get all 3!

th3flyboy 04-16-2007 06:02 AM

Quote:

Originally Posted by Firebar
No luck, on the same harddrive but nothing.

Strangely though, I installed Vista, then installed OpenSuSE. I could boot into OpenSuSE fine. When I went to select Vista from the grub menu with the entry I had made, the computer restarted. Except this time, upon restart, it booted into Vista but bypassed GRUB, almost as if on restart Vista had modified the MBR :confused:

What a complete pain in the arse :( My ideal situation for the work I am doing was OpenSuSE 10.2 and Vista dual booting. Now I have to settle with OpenSuSE 10.2 and XP x64.

Sorry bout the bad info, I thought I had it nailed down but I didn't, oh well, Linux and Vista dual boot can sometimes run down to trial and error. I hope you can figure out what the problem is.

Firebar 04-16-2007 08:38 AM

I think I'm going to give up, I've noticed dire performance in opensuse. I've got a quadcore CPU and any yast module uses 102%!! (102%?!). Performance is just pretty shocking, I'll have to stick with XP for the mo :(

Jongi 04-16-2007 10:02 AM

Why not boot from the Vista DVD and have it repair the mbr. Boot to see that Vista boots (it shoudl boot without grub). Then boot from the Suse DVD and choose to install Grub on the MBR. It should pickup Suse and Vista. Reboot to see if you can boot into both.

This process has worked for me multi-booting Fedora, Kubuntu and Debian. And doing the above process with each of the different distros Grubs.

Firebar 04-16-2007 03:16 PM

I've also tried that, no luck :(

abourke 04-20-2007 12:31 PM

Im having problems aswell. Got a new dell xps 210 running Vista. When I try to install I cant move the cursor in the menu with the keyboard or mouse. It then times out and just loads vista.
Anyone know why the keybord isnt responding?

takeshi_shogun 04-21-2007 08:06 AM

Following this steps, I had no problem installing openSUSE10.2 on Vista.

http://www.grape-info.com/doc/linux/...-dualboot.html

riba43 04-21-2007 12:50 PM

Hi, you are missing this:

###Don't change this comment - YaST2 identifier: Original name: windows###
title Vista

abourke 04-30-2007 04:44 PM

graphic card not supported
 
Hi,

I have a dell xps 210 which uses an ati radeon x1300 graphics card to draw the display. Vista needs this. However in Linux, the card is unsupported so all I get is the console, cant load up kde or gnome! How do I download and install a driver from the console?

rtspitz 04-30-2007 05:05 PM

had the same issue with xp.

I'm booting from sata2 (changed disk order in bios) into grub. xp would not run, just black screen.

I had to mess with grub's "disk mapping", had to add this to the xp section:
Code:

map (hd0) (hd1)
map (hd1) (hd0)

so basically - as far as I understand - grub tells xp that the system was started from sata1. the grub howtos give some more insight into this voodoo.


All times are GMT -5. The time now is 08:08 PM.