Skip to main content

Thread: lost windows7 on boot up


ok have problem installed ubuntu 11.04 on windows 7 dual boot. problem have cant windows7. boots straight ubuntu.. did lose window 7?



code:
                   boot info script 0.60    17 may 2011   ============================= boot info summary: ===============================   => no boot loader installed in mbr of /dev/sda.  sda1: __________________________________________________________________________      file system:       ext4     boot sector type:  grub2 (v1.99)     boot sector info:   grub2 (v1.99) installed in boot sector of sda1                         , looks @ sector 621040072 of same hard drive                         core.img. core.img @ location , looks                         (,msdos1)/boot/grub on drive.     operating system:  ubuntu 11.04     boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img  ============================ drive/partition info: =============================  drive: sda _____________________________________________________________________  disk /dev/sda: 1000.2 gb, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes  partition  boot  start sector    end sector  # of sectors  id system  /dev/sda1    *          2,048 1,953,523,711 1,953,521,664  83 linux   "blkid" output: ________________________________________________________________  device           uuid                                   type       label  /dev/sda1        8dfdf47d-d017-4433-b473-b25042916b36   ext4         ================================ mount points: =================================  device           mount_point              type       options  /dev/sda1        /                        ext4       (rw,errors=remount-ro,commit=0)   =========================== sda1/boot/grub/grub.cfg: ===========================  -------------------------------------------------------------------------------- # # not edit file # # automatically generated grub-mkconfig using templates # /etc/grub.d , settings /etc/default/grub #  ### begin /etc/grub.d/00_header ### if [ -s $prefix/grubenv ];   set have_grubenv=true   load_env fi set default="0" if [ "${prev_saved_entry}" ];   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}" ];     saved_entry="${chosen}"     save_env saved_entry   fi }  function recordfail {   set recordfail=1   if [ -n "${have_grubenv}" ]; if [ -z "${boot_once}" ]; save_env recordfail; fi; fi }  function load_video {   insmod vbe   insmod vga   insmod video_bochs   insmod video_cirrus }  insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 8dfdf47d-d017-4433-b473-b25042916b36 if loadfont /usr/share/grub/unicode.pf2 ;   set gfxmode=auto   load_video   insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 8dfdf47d-d017-4433-b473-b25042916b36 set locale_dir=($root)/boot/grub/locale set lang=en_us insmod gettext if [ "${recordfail}" = 1 ];   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 if background_color 44,0,30;   clear fi ### end /etc/grub.d/05_debian_theme ###  ### begin /etc/grub.d/10_linux ### if [ ${recordfail} != 1 ];   if [ -e ${prefix}/gfxblacklist.txt ];     if hwmatch ${prefix}/gfxblacklist.txt 3;       if [ ${match} = 0 ];         set linux_gfx_mode=keep       else         set linux_gfx_mode=text       fi     else       set linux_gfx_mode=text     fi   else     set linux_gfx_mode=keep   fi else   set linux_gfx_mode=text fi export linux_gfx_mode if [ "$linux_gfx_mode" != "text" ]; load_video; fi menuentry 'ubuntu, linux 2.6.38-8-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {     recordfail     set gfxpayload=$linux_gfx_mode     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 8dfdf47d-d017-4433-b473-b25042916b36     linux    /boot/vmlinuz-2.6.38-8-generic-pae root=uuid=8dfdf47d-d017-4433-b473-b25042916b36 ro   quiet splash vt.handoff=7     initrd    /boot/initrd.img-2.6.38-8-generic-pae } menuentry 'ubuntu, linux 2.6.38-8-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {     recordfail     set gfxpayload=$linux_gfx_mode     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 8dfdf47d-d017-4433-b473-b25042916b36     echo    'loading linux 2.6.38-8-generic-pae ...'     linux    /boot/vmlinuz-2.6.38-8-generic-pae root=uuid=8dfdf47d-d017-4433-b473-b25042916b36 ro single      echo    'loading initial ramdisk ...'     initrd    /boot/initrd.img-2.6.38-8-generic-pae } ### end /etc/grub.d/10_linux ###  ### begin /etc/grub.d/20_linux_xen ### ### end /etc/grub.d/20_linux_xen ###  ### begin /etc/grub.d/20_memtest86+ ### menuentry "memory test (memtest86+)" {     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 8dfdf47d-d017-4433-b473-b25042916b36     linux16    /boot/memtest86+.bin } menuentry "memory test (memtest86+, serial console 115200)" {     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 8dfdf47d-d017-4433-b473-b25042916b36     linux16    /boot/memtest86+.bin console=ttys0,115200n8 } ### end /etc/grub.d/20_memtest86+ ###  ### begin /etc/grub.d/30_os-prober ### if [ "x${timeout}" != "x-1" ];   if keystatus;     if keystatus --shift;       set timeout=-1     else       set timeout=0     fi   else     if sleep --interruptible 3 ;       set timeout=0     fi   fi fi ### end /etc/grub.d/30_os-prober ###  ### begin /etc/grub.d/40_custom ### # file provides easy way add custom menu entries.  type # menu entries want add after comment.  careful not change # 'exec tail' line above. ### end /etc/grub.d/40_custom ###  ### begin /etc/grub.d/41_custom ### if [ -f  $prefix/custom.cfg ];   source $prefix/custom.cfg; fi ### end /etc/grub.d/41_custom ### --------------------------------------------------------------------------------  =============================== sda1/etc/fstab: ================================  -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point>   <type>  <options>       <dump>  <pass> proc            /proc           proc    nodev,noexec,nosuid 0       0 /dev/sda1       /               ext4    errors=remount-ro 0       1 --------------------------------------------------------------------------------  =================== sda1: location of files loaded grub: ====================             gib - gb             file                                 fragment(s)   296.135009766 = 317.972545536  boot/grub/core.img                             1  380.179244995 = 408.214355968  boot/grub/grub.cfg                             1    1.255077362 = 1.347629056    boot/initrd.img-2.6.38-8-generic-pae           2    0.763122559 = 0.819396608    boot/vmlinuz-2.6.38-8-generic-pae              2    1.255077362 = 1.347629056    initrd.img                                     2    0.763122559 = 0.819396608    vmlinuz                                        2  ========= devices don't seem have corresponding hard drive: =========  sdb sdc sdd sde   =============================== stderr messages: ===============================  unlzma: decoder error
attached files attached files

can post output of
code:
sudo fdisk -l
?


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] lost windows7 on boot up


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support