Results 1 to 10 of 10
I have a 80 Hard drive which already has Windows XP Pro. I use Norton Partition Magic 8 and made 24 Gig partition for SUSE 10. After the installation, everything ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-17-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 9
Dual Boot. Wont recognize Windows
I have a 80 Hard drive which already has Windows XP Pro. I use Norton Partition Magic 8 and made 24 Gig partition for SUSE 10. After the installation, everything worked fine in SUSE 10. So after restarting the computer and got into Grub, I tried to load Windows XP.
It couldnt seem to initialize, it gave me errors such as " unable to detect autorun32" or something along those lines. How can I fix this problem?
Thanks !!!
- 02-17-2006 #2
Ok,
can you login to SUSE and post the /boot/grub/menu.lst file as well as the output from this command:
that is -(lowercase L).Code:fdisk -l
Also can you tell us how the partitioning scheme of your drives are setup.Life is complex, it has a real part and an imaginary part.
- 02-18-2006 #3Just Joined!
- Join Date
- Feb 2006
- Posts
- 9
Sorry. I just got back from. I cant seem to get into boot/grub/menu.lst. it says permission denied.
for the fdisk -l , I got
Disk /dev/hda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 30515 245111706 7 HPFS/NTFS
Disk /dev/hdd: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 30515 245111706 7 HPFS/NTFS
Disk /dev/sda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 6556 52661038+ 17 Hidden HPFS/NTFS
/dev/sda2 * 6557 9733 25519252+ f W95 Ext'd (LBA)
/dev/sda5 6557 6687 1052226 82 Linux swap / Solaris
/dev/sda6 6688 9733 24466963+ 83 Linux
The other two 250 gigs are just storage, I have one of them with windows installed on.
Im trying to boot windows from the 80 gigs which is shared with SUSE
- 02-18-2006 #4
Get into your /boot/grub/grub.conf or /boot/grub/menu.lst file and check it if says this:
Make sure the hd0,0 part is correct, meaning hd# for the drive number, and hd0,# for the partition number. Keep in mind that the first partition is 0, so 2 is 1, 3 is 2, and so on. Hope that helps.Code:# (0) Windows title Windows rootnoverify (hd0,0) chainloader +1

Also, you can change the title to whatever you want and the number in the comment to be wherever you want.
- 02-18-2006 #5Just Joined!
- Join Date
- Feb 2006
- Posts
- 9

No go
- 02-18-2006 #6
Try opening it as root. The X on a file or a lock means it is locked to that user.
- 02-18-2006 #7Just Joined!
- Join Date
- Feb 2006
- Posts
- 9
Im sorry but I quite dont understand you. What do you mean open it as root? I'm really new at this. sorry.
Originally Posted by craigevil
- 02-18-2006 #8Just Joined!
- Join Date
- Feb 2006
- Posts
- 9
Okay. I went into YaST and click on the boot loader icon. Heres the menu.lst
# Modified by YaST2. Last modification on Sat Feb 18 12:36:00 EST 2006
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 10.0
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 vga=0x317 selinux=0 resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
chainloader (fd0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 10.0
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume selinux=0 nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
- 02-18-2006 #9Just Joined!
- Join Date
- Feb 2006
- Posts
- 9
Originally Posted by oosterhouse

It doesnt look anything like what you wrote above
- 02-18-2006 #10Try it like:
Originally Posted by DavMX
I don't know if it will work for you but it's worth a try.Code:title Windows rootnoverify (hd0,0) chainloader +1


Reply With Quote
