Search found 352 matches: PARTUUID

Return to advanced search

Re: [SOLVED] RPi 4- aarch64 enable USB early in boot process

... pcie_brcmstb to MODULES i.e MODULES=(pcie_brcmstb) 6) run mkinitcpio -P 7) edit /boot/boot.txt and add the new root partition to root= e.g. root=PARTUUID=XXXXXXXXXXX (run blkid to get the partuuid) 8) run ./mkscr 9) install uboot 2020.10 provided by mrtux (thank you) Shut down, remove sd card, ...
by Tota
Sun Oct 18, 2020 8:34 am
 
Forum: ARMv8
Topic: [SOLVED] RPi 4- aarch64 enable USB early in boot process
Replies: 38
Views: 190298

Re: linux-aarch64-5.8.0-1 breaks Rock64

I did this to fix the boot issue on my rock64 v2. part uuid ${devtype} ${devnum}:${bootpart} uuid setenv bootargs console=ttyS2,1500000 root=PARTUUID=${uuid} rw rootwait earlycon=uart8250,mmio32,0xff130000 setenv fdtfile rockchip/rk3328-rock64.dtb setenv ramdisk_addr_r 0x06000000 <= Append Got ...
by twarm
Tue Aug 18, 2020 6:29 pm
 
Forum: U-Boot/Kernel
Topic: [SOLVED] linux-aarch64-5.8.0-1 breaks Rock64
Replies: 29
Views: 26545

Raspberry Pi 3B aarch64 boot from USB

... 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}" My root partition is the second partition of my boot device, I also tried to ...
by Twixx
Fri Jun 08, 2018 5:03 am
 
Forum: ARMv8
Topic: Raspberry Pi 3B aarch64 boot from USB
Replies: 0
Views: 1911

Re: PartUUID vs UUID? NOT THE SAME THING.

All Filesystems have an UUID, run lsblk -f to list them. On GPT partitions you have also PARTLABEL, PARTUUID. Please read the note on PARTUUID when using MBR, Unlike a regular PARTUUID of a GPT partition, MBR's pseudo PARTUUID can change if the partition number changes. https://wiki.archlinux.org/index.php/Persistent_block_device_naming#by-partuuid
by ufo6000
Thu May 28, 2020 3:06 pm
 
Forum: Freescale
Topic: PartUUID vs UUID? NOT THE SAME THING.
Replies: 9
Views: 24369

Re: PartUUID vs UUID? NOT THE SAME THING.

My 1st post has a link, which shows 3 ways to display the required info.
by ufo6000
Mon Jun 08, 2020 9:13 am
 
Forum: Freescale
Topic: PartUUID vs UUID? NOT THE SAME THING.
Replies: 9
Views: 24369

Re: [RPI4] Cryptab do not work

... happens, if you boot with disabled crypttab, and then invoke later the manual encryption, e,g, remote over ssh: sudo cryptsetup open /dev/disk/by-partuuid/0004a183-01 500go --key-file /etc/500go where PARTUUID=0004a183-01 from crypttab syntax matches /dev/disk/by-partuuid/0004a183-01 here.
by ufo6000
Wed Apr 07, 2021 11:17 am
 
Forum: ARMv7h
Topic: [RPI4] Cryptab do not work
Replies: 5
Views: 5598

rpi3b+ no HDMI output

... hdmi_force_hotplug=1 initramfs initramfs-linux.img followkernel [pi4] # Run as fast as firmware / board allows #arm_boost=1 And cmdline.txt root=PARTUUID=e9659c64-02 rootfstype=ext4 rw rootwait console=serial0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 ...
by unbekannt
Fri May 06, 2022 4:21 pm
 
Forum: ARMv7h
Topic: rpi3b+ no HDMI output
Replies: 4
Views: 7102

[SOLVED] A couple gotchas installing 64-bit on RPi3

... * Disk identifier must be set. If left at `0x00000000` for some reason (e.g. came this way from factory), then `PARTUUID` won't be set either, and the card won't boot due to `/dev/disk/by-partuuid` not having the root partition entry (or boot, for that matter). ...
by veox
Mon Jul 08, 2019 10:58 am
 
Forum: ARMv8
Topic: [SOLVED] A couple gotchas installing 64-bit on RPi3
Replies: 0
Views: 1687

Re: BeagleBone Black Kernel Panic

... [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 root=PARTUUID=b70943ba-01 rw rootwait [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: ...
by Verequies
Wed Jan 02, 2019 12:06 am
 
Forum: ARMv7h
Topic: BeagleBone Black Kernel Panic
Replies: 9
Views: 7389

Filesystem UUID cannot be used in kernel parameters

... only the uImage and it seems, during the boot the kernel is unable to identify the root partition. It's not working with label and UUID, only with PARTUUID. Is this missing because of the lack of initrd? [ 2.800218] Waiting 10 sec before mounting root device... [ 3.778601] scsi 2:0:0:0: Direct-Access ...
by vinibali
Sun May 14, 2023 10:17 am
 
Forum: U-Boot/Kernel
Topic: Filesystem UUID cannot be used in kernel parameters
Replies: 2
Views: 7741
PreviousNext

Return to advanced search