Booting with modified kernel parameters? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Booting with modified kernel parameters? (/showthread.php?tid=9312) |
Booting with modified kernel parameters? - zackw - 02-29-2020 Is there a way to do a one-off boot with changes to the kernel's "command line", ideally without opening up the PBP or attaching a serial console? Like one would do on an x86 with GRUB by editing the menu entry. I specifically want to interrupt the boot sequence while it's still running out of the initramfs and / isn't mounted, so that I can resize the partition, but I haven't been able to find anything on here talking about the general case. I'm using the stock Debian install on the eMMC and I don't have a micro-SD card to put another OS instance on, unfortunately. RE: Booting with modified kernel parameters? - Arwen - 02-29-2020 In theory, you can edit the U-Boot configuration file for the command line. I don't know the option to do what you are asking, but this is the file you would need to edit on the stock Debian, as well as the line; Code: /boot/extlinux/extlinux.conf |