You are not logged in.
Hi,
I am new to UEFI. I just installed the new system with UEFI successfully. All I know about UEFI is that it is the new version of GRUB.
Now, I need to add something(elevator=noop, ipv6.disable=1) as a part of kernal parameters. What should I do? Where is the kernal line?
Is
/boot/loader/entries/arch.conf
the correct file? and
options root=/dev/sda4 rw quiet
the right line?
PS:
#tree /boot/
/boot/
├── EFI
│ ├── Boot
│ │ └── BOOTX64.EFI
│ └── systemd
│ └── systemd-bootx64.efi
├── initramfs-linux-fallback.img
├── initramfs-linux.img
├── loader
│ ├── entries
│ │ └── arch.conf
│ └── loader.conf
└── vmlinuz-linux
5 directories, 7 filesLast edited by mbates (2015-07-13 16:02:33)
Offline
UEFI is not the new version of Grub. Read this https://www.happyassassin.net/2014/01/2 … work-then/
For adding options to your kernel line: https://wiki.archlinux.org/index.php/Sy … ot_entries
Offline
UEFI is not the new version of Grub. Read this https://www.happyassassin.net/2014/01/2 … work-then/
For adding options to your kernel line: https://wiki.archlinux.org/index.php/Sy … ot_entries
thanks for links.
"options root=/dev/sda4 rw quiet" is the right place.
Offline