PDA

View Full Version : Ubuntu 64 bits HELP Dual Boot



lin_hlp
June 13th, 2010, 11:38 PM
Hello anyone can help me?????
Ok i'm a beginer user girl, i start using ubuntu 8.10 and then 9.04 allways with dual boot on 32 bits with no problems at all. but i bought a 64 bit machine last month i tried to install ubuntu 10.04 karmik koala & Win Xp 64 bit with dual boot.

Linux boots fine, windows won't. It keeps hanging after displaying

After this I only see a blinking cursor, windows won't load.

Thanks, Lorena...

darkod
June 13th, 2010, 11:46 PM
Can you download the script in my signature, run it and post the content of the results file as explained here:
http://ubuntuforums.org/showpost.php?p=8844901&postcount=4

It will show us more information.

mikewhatever
June 13th, 2010, 11:49 PM
Hi and welcome. So the problem is that XP 64 bit hangs at boot, right? Is there anything wrong with Ubuntu?

lin_hlp
June 14th, 2010, 12:09 AM
i did it already, and then i have to copy and paste it?

darkod
June 14th, 2010, 12:12 AM
i did it already, and then i have to copy and paste it?

Yes, just copy-paste the text inside, like from any document. After pasting when the text is still selected here when creating the post, please hit the # button in the toolbar above to place CODE tags at beginning and end of the text. It helps reading it.

lin_hlp
June 14th, 2010, 12:16 AM
Boot Info Script 0.55 dated February 15th, 2010

============================= Boot Info Summary: ==============================

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #6 for /boot/grub.

sda1: __________________________________________________ _______________________

File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________ _______________________

File system: Extended Partition
Boot sector type: Unknown
Boot sector info:

sda5: __________________________________________________ _______________________

File system: swap
Boot sector type: -
Boot sector info:

sda6: __________________________________________________ _______________________

File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04 LTS
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

=========================== Drive/Partition Info: =============================

Drive: sda ___________________ __________________________________________________ ___

Disk /dev/sda: 74.4 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders, total 145226112 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition Boot Start End Size Id System

/dev/sda1 * 63 61,432,559 61,432,497 7 HPFS/NTFS
/dev/sda2 61,433,854 120,025,087 58,591,234 5 Extended
/dev/sda5 61,433,856 67,291,135 5,857,280 82 Linux swap / Solaris
/dev/sda6 67,293,184 120,025,087 52,731,904 83 Linux


blkid -c /dev/null: __________________________________________________ __________

Device UUID TYPE LABEL

/dev/sda1 009CBB389CBB2756 ntfs
/dev/sda2: PTTYPE="dos"
/dev/sda5 94cf83aa-499b-4548-be0a-d77c22eaff23 swap
/dev/sda6 683e6f30-cd94-4d44-8ce6-f43d728e3f10 ext3
/dev/sda: PTTYPE="dos"

============================ "mount | grep ^/dev output: ===========================

Device Mount_Point Type Options

/dev/sda6 / ext3 (rw,errors=remount-ro)


================================ sda1/boot.ini: ================================

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Professional x64 Edition" /noexecute=optin /fastdetect

=========================== sda6/boot/grub/grub.cfg: ===========================

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}

function recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=683e6f30-cd94-4d44-8ce6-f43d728e3f10 ro quiet vga=769 quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
echo 'Loading Linux 2.6.32-22-generic ...'
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=683e6f30-cd94-4d44-8ce6-f43d728e3f10 ro single quiet vga=769
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=683e6f30-cd94-4d44-8ce6-f43d728e3f10 ro quiet vga=769 quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=683e6f30-cd94-4d44-8ce6-f43d728e3f10 ro single quiet vga=769
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 683e6f30-cd94-4d44-8ce6-f43d728e3f10
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows XP Professional x64 Edition (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 009cbb389cbb2756
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

=============================== sda6/etc/fstab: ===============================

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=683e6f30-cd94-4d44-8ce6-f43d728e3f10 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=94cf83aa-499b-4548-be0a-d77c22eaff23 none swap sw 0 0

=================== sda6: Location of files loaded by Grub: ===================


54.5GB: boot/grub/core.img
54.4GB: boot/grub/grub.cfg
54.5GB: boot/initrd.img-2.6.32-21-generic
54.5GB: boot/initrd.img-2.6.32-22-generic
54.5GB: boot/vmlinuz-2.6.32-21-generic
54.5GB: boot/vmlinuz-2.6.32-22-generic
54.5GB: initrd.img
54.5GB: initrd.img.old
54.5GB: vmlinuz
54.5GB: vmlinuz.old
=========================== Unknown MBRs/Boot Sectors/etc =======================

Unknown BootLoader on sda2

00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 fe |................|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 60 59 00 00 fe |...........`Y...|
000001d0 ff ff 05 fe ff ff 02 60 59 00 00 a8 24 03 00 00 |.......`Y...$...|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200

lin_hlp
June 14th, 2010, 12:29 AM
It's too hard???

darkod
June 14th, 2010, 12:33 AM
Actually I can't notice anything wrong. You can try and force a check of the XP partition next time you try to boot it. In ubuntu in terminal run:

sudo ntfsfix /dev/sda1

After it's finished, restart and select to boot XP from the boot menu. It should start the windows chkdsk tool to check the XP partition.

lin_hlp
June 14th, 2010, 12:44 AM
i restarted already with the same results i have just a blinking cursor on the top left screen and nothing else, the good news that system its brand new with no info in the hd except the operanting systems and i can re-format them do you can suggest somethink?