The computer I have is the Surface Book Gen 1. The computer has Pop!_OS currently installed. The main problem that I have is that the operating system has encryption which has become a slight annoyance. I have a bootable USB with the latest Ubuntu version 20.04, but cannot boot the USB from either the BIOS
or the power button + volume down. The computer boots into the GNU GRUB 2.04
command line every time.
The strange thing is the computer will display the Surface boot screen and GNU GRUB 2.04
at the same time. It is hard to read but the command line still works. The problem is using the commands:
ls
outputs: all the drives and the USB drive is (cd0)
with partitions (cd0,apple2)
(cd0,apple1)
and (cd0,msdos2)
I have tried looking for similar posts regarding a similar issue but none have seemingly occurred in the manner that my device has. Usually people's USB drives are in the format (hd0,gpt1)
.
My main drive has that format, and I was successful in booting into it using insmod
and chainloader
commands just once. But it will not allow that any more, as it hangs on the command boot.
It seems that my device is bricked. The computer recognizes the USB drive and I can see that the label reads the correct version of Ubuntu, but I need help installing Ubuntu from the command line, since this is the only option I have. Booting the USB device directly from the BIOS
causes the GNU GRUB
command line to appear. There is no other workaround that I have found. The exit
command exits GNU GRUB
hangs on boot and then reboots automatically to the BIOS
. And a reboot
command reboots it into the GNU GRUB
command line.
Edit: I managed to get a iso image created using a different method (dd) and it managed to go straight to the installer. Thanks for the help.