Results 1 to 10 of 11
Hello Linux Forums. After quite some searching, I am unable to resolve my issue.
The main problem is that after installing Ubuntu 8.10 I cannot boot back into XP or ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-29-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- Kentucky
- Posts
- 8
Ubuntu / XP dual boot issues
Hello Linux Forums. After quite some searching, I am unable to resolve my issue.
The main problem is that after installing Ubuntu 8.10 I cannot boot back into XP or Windows 7.
I had used EasyBCD to configure Vista's bootloader to boot between XP and 7. Now, when using GRUB I can access the Bootloader but I blackscreen trying to boot XP, 7 or safemode. Even stranger the Windows XP Boot CD blue screens at "Windows is starting..." which I was going to use to attempt to 'fdisk /mbr'.
Here's my GRUB config:
I think the problem is with the windows bootloader and not GRUB but you're the experts, not I.Code:## ## End Default Options ## title Ubuntu 8.10, kernel 2.6.27-11-generic uuid 691b4599-63d8-4475-9d38-df9cd0cc92b2 kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=691b4599-63d8-4475-9d38-df9cd0cc92b2 ro quiet splash initrd /boot/initrd.img-2.6.27-11-generic quiet title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode) uuid 691b4599-63d8-4475-9d38-df9cd0cc92b2 kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=691b4599-63d8-4475-9d38-df9cd0cc92b2 ro single initrd /boot/initrd.img-2.6.27-11-generic title Ubuntu 8.10, kernel 2.6.27-7-generic uuid 691b4599-63d8-4475-9d38-df9cd0cc92b2 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=691b4599-63d8-4475-9d38-df9cd0cc92b2 ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic quiet title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode) uuid 691b4599-63d8-4475-9d38-df9cd0cc92b2 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=691b4599-63d8-4475-9d38-df9cd0cc92b2 ro single initrd /boot/initrd.img-2.6.27-7-generic title Ubuntu 8.10, memtest86+ uuid 691b4599-63d8-4475-9d38-df9cd0cc92b2 kernel /boot/memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sdb1 title Windows Vista/Longhorn (loader) rootnoverify (hd0,0) makeactive chainloader +1
Any ideas?
- 03-29-2009 #2
Welcome to LinuxForums!
What is the output ofCode:fdisk -l
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-29-2009 #3Just Joined!
- Join Date
- Mar 2009
- Location
- Kentucky
- Posts
- 8
It says (ran within ubuntu):
EDIT: Realized I forgot sudo haha.Code:Disk /dev/sda: 37.0 GB, 37019566080 bytes 255 heads, 63 sectors/track, 4500 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd9c82d64 Device Boot Start End Blocks Id System /dev/sda1 * 1 4499 36138186 7 HPFS/NTFS Disk /dev/sdb: 74.3 GB, 74355769344 bytes 255 heads, 63 sectors/track, 9039 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x79ae7387 Device Boot Start End Blocks Id System /dev/sdb1 * 1 9039 72605736 7 HPFS/NTFS Disk /dev/sdc: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xddaaddaa Device Boot Start End Blocks Id System /dev/sdc1 1 47201 379142001 7 HPFS/NTFS /dev/sdc2 47202 60801 109242000 5 Extended /dev/sdc5 60244 60801 4482103+ 82 Linux swap / Solaris /dev/sdc6 47202 60243 104759802 83 Linux Partition table entries are not in disk order
- 03-29-2009 #4
try
Ed: output ofCode:sudo fdisk -l
may also be usefulCode:ls /dev/disk/by-uuid -l
- 03-29-2009 #5Just Joined!
- Join Date
- Mar 2009
- Location
- Kentucky
- Posts
- 8
Okay so I am now able to boot into Windows 7 just fine. However, attempting to boot into Windows XP gives me a black screen or insta-restarts. Any way I can fix XP booting via Windows 7?
- 03-30-2009 #6Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,514
You need to edit the windows 7 bootloader menu to add an entry for xp?
- 03-30-2009 #7Just Joined!
- Join Date
- Mar 2009
- Location
- Kentucky
- Posts
- 8
- 03-30-2009 #8
So you can boot to both Win 7 and Ubuntu? Sounds like a likely driver issue in XP.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-30-2009 #9Just Joined!
- Join Date
- Mar 2009
- Location
- Kentucky
- Posts
- 8
Can't boot into it to fix it though, nor can I boot from the XP CD... It just hangs on "Setup is starting Windows". Never done that before.
- 03-30-2009 #10
It looks like you have XP on its own drive, can you disconnect other drives from the system and then try to fix XP boot with only the XP drive & CD drive connected?


Reply With Quote

