i have a main windows drive which is full and a 2tb drive which i use for my high storage apps/games, I partitiond 600gb of my 2tb drive which i chose as the location to install ubuntu, on ubuntu installation what device do i use for my boot loader installation.
Asked
Active
Viewed 37 times
1 Answers
0
- Open command prompt
- Type
diskpart
- In the new window type
list disk
- Identify your 2tb drive
- For example let your 2tb drive be disk 1
- Type
select disk 1
- Type
list vol
(vol means volume present in the selected disk) - Now check for the 600gb volume. Just check the space and you can.
Still if you can't then format the volume to any another type which is not being displayed like fat32. With that you may identify the volume then check where it says it's location
Try using the disk manager of windows.
If you wanted to learn how to boot from live usb then use BIOS/UEFI and make sure that Boot from external device is on and the priority is first.

Rushi Kaneria
- 23
- 6
sudo update-grub
to add windows to the Ubuntu boot menu. – C.S.Cameron Aug 06 '21 at 02:04