You are not logged in.
I followed the instruction in this video https://www.youtube.com/watch?v=_ZYuzjH-ZIA
up until the reboot but it gives me just a blinking cursor.
I also noticed that when I checked my bios setup, there are multiple OS UEFI like Manjaro, endeavouros, grub-uefi. this should be removed when I reinstall the OS right? this might be my problem.
i already try finding a solution in the internet but I fail. please help.
Last edited by Greasily3062 (2022-12-14 05:09:00)
Offline
See: https://wiki.archlinux.org/title/Installation_guide
You're in an unsupported installation state. Only the official guide or the official installer get support. The reason is that third-party videos go out of date fast and are often just plain wrong about what they're saying. Unofficial installation instructions usually just waste everyone's time because of the given reasons.
Last edited by headkase (2022-12-13 08:36:27)
Offline
I also noticed that when I checked my bios setup, there are multiple OS UEFI
So... Is your PC a UEFI machine or BIOS machine?
I followed the instruction in this video https://www.youtube.com/watch?v=_ZYuzjH-ZIA
None of the guides outside the WIKI are supported / updated!
<<just a blinking cursor>> could be a lot of things... Post here output of
# journalctl -b -r --no-pager<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
See: https://wiki.archlinux.org/title/Installation_guide
You're in an unsupported installation state. Only the official guide or the official installer get support. The reason is that third-party videos go out of date fast and are often just plain wrong about what they're saying. Unofficial installation instructions usually just waste everyone's time because of the given reasons.
thank you for telling this. I'll try to follow the official guide if I still can't fix this.
Offline
Greasily3062 wrote:I also noticed that when I checked my bios setup, there are multiple OS UEFI
So... Is your PC a UEFI machine or BIOS machine?
Greasily3062 wrote:I followed the instruction in this video https://www.youtube.com/watch?v=_ZYuzjH-ZIA
None of the guides outside the WIKI are supported / updated!
<<just a blinking cursor>> could be a lot of things... Post here output of
# journalctl -b -r --no-pager
I'm not sure if this is UEFI or BIOS. I tried to find in the settings where I can find an option to change it but I can't find one. My bet is this is UEFI because BIOS machines are old right?
I tried to run
# journalctl -b -r --no-pager but it says
No journal files were found.
-- No Entries --is this should be type outside arch-chroot?
Offline
I have a feeling that I should use the
fdisk /dev/sda and set a GPT.
I used the
cfdisk /dev/sda and it doesn't have that option.
will try again to reinstall after I have internet credit. I don't know. I'm kinda desperate here to fix this.
Offline
I have a feeling that I should use the
fdisk /dev/sdaand set a GPT.
I used the
cfdisk /dev/sdaand it doesn't have that option.
will try again to reinstall after I have internet credit. I don't know. I'm kinda desperate here to fix this.
You're welcome for the previous post. I think you need to use cgdisk for GPT partitions. It's been a while since I last installed but that should help.
Offline
You're welcome for the previous post. I think you need to use cgdisk for GPT partitions. It's been a while since I last installed but that should help.
I tend to use gdisk, but fdisk should be fine these days.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I tried to follow the official installation guide. but still can't load it on my pc.
maybe i'm having a problem installing the bootloader. here's what I've done.
# pacman -S grub efibootmgr dosfstools os-prober mtools
# grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot --recheck --removable
# grub-mkconfig -o /boot/grub/grub.cfgOffline
I tried to follow the official installation guide. but still can't load it on my pc.
Tried in what sense? Did you follow it or did you get stuck? If you got stuck, where?
# pacman -S grub efibootmgr dosfstools os-prober mtools # grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot --recheck --removable # grub-mkconfig -o /boot/grub/grub.cfg
Where are you doing this? In or out of the chroot? Why are you using --removable?
lsblk -f
efibootmgrCLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Solved!
My problem is the partitioning of file system.
I thought I setup the EFI filesystem correctly but I didn't. so I go back read again (and again) the official Installation guide: https://wiki.archlinux.org/title/Instal … le_layouts
whenever everyone finish partitioning, please use the command:
fdisk -l /dev/sda and compare it to the suggested layout.
the /dev/sda1 should be indicated 'EFI filesystem'
I overlooked mine and its in 'Linux filesystem'
Thank you for everyone who reply to this thread.
Offline
Solved!
My problem is the partitioning of file system.
I thought I setup the EFI filesystem correctly but I didn't. so I go back read again (and again) the official Installation guide: https://wiki.archlinux.org/title/Instal … le_layouts
whenever everyone finish partitioning, please use the command:fdisk -l /dev/sdaand compare it to the suggested layout.
the /dev/sda1 should be indicated 'EFI filesystem'
I overlooked mine and its in 'Linux filesystem'Thank you for everyone who reply to this thread.
Right on, you're welcome again for what I said. The installation guide can be daunting, and hard to get right sometimes. Mainly because it gives you lots of options, and you have to figure out which options you need at each step. And if you're unfamiliar with the guide that's the daunting part. But, persevere, and you will make it through it. I'm over a year on this install and I remember I missed parts when I did the install and had to go back to them. And I'm experienced!
The installer is easier, but I've never use that one - basically because I'm already half-familiar with the guide and the installer wasn't a mature thing last time I installed.
Offline