Yeah, looks right on second look.
Here's why:

...
Partition table: yes
Type: msdos
...
/lib/partman/init.d/50efi: User chose to continue in UEFI mode
...

Your live install CD recognized that your system boots UEFI and went
ahead and booted in that mode. When you got to install, however, it was
presented with a system configured for classic BIOS booting- an old-
style MSDOS partition table, and no EFI partition to be found. UEFI
requires that instead of an MSDOS partition table, there be a GPT
partition table which works in a really different way.

First of all, there's no MBR, or master boot record. This is something
that the old BIOS system needed to figure out where the bootloader is.
UEFI systems, and even newer bios systems look for something different.
BIOS systems look for a special BIOSBOOT partition, which has a similar
function to the MBR, but is a partition in its own right instead of just
an amount of bytes at the beginning of the disk. UEFI works similarly,
but it supports having more than one bootloader installed at once in
some cases, so this partition needs to be bigger. GPT facilitates this,
but because the old MBR-style boot information is limited to a much
smaller size, UEFI bootloaders can't install there.

If I'm reading your logs correctly, it looks like it asked you if you
wanted to continue the install. It's been a while, but I've seen the
same dialog. It says something about this might not work, do you want to
continue with a UEFI install anyhow? Clicking Yes *may* result in
something like what you have here.


The TL;DR version:
It looks like your computer thinks its installing to a UEFI-ready disk, and 
it's not set up right.

To fix this:
    Option 1: disable UEFI in your bios so that the disk won't think your 
computer looks for that first.
    Option 2: Reformat your entire hard disk with a GPT partition table instead 
of an MSDOS one. This will erase everything on the disk, so be careful!
    Option 3: Manually install GRUB. I don't know how to do this in Ubuntu, so 
make sure you check with someone else (Ask Ubuntu, Ubuntuforums, etc.) in the 
community before attempting this. Usually Option 1 or 2 is much easier and more 
straightforward.

** Changed in: grub-installer (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1614112

Title:
  Grub failed to install during xubuntu installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1614112/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to