I have an external Seagate HDD that I boot Windows 10 from. I wanted to dual boot from it, so I installed Xubuntu 16.04 alongside Windows 10 using the normal install procedure for Xubuntu (normal installation, not persistent live-USB)
I partitioned the drive into three partitions (Windows, Xubuntu and swap), set the mount point to the Xubuntu partition and installed Xubuntu there.
I believe I set the "device for bootloader installation" to the external HDD in question.
The installation completed sucesfully, and when I browse the Xubuntu partition (from another Linux system), I can see the file structure of Xubuntu, and it looks like a totally sucessful installation.
However, when I try to boot from this HDD, I only get Windows 10 booting automatically, and no Grub bootloader.
This leads me to question whether I actually chose this device for the bootloader, although I could have sworn I did.
Is there any method through which I can confirm that I did indeed install Grub to this HDD?
How can I find out why I don't get Grub while booting from this HDD?
FWIW the computer I used to perform the installation boots just like before and it only had Windows 10 on it.
As requested by @Pilot6, I took my normal Windows/Xubuntu laptop, booted Xubuntu, connected the external HDD in question, and ran sudo parted -l
.
Here is the output:
pal@pal-Vostro-3546:~$ sudo parted -l
[sudo] password for pal:
Model: ATA Hitachi HTS54503 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 525MB 524MB primary ntfs boot
2 525MB 208GB 207GB primary ntfs
3 208GB 317GB 109GB primary ext4
4 317GB 320GB 3146MB primary linux-swap(v1)
Model: Seagate Expansion (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 262GB 262GB primary ntfs boot
2 262GB 498GB 236GB primary ext4
3 498GB 500GB 2097MB primary linux-swap(v1)
grub
on that disk without re-installing Xubuntu. – Pilot6 Aug 29 '17 at 20:57sudo parted -l
to your question. – Pilot6 Aug 29 '17 at 21:00gparted
, the external drive is calledsdb
and theext4
partition I installed Xubuntu on is calledsdb2
. – Fiksdal Aug 29 '17 at 21:05sudo parted -l
to your question. – Pilot6 Aug 29 '17 at 21:07