Search found 352 matches: PARTUUID

Return to advanced search

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

Glad you managed to get it to come up. Think the issue that often comes up with PARTUUID, is this is the UUID of the partition. So its a way of point to the partition through the partition table. Usually UUID is the id of the actualy filesystem in the partition ...
by summers
Mon Feb 08, 2016 9:53 am
 
Forum: ARMv5
Topic: Can I use linux-kirkwood-dt on NSA320 ?
Replies: 31
Views: 30476

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

Whats strange is on my NSA325 I'm HDD MBR (dos) + PARTUID, and that boots fine. PARTUUID = disk UUID + "-" + two digit part number. So fidks shows the Disk identifier as : Disk identifier: 0x94a2dc27 Root is /dev/sda1 and has id: PARTUUID="94a2dc27-01" ...
by summers
Mon Feb 08, 2016 1:39 pm
 
Forum: ARMv5
Topic: Can I use linux-kirkwood-dt on NSA320 ?
Replies: 31
Views: 30476

Re: uboot 2016.05-1 whats new

... (when lilo could only access the start of HDD). 2) the kernel has many an varied ways of identifying the root file system, labels, UUID, PARTUUID, device. So as these two are so different, uboot boot directory, and kernel root fs, is why they get set up separately. As to can PARTUUID ...
by summers
Sun Aug 21, 2016 10:20 am
 
Forum: Marvell Kirkwood
Topic: uboot 2016.09-1 whats new
Replies: 47
Views: 39352

Re: 4G RAM on C100P

So arch: Jun 07 10:29:37 alarm kernel: Kernel command line: cros_secure console=tty0 init=/sbin/init root=PARTUUID=5c500120-17cb-6145-bd8c-dc975a4f5fd8/PARTNROFF=1 rootwait rw noinitrd and Chrome 2017-06-06T22:46:32.247899+01:00 NOTICE kernel: [ 0.000000] Kernel command line: ...
by summers
Wed Jun 07, 2017 11:26 am
 
Forum: ARMv7h
Topic: 4G RAM on C100P
Replies: 35
Views: 27307

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

... as its incompatible. But worth checking that you only end up with the new kernel and uboot. /boot/uEnv.txt you want looking something like: 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 summers
Mon May 07, 2018 6:39 pm
 
Forum: Packages
Topic: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310 NAS
Replies: 105
Views: 58044

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

... the root partition. You number ended in in 02 which corresponds to the second partition - so probably right. Yes should work with the device, but PARTUUID is more reliable, helps if other hardware plugged in, as device names can change, but not PARTUUID. Yes the instructions on NSA device don't ...
by summers
Thu May 10, 2018 8:07 pm
 
Forum: Packages
Topic: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310 NAS
Replies: 105
Views: 58044

Re: What is the latest kirkwood kernel

... at least I'm on both of those packages and on the 4.20 kernel. Then check /boot/uEnv.txt is correct. Mine has in it: root=PARTUUID=94a2dc27-01 where the UUID is got from blkid e.g. $ blkid /dev/sda1: UUID="9c66e1c4-d82b-4606-b686-f5bc6d42e9d9" TYPE="ext4" ...
by summers
Wed Jan 02, 2019 12:16 pm
 
Forum: Marvell Kirkwood
Topic: What is the latest kirkwood kernel
Replies: 5
Views: 6526

Re: Can't boot from sd-card on BeagleBone Black

... else setenv bootpart 1; fi part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs "console=tty0 console=${console} root=PARTUUID=${uuid} rw rootwait" if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then gpio set 54 echo fdt: ${fdtfile} if ...
by summers
Sun Aug 30, 2020 3:46 pm
 
Forum: U-Boot/Kernel
Topic: Can't boot from sd-card on BeagleBone Black
Replies: 14
Views: 12744

Re: Restoring stock UBoot on Zyxel NSA320

OK on my NSA325 - which is similar to the NSA320 in /boot/uEnv.txt I have: 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 summers
Mon Nov 23, 2020 6:39 pm
 
Forum: U-Boot/Kernel
Topic: Restoring stock UBoot on Zyxel NSA320
Replies: 14
Views: 13652

Re: Need help migrating Kirkwood QNAP NAS from Debian to Arc

... root=PARTUUID=94a2dc27-01 rw rootwait And you can see the mtdpart - that is setting up where on the flash it draws the lines between the mtd partitions. ...
by summers
Sat Aug 07, 2021 6:15 am
 
Forum: Marvell Kirkwood
Topic: Need help migrating Kirkwood QNAP NAS from Debian to Arch
Replies: 8
Views: 35537
PreviousNext

Return to advanced search