[Bug 1130119] New: RPi 3 system cannot be copied to a different card
http://bugzilla.suse.com/show_bug.cgi?id=1130119 Bug ID: 1130119 Summary: RPi 3 system cannot be copied to a different card Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.3 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: msuchanek@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- # cat /proc/cmdline BOOT_IMAGE=/boot/Image-4.4.76-1-default root=UUID=e70a1a15-cf94-46da-9a9c-5cb5abc296ad root=/dev/disk/by-id/mmc-SL16G_0x0e0095fd-part2 disk=/dev/disk/by-id/mmc-SL16G_0x0e0095fd resume=/dev/disk/by-id/mmc-SL16G_0x0e0095fd-part3 quiet splash=silent plymouth.enable=0 console=ttyS0,115200n8 console=tty quiet # cat /etc/fstab /dev/disk/by-id/mmc-SL16G_0x0e0095fd-part2 / ext4 noatime,nobarrier 1 1 /dev/disk/by-id/mmc-SL16G_0x0e0095fd-part1 /boot/efi vfat defaults 0 0 /dev/disk/by-id/mmc-SL16G_0x0e0095fd-part3 swap swap defaults 0 0 On boot system tries to find /dev/disk/by-id/mmc-SL16G_0x0e0095fd which is not available when different card is used. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130119 Jiachen Zhang <jiachen.zhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |ro@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130119 http://bugzilla.suse.com/show_bug.cgi?id=1130119#c1 Ruediger Oertel <ro@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ro@suse.com |afaerber@suse.com --- Comment #1 from Ruediger Oertel <ro@suse.com> --- not sure where to assign this ... Andreas ? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130119 http://bugzilla.suse.com/show_bug.cgi?id=1130119#c2 Andreas Färber <afaerber@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |afaerber@suse.com, | |dmueller@suse.com, | |fvogt@suse.com, | |guillaume.gardet@arm.com Hardware|Other |aarch64 See Also| |http://bugzilla.opensuse.or | |g/show_bug.cgi?id=1127959 Assignee|afaerber@suse.com |guillaume.gardet@arm.com OS|Other |openSUSE 42.3 --- Comment #2 from Andreas Färber <afaerber@suse.com> --- Obviously it's much too late to change partition settings for Leap 42.3, but probably worth considering in the recent discussion about labels vs. UUID. --- Comment #3 from Fabian Vogt <fvogt@suse.com> --- (In reply to Andreas Färber from comment #2)
Obviously it's much too late to change partition settings for Leap 42.3, but probably worth considering in the recent discussion about labels vs. UUID.
I think this is unrelated - this uses the disk id and not the filesystem UUID. Both by-label and by-uuid should work for a plain dd copy. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130119 http://bugzilla.suse.com/show_bug.cgi?id=1130119#c4 --- Comment #4 from Michal Suchanek <msuchanek@suse.com> --- And the disk id is only available when the card is inserted in the MMC slot and not in an USB card reader so it kind of defeats the purpose of using the disk id. There is possibly a problem with the UUIDs of all filesystems copied from the same image being identical but we need to deal with that and default labels and LVM names somehow as well. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130119 http://bugzilla.suse.com/show_bug.cgi?id=1130119#c5 Guillaume GARDET <guillaume.gardet@arm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #5 from Guillaume GARDET <guillaume.gardet@arm.com> --- It is is fixed in Leap 15.1 and Tumbleweed (use UUID). Here are outputs from the Tumbleweed JeOS image for RPi3: # cat /proc/cmdline BOOT_IMAGE=(hd0,msdos2)/boot/Image-5.0.2-1-default loglevel=3 splash=silent plymouth.enable=0 swiotlb=512 cma=300M console=ttyS0,115200n8 root=UUID=0759bfdb-ac16-49de-ae71-f1a315b0d0a1 rw # cat /etc/fstab UUID=0759bfdb-ac16-49de-ae71-f1a315b0d0a1 / ext4 noatime,nobarrier 1 1 UUID=5C1E-808C /boot/efi vfat defaults 0 0 LABEL=SWAP swap swap defaults 0 0 As Leap 42.3 (and 15.0) images are already out (and frozen), it is a "won't fix". -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com