Dear reader,
After trying out the Live boot USB of Manjaro Gnome for a bit, I decided I'd like to try it out on my Surface Pro 4:
Processor: Intel 6700U
RAM: 8GB
Storage: NVMe 256GB
Storage: microSD 128GB
The installation went smoothly, however, booting is messed up.
I found this helpful post, which helped me boot Manjaro (from which I am currently typing this post!).
While it did help me boot to Manjaro, following the steps did not help me boot without any live boot usb; hence this post.
I also found this post which seemed related, but I did not quite know how to follow these instructions:
That did not stop me from trying, though... Without luck. This resulted in now being launched straight into grub rescue >
when booting without my Live Boot USB.
Any help is greatly appreciated!
The post urges one to include the following output when seeking help:
efibootmgr -v
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0005,0001,0002,0000
Boot0000* Internal Storage FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(50670071-478f-4be7-ad13-8754f379c62f)SDD.
Boot0001* USB Storage FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(50670071-478f-4be7-ad13-8754f379c62f)USB.
Boot0002* PXE Network FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(50670071-478f-4be7-ad13-8754f379c62f)PXE.
Boot0003* MsTemp PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/HD(2,MBR,0x0,0x3c1228,0x2000)
Boot0005* Windows Boot Manager HD(1,GPT,7626a74d-7e69-4adf-815b-b06a09f2d6a3,0x800,0x82000)/File(\EFI\manjaro\grubx64.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
sudo parted -l
Model: Ut165 USB2FlashStorage (scsi)
Disk /dev/sda: 7902MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
2 2016MB 2020MB 4194kB primary esp
Model: Generic- USB3.0 CRW -SD (scsi)
Disk /dev/sdb: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 538MB 537MB primary fat32
2 538MB 13,4GB 12,9GB primary
3 13,4GB 128GB 115GB primary ext4
Model: Unknown (unknown)
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 274MB 273MB fat32 EFI system partition boot, esp
2 274MB 408MB 134MB Microsoft reserved partition msftres
3 408MB 253GB 253GB Basic data partition msftdata
4 253GB 256GB 2716MB ntfs Basic data partition hidden, diag
sudo blkid
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="5634-9BBE" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="7626a74d-7e69-4adf-815b-b06a09f2d6a3"
/dev/nvme0n1p3: TYPE="BitLocker" PARTLABEL="Basic data partition" PARTUUID="6e617b82-d5cc-4917-b4a2-606bc524c7d7"
/dev/nvme0n1p4: LABEL="Windows RE tools" UUID="74FE98D8FE989448" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="028ad5f4-c354-45e7-9a4b-989e87efb94d"
/dev/nvme0n1: PTUUID="3f5ee74a-05e8-4a8d-a2ab-1b907b6ac19e" PTTYPE="gpt"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="a1e3226c-6fc1-4b66-b627-d36a3a9298c7"
/dev/sda1: UUID="2019-03-12-10-29-49-00" LABEL="M1804" TYPE="iso9660"
/dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="MISO_EFI" LABEL="MISO_EFI" UUID="88F5-8C2D" TYPE="vfat"
/dev/sdb1: UUID="EB48-5464" TYPE="vfat" PARTUUID="f6449fff-01"
/dev/sdb2: UUID="572bd232-d442-4424-9e6b-bc01e2ded3b2" TYPE="crypto_LUKS" PARTUUID="f6449fff-02"
/dev/sdb3: UUID="3e70ca09-7d43-4028-938e-57d63a5e048e" TYPE="ext4" PARTUUID="f6449fff-03"
/dev/mapper/luks-572bd232-d442-4424-9e6b-bc01e2ded3b2: UUID="66b7d4ba-4064-40c6-9a03-601974b5ef62" TYPE="swap"
findmnt -s
TARGET SOURCE FSTYPE OPTIONS
/boot/efi UUID=5634-9BBE vfat defaults,noatime
swap /dev/mapper/luks-572bd232-d442-4424-9e6b-bc01e2ded3b2 swap defaults,noatime
/ UUID=3e70ca09-7d43-4028-938e-57d63a5e048e ext4 defaults,noatime
TARGET SOURCE FSTYPE OPTIONS
/boot/efi /dev/nvme0n1p1 vfat rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro