Search found 352 matches: PARTUUID

Return to advanced search

Re: usb boot pi4, can't reboot

... it's been updated: root=/dev/mmcblk0p2 This breaks USB booting, as the root partition isn't on a microsd. Not good. I've changed it back to use PARTUUID and will report back - edit, yup, now boots. We need to stop the update modifying /boot/cmdline.txt, possibly file a bug report?
by jal
Mon Nov 29, 2021 12:11 pm
 
Forum: ARMv7h
Topic: usb boot pi4, can't reboot
Replies: 5
Views: 3339

Re: U-Boot v2015.07 released

... fi; if run loadimage; then if env exists root; then echo root has been defined by user; else part uuid ${devtype} ${bootpart} uuid; setenv root PARTUUID=${uuid}; fi; run mainargs; if run loadfdt; then if run loadrd; then bootz ${loadaddr} ${rdaddr}:${filesize} ${fdtaddr}; else bootz ${loadaddr} ...
by jbrnd
Mon Aug 31, 2015 2:30 am
 
Forum: Marvell Kirkwood
Topic: U-Boot v2016.09 released
Replies: 73
Views: 213648

Re: ESPRESSObin-Ultra

... aren't long enough. 2. Basically change the boot device to /dev/sda1. However, if there is another disk (e.g. USB) it may be /dev/sdb1, so using a PARTUUID is preferred. Needs to be ext4 4. /sys/class/leds/ledX/brightness. The LEDs are boolean although the kernel reports 0..255. Also, my LEDs seem ...
by jernst
Thu Jun 25, 2020 3:23 am
 
Forum: ARMv8
Topic: ESPRESSObin-Ultra
Replies: 1
Views: 1973

Re: RPI4 boot from USB SSD with aarch64

... It booted the system to the point that it's trying to mount the rootfs. What I see on the screen is: Waiting 10 seconds for device /dev/disk/by-partuuid/daa92289-02 ... ERROR device 'PARTUUID=daa92289-02' not found. Skipping fsck. on my laptop I see this for the blkid information: blkid /dev/sdb ...
by jfabernathy
Tue Nov 30, 2021 12:25 pm
 
Forum: ARMv8 Devices
Topic: RPI4 boot from USB SSD with aarch64 2021-11 edition
Replies: 4
Views: 5155

Re: Multiple partition setup issues

... mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:1M(u-boot),-(rootfs) root=PARTUUID=00715ae8-01 rw rootwait [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 ...
by john3voltas
Sat Apr 25, 2020 11:24 pm
 
Forum: General
Topic: [Solved] Multiple partition setup issues
Replies: 4
Views: 3400

Re: Multiple partition setup issues

... and put in it "root=PARTUUD=xxxxxxx" or set the varialbe "root=PARTUUD=xxxxx" in the environment. You can find out partition PARTUUID with "blkid". Nah, I guess I'll stick to /boot within rootfs for ease of setup/usage. Could you please edit the other post I referred ...
by john3voltas
Sun Apr 26, 2020 12:55 pm
 
Forum: General
Topic: [Solved] Multiple partition setup issues
Replies: 4
Views: 3400

Re: rpi zero 2 armv8 install still not possible

... root partition to the second partition of boot device part uuid ${devtype} ${devnum}:2 uuid setenv bootargs console=ttyS1,115200 console=tty0 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}" if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /Image; then if load ...
by JoyL
Mon Feb 06, 2023 3:22 pm
 
Forum: ARMv8 Devices
Topic: rpi zero 2 armv8 install still not possible
Replies: 1
Views: 6038

aarch64 u-boot for raspberry pi 4 with 8GB RAM

... root partition to the second partition of boot device part uuid ${devtype} ${devnum}:2 uuid setenv bootargs console=ttyS1,115200 console=tty0 root=PARTUUID=${uuid} audit=0 rw rootwait smsc95xx.macaddr="${usbethaddr}" fatload ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /Image; fatload ...
by jpnadas
Sun May 07, 2023 7:03 am
 
Forum: ARMv8
Topic: aarch64 u-boot for raspberry pi 4 with 8GB RAM
Replies: 2
Views: 8548

Re: Chromebook won't boot since linux-armv7-5.16.1-1 update

... press n. Do you want to do this? (y/n) " read -r tmpvar1 if $(echo $tmpvar1 | grep -q [Yy]); then bootcmd='console=tty0 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootwait rw noinitrd' echo "default bootcmd is $bootcmd Be very careful, without init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 ...
by JVital
Thu Mar 17, 2022 2:19 am
 
Forum: ARMv7h
Topic: Chromebook won't boot since linux-armv7-5.16.1-1 update
Replies: 2
Views: 3047

Re: [SOLVED] Series of new challenges after uboot upgrade

You noticed, PARTUUID != UUID ?
by Kabbone
Wed Jan 20, 2016 4:34 pm
 
Forum: ARMv5
Topic: [SOLVED] Series of new challenges after uboot upgrade
Replies: 7
Views: 7402
PreviousNext

Return to advanced search