Search found 352 matches: PARTUUID

Return to advanced search

Re: How to ressurect bricked Sheeva after flashing uboot

... is look in /boot/uEnv.txt for variables to set in uboot. So for the nsa325 needed to make sure it pointed to the new root device "root=PARTUUID=94a2dc27-01" (for me - you would need to change your device). Of course this all assumed you can acess the file system on the device.
by summers
Sun Nov 15, 2015 11:41 am
 
Forum: U-Boot/Kernel
Topic: How to ressurect bricked Sheeva after flashing uboot
Replies: 3
Views: 4127

Re: new kernel update for odroid xu4. and now wont boot up.

$this->bbcode_second_pass_quote('', '-') unfortunately blkid did not give a PARTUUID for that hdd (maybe not a GPT partition ?)


Try:

$this->bbcode_second_pass_code('', 'ls -l /dev/disk/by-partuuid/')
by summers
Thu Aug 25, 2016 11:24 am
 
Forum: Samsung
Topic: new kernel update for odroid xu4. and now wont boot up.
Replies: 28
Views: 23159

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

... root=PARTUUID=94a2dc27-01 rw rootwait bootm 0x850000 And the machine boots into a dt kernel. Note I stated that you load from the 0th ide device, partition ...
by summers
Sun May 06, 2018 5:06 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

... either in /boot/uEnv.txt or in uboot env variables. 5) probably make sure your mac address is right in the updated env variables 6) Also get the PARTUUID of your root disk and set in /boot/uEnv.txt Somewhere on here is the commands to type, let me see if I can find them. Ok seems to be: pacman ...
by summers
Mon May 07, 2018 1:14 pm
 
Forum: Packages
Topic: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310 NAS
Replies: 105
Views: 58044

Re: Device-tree improvements

Oh yes, in the initrd you should have enough commands to see why the root file system wasn't loaded. My guess it it couldn't find the PARTUUID. Probably because it could only see the sd card and not the eMMC.
by summers
Fri Oct 26, 2018 10:40 am
 
Forum: Community Supported
Topic: Device-tree improvements
Replies: 220
Views: 1183547

Re: BeagleBone Black Kernel Panic

... 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: console=ttyS0 console=ttyO0,115200n8 root=PARTUUID=8bcfc095-01 rw rootwait [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: ...
by summers
Wed Dec 26, 2018 1:47 pm
 
Forum: ARMv7h
Topic: BeagleBone Black Kernel Panic
Replies: 9
Views: 7288

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: Seagate GoFlex Failed after installing the ArchLinux

Yes just load the uImage instead (and change the boot command to a "bootm"). You also won't need the dtb in that case. The partuuid of the HDD, you can get when you boot up from USB, with the HDD installed. The command "blkid" - just note the PARTUUID of the root on the ...
by summers
Fri Aug 14, 2020 9:38 am
 
Forum: ARMv5
Topic: [Solved]Seagate GoFlex Failed after installing the ArchLinux
Replies: 23
Views: 52391

Re: Go-Flex and U-Boot v2016 problem

And from : https://github.com/torvalds/linux/blob/master/init/do_mounts.c this is why we use PARTUUID: /* * Convert a name into device number. We accept the following variants: * * 1) <hex_major><hex_minor> device number in hexadecimal represents itself * no leading 0x, ...
by summers
Sun Jun 20, 2021 9:49 am
 
Forum: Marvell Kirkwood
Topic: [SOLVED] Go-Flex and U-Boot v2016 problem
Replies: 8
Views: 27579

Re: [BBB] trouble enabling spi (yet another thread)

... 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
Wed Apr 20, 2022 8:22 pm
 
Forum: Texas Instruments (TI)
Topic: [BBB] trouble enabling spi (yet another thread)
Replies: 5
Views: 9683
PreviousNext

Return to advanced search