Skip to main content

Thread: Wubi Migration to Partiton issuses


i have issue migration partition. used script wubigiude.org , shell script wubi-move-to-partition,

seemed go except there no entry new ubuntu partition in grub when computer started, have uninstalled wubi via windows. have ubuntu partition can't access can please me out?


i've run bootinfoscript , here results, great because have put lot of work installation , hate have reinstall , start scratch


code:
                boot info script 0.55    dated february 15th, 2010                        ============================= boot info summary: ==============================     => windows installed in mbr of /dev/sda    sda1: _________________________________________________________________________        file system:       ntfs      boot sector type:  windows xp      boot sector info:  no errors found in boot parameter block.      operating system:  windows xp      boot files/dirs:   /boot.ini /ntldr /ntdetect.com /wubildr.mbr                          /ubuntu/winboot/wubildr.mbr /wubildr                          /ubuntu/winboot/wubildr /ubuntu/disks/root.disk                          /ubuntu/disks/swap.disk    sda1/wubi: _________________________________________________________________________        file system:       ext4      boot sector type:  -      boot sector info:        operating system:  ubuntu 10.04 lts      boot files/dirs:   /boot/grub/grub.cfg /etc/fstab    sda2: _________________________________________________________________________        file system:       ext3      boot sector type:  -      boot sector info:        operating system:  ubuntu 10.04.1 lts      boot files/dirs:   /boot/grub/grub.cfg /etc/fstab    sda3: _________________________________________________________________________        file system:       extended partition      boot sector type:  unknown      boot sector info:      sda5: _________________________________________________________________________        file system:       swap      boot sector type:  -      boot sector info:      =========================== drive/partition info: =============================    drive: sda ___________________ _____________________________________________________    disk /dev/sda: 160.0 gb, 160041885696 bytes  255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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    *          2,048   224,335,439   224,333,392   7 hpfs/ntfs  /dev/sda2         224,347,725   303,226,874    78,879,150  83 linux  /dev/sda3         303,226,875   312,576,704     9,349,830   5 extended  /dev/sda5         303,226,938   312,576,704     9,349,767  82 linux swap / solaris      blkid -c /dev/null: ____________________________________________________________    device           uuid                                   type       label                             /dev/loop0                                              squashfs                                   /dev/loop1       d7069958-9bd6-41f6-80a0-244dbad7267b   ext4                                       /dev/sda1        ca5aadc05aadaa21                       ntfs                                       /dev/sda2        c1c77d74-af08-42b2-9c7b-968c416a370c   ext3                                       /dev/sda3: pttype="dos"   /dev/sda5        5a88ddb2-3b5b-4577-a9ff-3e1bcccc5fab   swap                                       /dev/sda: pttype="dos"     ============================ "mount | grep ^/dev  output: ===========================    device           mount_point              type       options    aufs             /                        aufs       (rw)  /dev/sr0         /cdrom                   iso9660    (ro,noatime)  /dev/loop0       /rofs                    squashfs   (ro,noatime)      ================================ sda1/boot.ini: ================================    [boot loader]    timeout=3    default=multi(0)disk(0)rdisk(0)partition(1)\windows    [operating systems]    multi(0)disk(0)rdisk(0)partition(1)\windows="ibm client e-business windows xp v3.01" /noexecute=alwaysoff /fastdetect    c:\cmdcons\bootsect.dat="microsoft windows recovery console" /cmdcons    c:\wubildr.mbr = "xubuntu"      ======================== sda1/wubi/boot/grub/grub.cfg: ========================    #  # not edit file  #  # automatically generated /usr/sbin/grub-mkconfig using templates  # /etc/grub.d , settings /etc/default/grub  #    ### begin /etc/grub.d/00_header ###  if [ -s $prefix/grubenv ];    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  }  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  ### end /etc/grub.d/05_debian_theme ###    ### begin /etc/grub.d/10_linux ###  ### end /etc/grub.d/10_linux ###    ### begin /etc/grub.d/20_memtest86+ ###  ### end /etc/grub.d/20_memtest86+ ###    ### begin /etc/grub.d/30_os-prober ###  menuentry "windows nt/2000/xp (on /dev/sda1)" {  	insmod ntfs  	set root='(hd0,1)'  	search --no-floppy --fs-uuid --set ca5aadc05aadaa21  	drivemap -s (hd0) ${root}  	chainloader +1  }  menuentry "ubuntu, linux 2.6.32-24-generic (on /dev/sda2)" {  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux /boot/vmlinuz-2.6.32-24-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro quiet splash  	initrd /boot/initrd.img-2.6.32-24-generic  }  menuentry "ubuntu, linux 2.6.32-24-generic (recovery mode) (on /dev/sda2)" {  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux /boot/vmlinuz-2.6.32-24-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro single  	initrd /boot/initrd.img-2.6.32-24-generic  }  menuentry "ubuntu, linux 2.6.32-21-generic (on /dev/sda2)" {  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux /boot/vmlinuz-2.6.32-21-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro quiet splash  	initrd /boot/initrd.img-2.6.32-21-generic  }  menuentry "ubuntu, linux 2.6.32-21-generic (recovery mode) (on /dev/sda2)" {  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux /boot/vmlinuz-2.6.32-21-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro single  	initrd /boot/initrd.img-2.6.32-21-generic  }  ### 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 ###    ============================= sda1/wubi/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  /host/ubuntu/disks/root.disk /               ext4    loop,errors=remount-ro 0       1  /host/ubuntu/disks/swap.disk none            swap    loop,sw         0       0    ================= sda1/wubi: location of files loaded grub: =================         6.6gb: boot/grub/grub.cfg      .1gb: boot/initrd.img-2.6.32-21-generic     6.5gb: boot/vmlinuz-2.6.32-21-generic      .1gb: initrd.img     6.5gb: vmlinuz    =========================== sda2/boot/grub/grub.cfg: ===========================    #  # not edit file  #  # automatically generated /usr/sbin/grub-mkconfig using templates  # /etc/grub.d , settings /etc/default/grub  #    ### begin /etc/grub.d/00_header ###  if [ -s $prefix/grubenv ];    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  }  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  ### end /etc/grub.d/05_debian_theme ###    ### begin /etc/grub.d/10_linux ###  menuentry 'ubuntu, linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {  	recordfail  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux	/boot/vmlinuz-2.6.32-24-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro   quiet splash  	initrd	/boot/initrd.img-2.6.32-24-generic  }  menuentry 'ubuntu, linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {  	recordfail  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	echo	'loading linux 2.6.32-24-generic ...'  	linux	/boot/vmlinuz-2.6.32-24-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro single   	echo	'loading initial ramdisk ...'  	initrd	/boot/initrd.img-2.6.32-24-generic  }  menuentry 'ubuntu, linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {  	recordfail  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux	/boot/vmlinuz-2.6.32-21-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro   quiet splash  	initrd	/boot/initrd.img-2.6.32-21-generic  }  menuentry 'ubuntu, linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {  	recordfail  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	echo	'loading linux 2.6.32-21-generic ...'  	linux	/boot/vmlinuz-2.6.32-21-generic root=uuid=c1c77d74-af08-42b2-9c7b-968c416a370c ro single   	echo	'loading initial ramdisk ...'  	initrd	/boot/initrd.img-2.6.32-21-generic  }  ### end /etc/grub.d/10_linux ###    ### begin /etc/grub.d/10_lupin ###  ### end /etc/grub.d/10_lupin ###    ### begin /etc/grub.d/20_memtest86+ ###  menuentry "memory test (memtest86+)" {  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux16	/boot/memtest86+.bin  }  menuentry "memory test (memtest86+, serial console 115200)" {  	insmod ext2  	set root='(hd0,2)'  	search --no-floppy --fs-uuid --set c1c77d74-af08-42b2-9c7b-968c416a370c  	linux16	/boot/memtest86+.bin console=ttys0,115200n8  }  ### end /etc/grub.d/20_memtest86+ ###    ### begin /etc/grub.d/30_os-prober ###  if [ ${timeout} != -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 ###    =============================== sda2/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        uuid=    /    ext3    errors=remount-ro    0    1  uuid=    none    swap    sw    0    0    =================== sda2: location of files loaded grub: ===================       117.6gb: boot/grub/grub.cfg   117.5gb: boot/initrd.img-2.6.32-21-generic   117.6gb: boot/initrd.img-2.6.32-24-generic   117.6gb: boot/vmlinuz-2.6.32-21-generic   117.6gb: boot/vmlinuz-2.6.32-24-generic   117.6gb: initrd.img   117.5gb: initrd.img.old   117.6gb: vmlinuz   117.6gb: vmlinuz.old  =========================== unknown mbrs/boot sectors/etc =======================    unknown bootloader  on sda3    00000000  8e a6 27 0d db 97 a2 4c  7a fc ad d6 3f 99 df 93  |..'....lz...?...|  00000010  e3 4f 36 82 b3 2f dc 3b  e8 7a c7 ab ff 64 fc 9b  |.o6../.;.z...d..|  00000020  29 3f fb 6b 03 d6 0f da  df 83 4c 79 ce f8 94 fe  |)?.k......ly....|  00000030  d8 aa 1e d5 6f 0e 58 c8  39 60 b1 cc 01 65 02 68  |....o.x.9`...e.h|  00000040  77 b7 c1 f9 da 64 2e b0  30 cb 5c 98 63 2e cc 33  |w....d..0.\.c..3|  00000050  b9 32 33 51 e2 24 09 8f  f2 51 b4 84 50 52 27 12  |.23q.$...q..pr'.|  00000060  42 29 3f c1 dc d9 99 46  7c e3 3d 2e 3c da b7  |b)?....f|.=.<...|  00000070  8d 26 a5 ba e2 3e eb 77  f1 8f 18 ff 8f 1b c4 5f  |.&...>.w......._|  00000080  72 de 48 e9 a9 12 fe c2  f5 b4 6d 4c 3c 45 12 db  |r.h.......ml<e..|  00000090  d3 da 52 76 6e 06 1b ff  98 64 44 5a 79 b6 bb 77  |..rvn....ddzy..w|  000000a0  e0 eb bb 78 0b f9 0f  94 65 aa 6f eb bd 7e a1  |....x....e.o..~.|  000000b0  7f 3f 7f 1e c9 f4 4f 66  4a 9f b4 bf f2 a4 a7 f7  |.?....ofj.......|  000000c0  a6 ce 50 06 f2 cf 57 f7  d3 fe 65 e9 f2 ef 1a 78  |..p...w...e....x|  000000d0  fd 9f fc 17 9d 44 f9 a1  5e c7 1b 64 7e 34 8d f9  |.....d..^..d~4..|  000000e0  ed b9 f6 a4 fd 79 c1 9e  41 fd 39 fe 21 ed 3f 48  |.....y..a.9.!.?h|  000000f0  7e f6 da dd 83 f4 17 5b  98 7e 52 5a 7a fb fc b7  |~......[.~rzz...|  00000100  52 aa b2 2e 65 3e 9c 6b  df 4f fe 11 d7 3a f3 e1  |r...e>.k.o...:..|  00000110  3c ab d2 cb 26 a0 06 22  1b fd a1 33 99 fd 72 1f  |<...&.."...3..r.|  00000120  e7 0a 91 e0 e5 d6 50 76  bd c5 12 a0 3c e2 04 28  |......pv....<..(|  00000130  cd f6 6f c4 e1 cc ce f4  60 4c 55 9b 65 3c c5 d8  |..o.....`lu.e<..|  00000140  00 1b 26 c6 08 35 7b  2c 4e f1 bd 76 e4 75 e9  |..&..5.{,n..v.u.|  00000150  ae 8d 02 e7 2e 1a c7 4b  ef 60 6e 1f 7b 3e f3 7e  |.......k.`n.{>.~|  00000160  e6 7b 1f 70 fd ff 1a 35  fe 5e f7 e6 60 fb 9f 8c  |.{.p...5.^..`...|  00000170  6b 97 6c bf 4a 98 ed ec  f7 4f ae 3d 2c 66 92 61  |k.l.j....o.=,f.a|  00000180  d7 9c 70 6b 3f da 3e  98 7f 8e 49 f4 ff cc 6f  |..p.k?.>...i...o|  00000190  7d e9 c9 ef df 14 9b a9  fb 37 98 ad 27 76 0c ed  |}........7..'v..|  000001a0  29 af a7 b4 fc cc eb a1  5b de a7 fd 33 97 a7 fc  |).......[...3...|  000001b0  67 42 7b a6 fe 43 12 47  ca 7c 4e bc 16 af 00 fe  |gb{..c.g.|n.....|  000001c0  ff ff 82 fe ff ff 3f 00  00 00 87 aa 8e 00 00 00  |......?.........|  000001d0  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

ok there couple of things...

take reinstalled wubi, during install hit skip button? reason assuming wubi grub menu doesn't have wubi install in it.

so, can boot install of ubuntu, or can boot live cd environment?

if can boot ubuntu, paste result of following:
code:
sudo mount


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Wubi Migration to Partiton issuses


Ubuntu

Comments

Popular posts from this blog

How to decompile jsxbin to jsx

Gavik Photoslide GK2: Not able to upload photos - Joomla! Forum - community, help and support

Phoca Guestbook logger registret bruger af - Joomla! Forum - community, help and support