Search found 352 matches: PARTUUID

Return to advanced search

Re: Series of new challenges after uboot upgrade

... outdated (e.g. '-s') 2. Page 'http://archlinuxarm.org/forum/viewtopic.php?t=8857' -for uEnv.txt, I would recommend putting in a note around using PARTUUID= vs. UUID=. The latter is what is needed for new kernels (e.g. kirkwoods), which come with initramfs. Also on that same page, i believe the ...
by gregbert
Wed Jan 20, 2016 3:47 pm
 
Forum: ARMv5
Topic: [SOLVED] Series of new challenges after uboot upgrade
Replies: 7
Views: 7402

Huawei E3131 3G USB modem issue on BBB

... grouping on. Total pages: 129920 [ 0.000000] Kernel command line: console=ttyO0,115200n8 coherent_pool=1M bone_capemgr.enable_partno=BB-I2C1 root=PARTUUID=16e6fcad-01 rw rootwait fixrtc [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: ...
by GrisLv
Wed Feb 15, 2017 3:05 pm
 
Forum: Texas Instruments (TI)
Topic: Huawei E3131 3G USB modem issue on BBB
Replies: 2
Views: 6753

Re: RPI-4B aarch64 does not boot

... 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 h4o
Wed Jan 11, 2023 8:35 pm
 
Forum: ARMv8
Topic: RPI-4B aarch64 does not boot
Replies: 10
Views: 10631

Re: Cubietruck Mainline Kernel installation

... My boot.scr looks like this : U-Boot boot script part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs console=${console} root=PARTUUID=${uuid} rw rootwait if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then if load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} ...
by h4xx
Wed Jun 03, 2015 1:47 pm
 
Forum: Allwinner
Topic: Cubietruck Mainline Kernel installation
Replies: 27
Views: 28702

Re: Cubietruck Mainline Kernel installation

... mainline kernel. Changed my boot.scr to output to tty1 again. part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs console=tty1 root=PARTUUID=${uuid} rw rootwait if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then if load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} ...
by h4xx
Thu Jun 04, 2015 10:48 am
 
Forum: Allwinner
Topic: Cubietruck Mainline Kernel installation
Replies: 27
Views: 28702

Re: Cubietruck Mainline Kernel installation

... 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520530 [ 0.000000] Kernel command line: console=tty1 root=PARTUUID=58c523e2-01 rw rootwait [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 ...
by h4xx
Fri Jun 05, 2015 9:42 am
 
Forum: Allwinner
Topic: Cubietruck Mainline Kernel installation
Replies: 27
Views: 28702

Re: Uboot boots from wrong disk

Hi, i solved it. For future reference:

I changed PARTUUID=${uuid} to PARTUUID=745a7... (it's partuuid).
by hachel
Mon Jul 03, 2023 11:47 am
 
Forum: General
Topic: [SOLVED] Uboot boots from wrong disk
Replies: 1
Views: 5747

[SOLVED] Uboot boots from wrong disk

... but I'm not sure where (first line below or second) and how. [code] part uuid ${devtype} ${devnum}:2 uuid setenv bootargs console=tty1 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}"[/code] Any help would be appreciated!
by hachel
Mon Jul 03, 2023 9:43 am
 
Forum: General
Topic: [SOLVED] Uboot boots from wrong disk
Replies: 1
Views: 5747

Re: Can I use linux-kirkwood-dt on NSA320 ?

Summary :

doesn't work:
MBR and PARTUUID (usb drive)
Hybrid MBR and PARTUUID (hard drive)
Hybrid MBR and /dev/sdX (hard drive)

works:
MBR with /dev/sda (usb drive)
GPT with PARTUUID (uab drive)
by hamal
Mon Feb 08, 2016 10:53 am
 
Forum: ARMv5
Topic: Can I use linux-kirkwood-dt on NSA320 ?
Replies: 31
Views: 30475

Re: how to expand USB memory (boot from SD , run at USB)

thanks for kind answer .

i guess i shoud do gdisk for partuuid .
is it right ?
by hatahata50
Tue Dec 29, 2015 6:54 pm
 
Forum: User Questions
Topic: [solved] change mmcblk0p2 for sda1 [root is hard disk]
Replies: 4
Views: 4268
PreviousNext

Return to advanced search