I decided to get rid of windows and install Ubuntu 22.04 on the family computer. I think the versatility of Linux could be a good method to get the little one introduced to programming.
Though I'm facing a problem I don't know how to go about, and was hoping for some guidance or input on how to resolve my problem.
I have installed Ubuntu on the PC via the standard method (boot from USB etc), and deleted the partition for windows. I know have one partition that is solely for Ubuntu.
Though the machine does not see the boot file on the hard drive and only boots Ubuntu from the USB, despite having already installed. When I run sudo fdisk -l
I get the following:
Device Boot Start End Sectors Size Id Type
/dev/sda2 1187840 975482180 974294341 464.6G 7 HPFS/NTFS/exFAT
Device Start End Sectors Size Type
/dev/sdb1 2048 4095 2048 1M BIOS boot
/dev/sdb2 4096 1054719 1050624 513M EFI System
/dev/sdb3 1054720 30259199 29204480 13.9G Linux filesystem
As can be seen the linux file system (sdb3) is on the USB. I have already ran sudo grub-install /dev/sda
and update grub, but doesnt seem to have done anything
Further more, after a lot of googling I ran the boot-repair with the following output, it looks like the PC still has Windows, while grub (if I understand correctly) is still looking at sdb where the usb is (?):
boot-repair results
How can I rectify this? any help would be appreciated
-------- EDIT --------
So the Installer used my USB stick as the location to unpack and install Ubuntu. I burnt another USB with the ISO file and seems to work nicely, the only problem is that upon PC boot I have to F9 it and instruct it to load fro UEFI every time. I'm gonna leave that on the back burner until I come back from Christmas - cheers everyone and thanks for your help! <3