My Wubi install no longer boots and seems to be missing. I cannot remove it or reinstall.
Here is the bootinfoscript results:
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos8)/boot/grub on this drive.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /boot/bcd
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /Windows/System32/winload.exe
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 2048.
Operating System:
Boot files:
sda6: __________________________________________________________________________
File system: vfat
Boot sector type: Unknown
Boot sector info: According to the info in the boot sector, sda6 starts
at sector 0. But according to the info from fdisk,
sda6 starts at sector 479195136. According to the info
in the boot sector, sda6 has 0 sectors.
Operating System:
Boot files: /grub/grub.cfg /grub/core.img
sda7: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.04 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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 31,459,327 31,457,280 27 Hidden NTFS (Recovery Environment)
/dev/sda2 * 31,459,328 31,664,127 204,800 7 NTFS / exFAT / HPFS
/dev/sda3 31,664,128 140,333,897 108,669,770 7 NTFS / exFAT / HPFS
/dev/sda4 140,335,102 488,392,064 348,056,963 f W95 Extended (LBA)
/dev/sda5 200,654,848 479,193,087 278,538,240 7 NTFS / exFAT / HPFS
/dev/sda6 479,195,136 488,392,064 9,196,929 49 Unknown
/dev/sda7 198,582,272 200,652,799 2,070,528 82 Linux swap / Solaris
/dev/sda8 140,335,104 198,580,223 58,245,120 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 5016ED3C16ED2426 ntfs RECOVERY
/dev/sda2 04A6EE49A6EE3AB6 ntfs SYSTEM
/dev/sda3 E694F09F94F07381 ntfs
/dev/sda5 B4B2B639B2B60042 ntfs
/dev/sda6 4B13-E037 vfat
/dev/sda7 acc2e6b0-2040-4102-909e-87506bd8888c swap
/dev/sda8 a501ea1f-e8cf-4088-b8d1-d239133d0c8e ext4
/dev/sr0 iso9660 Ubuntu 12.04 LTS i386
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda2 /media/SYSTEM fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda3 /media/E694F09F94F07381 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda5 /media/B4B2B639B2B60042 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda8 /media/a501ea1f-e8cf-4088-b8d1-d239133d0c8e ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sr0 /cdrom iso9660 (ro,noatime)
============================= sda6/grub/grub.cfg: ==============================
--------------------------------------------------------------------------------
#
# grub.cfg for a simple text menu.
# In the current architecture, this always just boots hyperspace.
# see normal/main.c
#
set quietmenu=1
set default=0
set timeout=0
menuentry "Hypercore" {
sethsroot
psaloader psa0
}
--------------------------------------------------------------------------------
=================== sda6: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? grub/core.img 1
?? = ?? grub/grub.cfg 1
=========================== sda8/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
set have_grubenv=true
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
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root a501ea1f-e8cf-4088-b8d1-d239133d0c8e
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root a501ea1f-e8cf-4088-b8d1-d239133d0c8e
set locale_dir=($root)/boot/grub/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
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
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="$1"
if [ "$1" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
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" ]; then load_video; fi
menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root a501ea1f-e8cf-4088-b8d1-d239133d0c8e
linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=a501ea1f-e8cf-4088-b8d1-d239133d0c8e ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-23-generic-pae
}
menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root a501ea1f-e8cf-4088-b8d1-d239133d0c8e
echo 'Loading Linux 3.2.0-23-generic-pae ...'
linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=a501ea1f-e8cf-4088-b8d1-d239133d0c8e ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-23-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='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root a501ea1f-e8cf-4088-b8d1-d239133d0c8e
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root a501ea1f-e8cf-4088-b8d1-d239133d0c8e
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 5016ED3C16ED2426
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root 04A6EE49A6EE3AB6
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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda8/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' 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/sda8 during installation
UUID=a501ea1f-e8cf-4088-b8d1-d239133d0c8e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=acc2e6b0-2040-4102-909e-87506bd8888c none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda8: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= boot/grub/core.img 1
= boot/grub/grub.cfg 1
= boot/initrd.img-3.2.0-23-generic-pae 3
= boot/vmlinuz-3.2.0-23-generic-pae 1
= initrd.img 3
= vmlinuz 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda4
00000000 00 8c 0e 30 ac 57 3c 6e 18 c8 c8 e3 cc ee 74 75 |...0.W<n......tu|
00000010 30 09 19 7e 54 56 2c 78 f9 70 17 a7 be 6a 29 ba |0..~TV,x.p...j).|
00000020 ab 99 4d 6e ee 69 2a 6f 92 31 e8 95 8e 7e 58 80 |..Mn.i*o.1...~X.|
00000030 95 0e ed d9 42 71 9e bf 31 18 fc 2b 32 65 48 e6 |....Bq..1..+2eH.|
00000040 67 55 00 ed 27 af f3 ae c4 97 2a d7 a9 c9 34 93 |gU..'.....*...4.|
00000050 76 2a 80 e3 13 31 fb ca 48 19 f7 ae ef c2 29 6e |v*...1..H.....)n|
00000060 6e cc f2 47 0c 83 c9 65 65 6e 83 20 00 7a 75 ee |n..G...een. .zu.|
00000070 3d eb 9e ab 9c 69 4d 47 77 1b 1b 61 61 fb fa 69 |=....iMGw..aa..i|
00000080 ae a9 92 f8 9b c3 31 db ea 2b 33 5c c1 22 dc db |......1..+3\."..|
00000090 09 4b 24 9b b6 b6 e7 05 0f be 46 49 19 18 23 be |.K$.......FI..#.|
000000a0 45 79 c5 fd b3 79 c1 72 30 e7 0a 07 63 cf 35 34 |Ey...y.r0...c.54|
000000b0 67 17 4e 2e 3f ca ae 46 22 9f 2d 49 dd eb ce 49 |g.N.?..F".-I...I|
000000c0 05 ab 29 5f 37 e6 38 03 3e b4 df 28 95 32 3a 92 |..)_7.8.>..(.2:.|
000000d0 41 04 63 db 8a ea 95 e3 4e 3a 5a ec e6 e4 eb e4 |A.c.....N:Z.....|
000000e0 57 7b 8b b2 46 c1 95 db b7 9a 8c 5b 2f 96 37 28 |W{..F......[/.7(|
000000f0 21 59 89 e9 cd 34 dc b9 6e 45 9d 90 c9 9c 79 5b |!Y...4..nE....y[|
00000100 4a a8 ce d3 93 4a f1 6c 55 51 f3 29 51 cf ad 29 |J....J.lUQ.)Q..)|
00000110 79 15 6d df 90 8d b1 12 24 f9 76 e0 93 f5 e6 aa |y.m.....$.v.....|
00000120 be e6 55 76 0d b1 79 03 a6 79 a9 6d ad 7c 87 6d |..Uv..y..y.m.|.m|
00000130 0b ab 10 78 d1 d0 10 49 23 a7 6f 5f ad 42 f2 c4 |...x...I#.o_.B..|
00000140 ce 15 83 31 57 00 91 df 15 5b 47 5e b6 15 b4 4f |...1W....[G^...O|
00000150 cc 69 12 34 82 30 08 51 f3 64 7a 54 79 94 b9 c1 |.i.4.0.Q.dzTy...|
00000160 c0 c0 c7 b6 29 27 77 a0 d6 82 c4 e4 12 54 e4 32 |....)'w......T.2|
00000170 f3 c5 32 36 99 7f 76 50 9c a8 c8 f5 aa 52 ba b3 |..26..vP.....R..|
00000180 ee 4f 51 19 f0 77 aa 72 50 02 0f b5 56 44 76 90 |.OQ..w.rP...VDv.|
00000190 c8 43 13 9e f4 80 b0 0a 79 65 41 e8 41 fd 7a d5 |.C......yeA.A.z.|
000001a0 77 12 89 30 0f f0 e7 3f 8d 3b e8 bd 05 a0 e5 01 |w..0...?.;......|
000001b0 db 25 33 82 72 73 ed 4c da cc 9b 86 70 58 00 fe |.%3.rs.L....pX..|
000001c0 ff ff 07 fe ff ff 02 68 98 03 00 28 9a 10 00 fe |.......h...(....|
000001d0 ff ff 05 fe ff ff 02 90 32 14 81 5d 8c 00 00 00 |........2..]....|
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
Unknown BootLoader on sda6
00000000 eb 4b 90 6d 6b 64 6f 73 66 73 00 00 02 04 3f 00 |.K.mkdosfs....?.|
00000010 02 00 02 00 10 f8 03 00 20 00 40 00 00 00 00 00 |........ .@.....|
00000020 00 00 00 00 00 00 29 37 e0 13 4b 20 20 20 20 20 |......)7..K |
00000030 20 20 20 20 20 20 46 41 54 31 32 20 20 20 04 00 | FAT12 ..|
00000040 00 80 00 08 01 f0 8f 1c 00 00 00 00 80 fa eb 07 |................|
00000050 f6 c2 80 75 02 b2 80 ea 5c 7c 00 00 31 c0 8e d8 |...u....\|..1...|
00000060 8e d0 bc 00 20 fb a0 4c 7c 3c ff 74 02 88 c2 52 |.... ..L|<.t...R|
00000070 be 71 7d e8 23 01 be 05 7c f6 c2 80 74 48 b4 41 |.q}.#...|...tH.A|
00000080 bb aa 55 cd 13 5a 52 72 3d 81 fb 55 aa 75 37 83 |..U..ZRr=..U.u7.|
00000090 e1 01 74 32 31 c0 89 44 04 40 88 44 ff 89 44 02 |..t21..D.@.D..D.|
000000a0 c7 04 10 00 66 8b 1e 44 7c 66 89 5c 08 66 8b 1e |....f..D|f.\.f..|
000000b0 48 7c 66 89 5c 0c c7 44 06 00 70 b4 42 cd 13 72 |H|f.\..D..p.B..r|
000000c0 05 bb 00 70 eb 73 b4 08 cd 13 73 0a f6 c2 80 0f |...p.s....s.....|
000000d0 84 f0 00 e9 83 00 66 0f b6 c6 88 64 ff 40 66 89 |......f....d.@f.|
000000e0 44 04 0f b6 d1 c1 e2 02 88 e8 88 f4 40 89 44 08 |D...........@.D.|
000000f0 0f b6 c2 c0 e8 02 66 89 04 66 a1 48 7c 66 09 c0 |......f..f.H|f..|
00000100 75 4f 66 a1 44 7c 66 31 d2 66 f7 34 88 d1 31 d2 |uOf.D|f1.f.4..1.|
00000110 66 f7 74 04 3b 44 08 7d 38 fe c1 88 c5 30 c0 c1 |f.t.;D.}8....0..|
00000120 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e c3 31 db |......Z....p..1.|
00000130 b8 01 02 cd 13 72 2a 8c c3 8e 06 42 7c 60 1e b9 |.....r*....B|`..|
00000140 00 01 8e db 31 f6 31 ff fc f3 a5 1f 61 ff 26 40 |....1.1.....a.&@|
00000150 7c be 77 7d e8 42 00 eb 0e be 7c 7d e8 3a 00 eb ||.w}.B....|}.:..|
00000160 06 be 86 7d e8 32 00 be 8b 7d e8 2c 00 cd 18 eb |...}.2...}.,....|
00000170 fe 00 00 00 00 00 00 47 65 6f 6d 00 48 61 72 64 |.......Geom.Hard|
00000180 20 44 69 73 6b 00 52 65 61 64 00 20 45 72 72 6f | Disk.Read. Erro|
00000190 72 00 bb 01 00 b4 0e cd 10 ac 3c 00 75 f4 c3 00 |r.........<.u...|
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 24 12 |..............$.|
000001c0 0f 09 00 be bd 7d 31 c0 cd 13 46 8a 0c 80 f9 00 |.....}1...F.....|
000001d0 75 0f be da 7d e8 c1 ff eb 8d 46 6c 6f 70 70 79 |u...}.....Floppy|
000001e0 00 bb 00 70 b8 01 02 b5 00 b6 00 cd 13 72 d7 b6 |...p.........r..|
000001f0 01 b5 4f e9 e0 fe 00 00 00 00 00 00 00 00 55 aa |..O...........U.|
00000200
=============================== StdErr Messages: ===============================
xz: (stdin): Compressed data is corrupt
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
Good point bcbc, about the normal ubuntu. So I configured the bcdedit in windows 7 to add ubuntu and it boot to Grub command line waiting for the right command
grub> and blinking dash
From what I understand, it is looking for the right kernel... but remembering about wubi superthread in ubuntuforums and grub.... not too sure how to update grub.
Windows7 is working fine.
I tried to install 12.04 but I received the message that 12.04 was installed, albeit I could not find any traces of it, while looking at the program install/uninstall in windows or looking for missing folder in the windows folders using the unhide command. ckdsk did not return any error.
As for installing ubuntu with wubi... good point... not too sure if i have the correct version, as I always installed the other ubuntu versions with wubi. How do I figure out this last one.
no raid, no multiple HD, this is a netbook, samsung np210