Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 468  / 1 Year ago, sat, january 7, 2023, 2:38:32

I run this script
https://help.ubuntu.com/community/MigrateWubi



and reveiced a message :



Found Ubuntu 12.04.1 LTS (12.04) on /dev/sda7
...
migration completed successfully.


Then i restarted computer and choose ubuntu from 2 lines



Windows 
Ubuntu


. But i don't see what changed, if i am on a partition with Ubuntu or Wubi .



@ubuntu:~/sudo fdisk -l



/dev/sda1   *          63   167782859    83891398+   7  HPFS/NTFS/exFAT
/dev/sda2 167782860 976768064 404492602+ 5 Extended
/dev/sda5 167782923 284337032 58277055 7 HPFS/NTFS/exFAT
/dev/sda6 587224008 669566016 41171004+ 7 HPFS/NTFS/exFAT
/dev/sda7 284340224 587223039 151441408 83 Linux
/dev/sda8 669569024 710529023 20480000 82 Linux swap / Solaris


EDIT: I download proposed pack from issue 1.


More From » wubi

 Answers
0

In a terminal (ctrl-alt-T), type



mount


If you see that your root directory ("/") is mounted on something like "/dev/sda7", then your installation is on that partition. If in doubt, post the result of that command here.



If mount shows something like



/dev/loop0 /


it means that you did not manage to install the grub loader correctly, and you still use the Windows loader to get to the WUBI installation.



Follow these instructions to install grub.




  1. Make sure that on /dev/sda7 you have the copy of the system (you can use the LiveCD to boot the system that is installed on /dev/sda7 to see whether it was installed correctly)


  2. Given that your new system is mounted in WUBI /dev/sda7 on /media/ce0c18e4-3d5d-466b-ba64-e19f1b129957, run



    sudo grub-install –-root-directory=/media/ce0c18e4-3d5d-466b-ba64-e19f1b129957 /dev/sda



This should install Grub to /dev/sda and allow you to boot in Ubuntu.


[#35271] Saturday, January 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
azaaburge

Total Points: 266
Total Questions: 85
Total Answers: 109

Location: Djibouti
Member since Sat, Oct 29, 2022
2 Years ago
;