Re: Arch linux installing process

2023-07-18 Thread Ralf Mardorf
On Tue, 2023-07-18 at 22:57 +0600, Source Code wrote: > But I use EFI and I don’t understand what I should write where … > [snip] > Arch wiki does not tell me this secret. Hi, please reply to the mailing list! I'm sorry, I don't understand your problem. I'm _not_ using legacy BIOS boot, my

Re: Arch linux installing process

2023-07-18 Thread Ralf Mardorf
On Tue, 2023-07-18 at 21:09 +0600, Source Code wrote: > If you have an Intel or AMD CPU, enable microcode updates in addition. Hi, add the microcode to your bootloader's config! Below are two examples. The first one is for grub2 and the second is for syslinux. • rocketmouse@archlinux ~ $ grep

Re: Arch linux installing process

2023-07-18 Thread Source Code
I just wanna add microcode updates with EFI. I need to add: cat /boot/*and*-ucode.img /boot/initramfs-linux.img > my_new_initrd objcopy ... --add-section .initrd=my_new_initrd But I have error: cat: unrecognised option ‘—add-section’ I write it all on one command line. What I do wrong? Вт, 18

Re: Arch linux installing process

2023-07-18 Thread Andy Pieters
On Tue, 18 Jul 2023 at 14:43, Source Code wrote: I wanna ask you, that how many size I can choose for Linux x86-64 root and Linux file system? Respectfully can I point you to the installation guides [1] [2]? [1] https://itsfoss.com/install-arch-linux/ [2]

Re: Arch linux installing process

2023-07-18 Thread Source Code
Now I am in the end of installing linux. I have reached to step 3.21 of installation guide: 3.21 Boot loader Choose and install a Linux-capable boot loader . If you have an Intel or AMD CPU, enable microcode

Re: Arch linux installing process

2023-07-18 Thread Ralf Mardorf
On Tue, 2023-07-18 at 20:17 +0600, Source Code wrote: > Now I use cfdisk and I saw type of sda: Linux swap, > linux root x86-64 and Linux file system. And I wanna > know the difference between linux root x86-64 and Linux > file system. > Now I think to leave just Linux swap and Linux root x86-64.

Re: Arch linux installing process

2023-07-18 Thread Ralf Mardorf
On Tue, 2023-07-18 at 19:43 +0600, Source Code wrote: > I wanna ask you, that how many size I can choose > for Linux x86-64 root and Linux file system? IIUC 78.1G are unallocated after deleting sda6 and sda7. You might want a root partition without separating /boot or any other partition from

Re: Arch linux installing process

2023-07-18 Thread Bjoern Franke
Am 18.07.23 um 15:43 schrieb Source Code: I wanna ask you, that how many size I can choose for Linux x86-64 root and Linux file system? Could you please stay in your thread and don't create a new one for every new question? Thanks!

Arch linux installing process

2023-07-18 Thread Source Code
I wanna ask you, that how many size I can choose for Linux x86-64 root and Linux file system?