Search found 352 matches: PARTUUID

Return to advanced search

Re: Go-Flex and U-Boot v2016 problem

Thank you for prompt and robust answer. I used old formating tool as you suggested hence the problem with PARTUUID.

I am very impressed and grateful how quickly I managed to find a help and guidance to solve the problem and also learnt so much in the process. Thank you!
by Chmielar
Thu Jun 24, 2021 4:43 pm
 
Forum: Marvell Kirkwood
Topic: [SOLVED] Go-Flex and U-Boot v2016 problem
Replies: 8
Views: 28351

Re: Go-Flex and U-Boot v2016 problem

The root parameter for uboot in these devices is set in /boot/uEnv.txt, mine is: root=PARTUUID=94a2dc27-01 mtdparts=mtdparts=orion_nand:0xC0000(uboot),0x40000(uboot_env),0x80000(old_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) ...
by Chmielar
Sun Jun 20, 2021 1:51 pm
 
Forum: Marvell Kirkwood
Topic: [SOLVED] Go-Flex and U-Boot v2016 problem
Replies: 8
Views: 28351

Re: Raspberry pi zero 2 w booting armv8

... to investigate further. The preceding (what I would think are relevant) messages are as follows: Waiting 10 seconds for device /dev/disk/by-partuuid/(the UUID of the device, referenced below as #PARTUUID, which I verified with blkid) ERROR: device 'PARTUUID=#PARTUUID' not found. Skipping ...
by chnylen
Wed Dec 01, 2021 3:08 am
 
Forum: ARMv8 Devices
Topic: Raspberry pi zero 2 w booting armv8
Replies: 6
Views: 6104

Re: i.MX53 QSB

... 65 ms (9.8 KiB/s) Running bootscript from mmc ... ## Executing script at 70800000 baudrate=115200 boot_fdt=try bootargs=console=ttyGS0,115200 root=PARTUUID=e05cb4d1-01 rw rootwait video=mxcdi1fb:RGB24,VGA-SXGA vga di1_primy bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then ...
by ckhmer1
Thu Jan 28, 2016 10:22 pm
 
Forum: Freescale
Topic: i.MX53 QSB
Replies: 17
Views: 15799

i.MX53 QSB U-BOOT

... + #define CONFIG_CMD_SATA #ifdef CONFIG_CMD_SATA #define CONFIG_DWC_AHSATA The boot.txt I've used is: setenv bootargs console=ttyGS0,115200 root=PARTUUID=${uuid} rw rootwait video=mxcdi1fb:RGB24,VGA-SXGA vga di1_primary #printenv if run loadimage; then run mmcboot; fi Best Regards Claudio
by ckhmer1
Fri Dec 02, 2016 8:05 pm
 
Forum: Freescale
Topic: i.MX53 QSB U-BOOT
Replies: 1
Views: 2928

Unable to boot Asus C100PA Chromebook on SD card

... size: 0x1000 Flags : 0x0 Body verification succeeded. Config: console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8 console=tty1 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootwait rw noinitrd In /var/log/debug_vboot_noisy.log: Examining kernels... # copying /dev/mmcblk1p1 to kern_0... + dd if=/dev/mmcblk1p1 ...
by codeazure
Sat Mar 30, 2019 3:07 am
 
Forum: ARMv7h
Topic: Unable to boot Asus C100PA Chromebook on SD card
Replies: 1
Views: 2561

Re: Kodi packages might be broken under 5.4.x series

... dtparam=pwr_led_trigger=none dtparam=pwr_led_activelow=off dtparam=eth_led0=4 dtparam=eth_led1=4 [costel@pi ~]$ cat /boot/cmdline.txt root=PARTUUID=06c71f75-02 rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 ...
by costel78
Fri May 08, 2020 6:30 am
 
Forum: General
Topic: Kodi packages might be broken under 5.4.x series
Replies: 13
Views: 7168

HDMI initialisation on Hummingboard i2eX

... screen works properly. Possibly relevant dmesg: user@host ~ % dmesg | grep hdmi [ 0.000000] Kernel command line: quiet console=ttymxc0,115200 root=PARTUUID=fc9d0509-c8e4-427f-abcc-2f54a732fc0d rootwait rw console=ttymxc0,115200 console=tty1 consoleblank=0 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=16 ...
by crazystick
Fri Apr 22, 2016 5:33 pm
 
Forum: Freescale
Topic: HDMI initialisation on Hummingboard i2eX
Replies: 0
Views: 2442

[UDOO Quad] /dev/ttymxc3 gone after Update

... the internal arduino chip is not seen anymore. dmesg also only lists mxc1: [code ][ 0.000000] Kernel command line: console=ttymxc1,115200 root=PARTUUID=1a2074b4-01 rw rootwait video= [ 0.000032] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns [ ...
by Cronix
Fri May 04, 2018 7:46 pm
 
Forum: Freescale
Topic: [UDOO Quad] /dev/ttymxc3 gone after Update
Replies: 0
Views: 11474

Re: [ODROID-XU] randomly stuck at boot

... uuid and mouting partitions by uuid. And starting from there I made it work by changing the root kernel parameter from root=/dev/mmcblk1p2 to root=PARTUUID=8477a483-02 For some reason o couldn make it boot with root=LABEL=... or root=UUID=... Also, I had to modiy fstab too to mount boot partition ...
by csoroiu
Sun Nov 07, 2021 1:54 pm
 
Forum: Samsung
Topic: [ODROID-XU] stuck at boot: mmc0 & mmc1 swapped randomly
Replies: 6
Views: 16040
PreviousNext

Return to advanced search