You are not logged in.

#1 2015-07-13 03:12:31

mbates
Member
Registered: 2014-07-09
Posts: 38

[Solved]How to change keinal parameter with uefi boot

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 files

Last edited by mbates (2015-07-13 16:02:33)

Offline

#2 2015-07-13 03:17:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [Solved]How to change keinal parameter with uefi boot

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


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-07-13 16:01:26

mbates
Member
Registered: 2014-07-09
Posts: 38

Re: [Solved]How to change keinal parameter with uefi boot

jasonwryan wrote:

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

Board footer

Powered by FluxBB