0

I'm not able to install ubuntu on a Acer Travelmate Spin B1. Every time the installation freezes at installing the grub2 package. The issue is the same as here: Installation freeze at GRUB2 on Acer TravelMate Spin B1 B118-RN-P7XQ. But I'm not able to take out the SSD.

What I did:

  • Created a USB boot stick with Rufus
  • Disabled secure boot in the UEFI
  • Booted the stick (grub2 shows up) and select install ubuntu
    1. Tried to install "normal"
    2. Tried to install "extended" by creation the partitions on my own

Nothing worked.

Every time it gets stucked at:

x86_64-efi will be installed for your platform

The same error occurs when installing debian stretch. Does it work if I install ubuntu without grub2 (how?) and then maybe use SuperGrub2Disk to repair?

Edit 1:

I did what is described here: How to prepare a disk on an EFI based PC for Ubuntu? and here GRUB2 failed to install, means:

  • Created a boot usb with gparted
  • Created the partitions
    • 500 MB FAT32, label boot, esp
    • 5000 MB linux-swap
    • 20000 MB ext 4
    • 100000 MB ext

Then I started a ubuntu live stick and opened a terminal and run

sudo dosfsck -t -a -w /dev/sda1

Installed ubuntu from this live usb stick. Installation get freeze at point "install package grub2". New message in the terminal is

g_udev_device_has_property: assertion 'G_UDEV_IS_DEVICE (device)' failed

1 Answers1

0
  • Create a Windows USB Boot stick with Rufus in UEFI Mode (GPT)
  • Install Windows with this stick
  • During installation remove all existing partitions and let Windows create the new ones
  • Start Windows and udpate the BIOS to 1.10
  • Create a Ubuntu Live USB Stick with Rufus in UEFI Mode (GPT)
  • Install Ubuntu from this stick