I partitioned my Vista drive and installed 16.04 on second partition and it was working fine. The small boot window at startup listed Vista to boot first and I wanted it to boot Ubuntu first. At some point I had a window offering me, what I thought was an option to boot Ubuntu first and I used the option and afterward I had no option to boot to Vista. I have tried a new grub menu tool and boot repair but they did not work. I am not at all familiar with how to use them. The "Disks" utility" shows just one partition. Is there any way to rescue the Vista? I have some important info on it
Thanks for the reply. fdisk
info:
Disk /dev/sda: 55.9 GiB, 60022480896 bytes, 117231408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x4801b076
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 115230719 115228672 55G 83 Linux
/dev/sda2 115232766 117229567 1996802 975M 5 Extended
/dev/sda5 115232768 117229567 1996800 975M 82 Linux swap / Solaris
Disk /dev/sdb: 7.5 GiB, 8002732032 bytes, 15630336 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 32 15630335 15630304 7.5G b W95 FAT32
Also, my question is not the same as How do I recover my accidentally lost Windows partitions after installing Ubuntu?, because I partitioned my drive and installations were fine. My mistake was trying to change the boot order.
sudo fdisk -l
, copy the results from the terminal and edit your question adding the info. – To Do Jul 12 '20 at 07:04sdb1
seems like a windows partition – Dan Jul 16 '20 at 07:18sudo # testdisk
, you should remove the#
symbol. Usesudo testdisk
instead. Also, [edit] your post instead of adding a comment. It's better because you can format the command output so we can properly read it. – Dan Jul 27 '20 at 11:17