Hi all,
I set up my Raspi5 following this guide and have it now booting from NVMe in order to have the system run much faster than from SD - but now I can’t find the config text where I’m supposed to enter some config parameters. There is no /mnt/boot/ …
Where’s the config.txt? Or where should I create that file?
How did you check? You can only see that with proper system access. If you play around with boot args you should have that anyways.
I have a terminal extension installed which gives me terminal access as root via the WebUI of HaOS:
[core-ssh /]$ ls -la /mnt/
total 8
drwxr-xr-x 2 root root 4096 Jul 15 12:42 .
drwxr-xr-x 1 root root 4096 Nov 19 15:05 ..
And I can’t find neither a kernel image nor /boot/
The HaOS command line on the console doesn’t allow file system access, so that’s the best option I found so far.
And since the system boot directly from the NVMe and I can’t find a config.txt nor a kernel image - any ideas how to add boot args?
If you visit the link and read the background you should understand why you cannot access /mnt/boot/ via the core SSH addon. Choose one of the options described in the link and then edit /mnt/boot/cmdline.txt.
look at this:
alfred@raspberrypi5:~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 2G 0 loop
zram0 254:0 0 2G 0 disk [SWAP]
**nvme0n1 259:0 0 476.9G 0 disk **
├─nvme0n1p1 259:1 0 512M 0 part /boot/firmware
└─nvme0n1p2 259:2 0 476.4G 0 part /
You will find it on /boot/firmware:
alfred@raspberrypi5:~ $ cd /boot/firmware
alfred@raspberrypi5:/boot/firmware $ ls
bcm2710-rpi-2-b.dtb bcm2711-rpi-cm4-io.dtb bootcode.bin fixup_x.dat start4.elf
bcm2710-rpi-3-b.dtb bcm2711-rpi-cm4s.dtb cmdline.txt initramfs_2712 start4x.elf
bcm2710-rpi-3-b-plus.dtb bcm2712d0-rpi-5-b.dtb config.txt initramfs8 start_cd.elf
bcm2710-rpi-cm0.dtb bcm2712-d-rpi-5-b.dtb fixup4cd.dat issue.txt start_db.elf
bcm2710-rpi-cm3.dtb bcm2712-rpi-500.dtb fixup4.dat kernel_2712.img start.elf
bcm2710-rpi-zero-2.dtb bcm2712-rpi-5-b.dtb fixup4db.dat kernel8.img start_x.elf
bcm2710-rpi-zero-2-w.dtb bcm2712-rpi-cm5-cm4io.dtb fixup4x.dat LICENCE.broadcom ‘System Volume Information’
bcm2711-rpi-400.dtb bcm2712-rpi-cm5-cm5io.dtb fixup_cd.dat overlays
bcm2711-rpi-4-b.dtb bcm2712-rpi-cm5l-cm4io.dtb fixup.dat start4cd.elf
bcm2711-rpi-cm4.dtb bcm2712-rpi-cm5l-cm5io.dtb fixup_db.dat start4db.elf