Search found 352 matches: PARTUUID

Return to advanced search

Rockpro64 and stock arch

... instead of colons) setenv macaddr da 19 c8 7a 6d f4 part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs console=ttyS2,1500000 root=PARTUUID=${uuid} rw rootwait setenv fdtfile rockchip/rk3399-rockpro64.dtb if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/Image; then ...
by TaborFife
Sat Sep 21, 2019 10:04 pm
 
Forum: ARMv8
Topic: Rockpro64 and stock arch
Replies: 0
Views: 2677

MochaBin - trying to boot from M2 Sata

... for the NOR is: mmc dev 0; ext4load mmc 0:1 $kernel_addr_r $image_name; ext4load mmc 0:1 $fdt_addr_r $fdt_name; setenv bootargs $console root=PARTUUID=89708921-01 rw rootwait net.ifnames=0 biosdevname=0; booti $kernel_addr_r - $fdt_addr_r I took that and modified to map to the ALM layout: ...
by technosf
Mon Nov 14, 2022 6:17 am
 
Forum: ARMv8
Topic: MochaBin - trying to boot from M2 Sata
Replies: 2
Views: 2943

Looking to freely switch the root partition

... bootpart ${distro_bootpart}; else setenv bootpart 1; fi 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 thepope
Sat Jan 15, 2022 5:48 am
 
Forum: User Questions
Topic: Looking to freely switch the root partition
Replies: 4
Views: 3122

Re: [Solved, first stage] Asus TB S

... else setenv bootpart 1; fi part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs "console=ttyS2,115200n8 console=${console} root=PARTUUID=${uuid} rw rootwait" if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then if load ${devtype} ${devnum}:${bootpart} ...
by TheSaint
Sat Aug 18, 2018 12:33 pm
 
Forum: Community Supported
Topic: [Solved] Asus TB S
Replies: 140
Views: 164207

Re: [Solved] Asus TB S

... [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000] Kernel command line: console=ttyS2,115200n8 console= root=PARTUUID=44938476-01 rw rootwait [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: ...
by TheSaint
Fri Aug 24, 2018 6:47 am
 
Forum: Community Supported
Topic: [Solved] Asus TB S
Replies: 140
Views: 164207

Re: Asus TB S

... RK3288 Tinker Board But I'm almost sure that it will fail without it. Note to correct the command line as follow: console=ttyS2,115200n8 root=PARTUUID=xxxxxxxxx quiet rw rootwait Of course the PARTUUID is automatically guessed. P.S. how to build a ftd file ?
by TheSaint
Tue Aug 28, 2018 11:15 am
 
Forum: Community Supported
Topic: [Solved] Asus TB S
Replies: 140
Views: 164207

Re: what about PI 4

My setup loads the kernel from the SD and then boots from an external USB disk with the following cmdline.txt: root=PARTUUID=1bf9d30c-01 rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 dwc_otg.lpm_enable=0 elevator=noop Worked perfectly with pi2. With ...
by tiagoboldt
Fri Jul 12, 2019 8:03 pm
 
Forum: Community
Topic: what about PI 4
Replies: 75
Views: 94642

Re: [How-To] Boot Entirely from SATA

If you use a PARTUUID, it is happy, OR, you can use a hybrid. Partuuid is something I'm not familiar with. Actually the kernel version does not support partuuid booting, so I suppose that's not the case here. Stage1, u-boot and ...
by tilator
Wed Feb 06, 2013 4:06 pm
 
Forum: Community Supported
Topic: [How-To] Boot Entirely from SATA
Replies: 395
Views: 516248

Re: Seagate GoFlex Failed after installing the ArchLinux

... to start reading from. If ‘pos’ is 0 or omitted, the file is read from the start. GoFlexHome> part uuid ide 0:1 uuid GoFlexHome> setenv root PARTUUID=${uuid} GoFlexHome> setenv bootargs console=${console} ${mtdparts} root=${root} rw rootwait ${optargs} ${ncargs} GoFlexHome> saveenv Saving ...
by tomkuang
Fri Aug 14, 2020 9:41 pm
 
Forum: ARMv5
Topic: [Solved]Seagate GoFlex Failed after installing the ArchLinux
Replies: 23
Views: 52382

Re: Seagate GoFlex Failed after installing the ArchLinux

... and gave up on other position for many years already. So kind of familiar with all the commands, but not really. BTW, I don't have that part or partuuid command so kind of stuck here. All the commands that I can use is listed below: ? - alias for ‘help’ base - print or set address offset bdinfo ...
by tomkuang
Thu Aug 13, 2020 11:32 pm
 
Forum: ARMv5
Topic: [Solved]Seagate GoFlex Failed after installing the ArchLinux
Replies: 23
Views: 52382
PreviousNext

Return to advanced search