Posts

Showing posts with the label grub

Grub rescue on arch linux

Image
Clash Royale CLAN TAG #URR8PPP Grub rescue on arch linux Hello and thank you for reading. I am a beginner to arch linux, my issue is about grub and arch linux, specially it going directly into grub rescue after I get back to linux from boot up windows. I followed the instructions in this video to install it since I am on a efi system: https://youtu.be/QP68hRqQTJ4 Now, let me provide some context: I have arch linux installed with 3 partitions in a 3TB hdd. With the help of gdisk I partitioned all of these, the first one is an EFI boot partition located in /dev/sda1 with 600MB, second is /dev/sda2 which is my root partition with 35GB, the swap file was made later called /swapfile and the rest of the drive is used for /home which is around 2.7T. All of them being formatted how it is done in the video. I also have windows installed on a nvme m.2 ssd (separate from the 3tb HDD where Arch is installed) After being done with installation, I then boot into windows then restart back to linux ( ...