Is the Ubuntu core 20 image for AMD 64 for testing/dev purposes only, i.e. for virtual machine, or is it for being deployed to production generic AMD64 computers?
If it is for dev, then where is the generic Core Installation for AM64 computers?
I trid to install http://cdimage.ubuntu.com/ubuntu-core/20/stable/current/ubuntu-core-20-amd64.img.xz
on a Celeron J1900 machine, and it failed with this:
Failure as in it never got to the setup networking and login prompt, and then saying you can ssh in.
What sort of disk did you install Ubuntu Core 20 onto? We have some issues with the relevant storage drivers needed for some disk types not being present in the initramfs which leads to failures like you see here.
ogra
July 26, 2021, 1:43pm
3
isn’t this error related to using a locked down (non-dangerous) image on a system without TPM ?
Its a SSD. I disassembled the computer and took the drive out, this it:
It says
“SATA SLIM 3ME3” made by “innodisk”
No, we always print that message off if there is not a TPM, and we don’t build/publish images that require a TPM (that would be grade secured, we only publish grade signed and grade dangerous images).
Can you boot ubuntu desktop live on this machine and run some commands to determine what storage driver is needed for this device ? See Ubuntu Core VMWare install fails - SCSI not recognized, NVMe so lĂ lĂ , SATA stable - #23 by ijohnson
1 Like
ogra
July 26, 2021, 1:50pm
6
it would rather be a module for the controller missing, not for the disk itself …
1 Like
Will try that, in the mean time here some capture from a different harddrive:
Waited about 10 mins and it did not get past this point:
Are you able to capture a video of the output on the other machine? I see the line at the top “the-tool.service: Triggering OnFailure= dependencies.” which is indicative of the same sort of problem you have with the other machine, but I can’t verify since I can’t see the actual error message from the-tool.service
Heres the capture from the commands in the unix exchange post, is this what you requested?:
michael@terminal-pos:~$ ls -l /dev/sda
brw-rw---- 1 root disk 8, 0 Jul 26 15:57 /dev/sda
michael@terminal-pos:~$ readlink /sys/dev/block/8\:0/device/driver
../../../../../../../bus/scsi/drivers/sd
michael@terminal-pos:~$ sudo ls /sys/dev
block char
michael@terminal-pos:~$ ls -l /sys/dev/*/*/device/driver && ls -l /sys/dev/*/*/driver
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/block/8:0/device/driver -> ../../../../../../../bus/scsi/drivers/sd
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/block/8:16/device/driver -> ../../../../../../../../../bus/scsi/drivers/sd
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/180:0/device/driver -> ../../../../../../../bus/usb/drivers/usbhid
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/180:1/device/driver -> ../../../../../../../bus/usb/drivers/usbhid
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/21:0/device/driver -> ../../../../../../../bus/scsi/drivers/sd
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/21:1/device/driver -> ../../../../../../../../../bus/scsi/drivers/sd
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/226:0/device/driver -> ../../../bus/pci/drivers/i915
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/226:128/device/driver -> ../../../bus/pci/drivers/i915
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/240:0/device/driver -> ../../../bus/pci/drivers/mei_txe
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/242:0/device/driver -> ../../../../../../../bus/hid/drivers/hid-generic
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/242:1/device/driver -> ../../../../../../../../bus/hid/drivers/hid-generic
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/242:2/device/driver -> ../../../../../../../../bus/hid/drivers/hid-multitouch
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/242:3/device/driver -> ../../../../../../../../bus/hid/drivers/hid-generic
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/242:4/device/driver -> ../../../../../../../../bus/hid/drivers/hid-multitouch
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/244:0/device/driver -> ../../../../../../../bus/scsi/drivers/sd
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/244:1/device/driver -> ../../../../../../../../../bus/scsi/drivers/sd
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/248:0/device/driver -> ../../../bus/pnp/drivers/rtc_cmos
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/29:0/device/driver -> ../../../bus/pci/drivers/i915
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:64/device/driver -> ../../../bus/pnp/drivers/serial
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:65/device/driver -> ../../../bus/pnp/drivers/serial
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:66/device/driver -> ../../../bus/pnp/drivers/serial
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:67/device/driver -> ../../../bus/pnp/drivers/serial
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:68/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:69/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:70/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:71/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:72/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:73/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:74/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:75/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:76/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:77/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:78/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:79/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:80/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:81/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:82/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:83/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:84/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:85/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:86/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:87/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:88/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:89/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:90/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:91/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:92/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:93/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:94/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/4:95/device/driver -> ../../../bus/platform/drivers/serial8250
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/6:0/device/driver -> ../../../bus/platform/drivers/parport_pc
lrwxrwxrwx 1 root root 0 Jul 26 15:57 /sys/dev/char/99:0/device/driver -> ../../../bus/platform/drivers/parport_pc
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:0/driver -> ../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:128/driver -> ../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:1/driver -> ../../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:2/driver -> ../../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:3/driver -> ../../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:4/driver -> ../../../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:5/driver -> ../../../../../../bus/usb/drivers/usb
lrwxrwxrwx 1 root root 0 Jul 26 15:56 /sys/dev/char/189:6/driver -> ../../../../../../bus/usb/drivers/usb
michael@terminal-pos:~$
michael@terminal-pos:~$ find /sys/bus/*/drivers/* -maxdepth 1 -lname '*devices*' -ls
15036 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/acpi/drivers/button/LNXPWRBN:00 -> ../../../../devices/LNXSYSTM:00/LNXPWRBN:00
14920 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/acpi/drivers/button/PNP0C0C:00 -> ../../../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00
14973 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/acpi/drivers/button/PNP0C0E:00 -> ../../../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00
15232 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/acpi/drivers/thermal/LNXTHERM:00 -> ../../../../devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00
46749 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/acpi/drivers/video/LNXVIDEO:00 -> ../../../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00
15202 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/cpu/drivers/processor/cpu3 -> ../../../../devices/system/cpu/cpu3
15150 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/cpu/drivers/processor/cpu1 -> ../../../../devices/system/cpu/cpu1
15176 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/cpu/drivers/processor/cpu2 -> ../../../../devices/system/cpu/cpu2
15124 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/cpu/drivers/processor/cpu0 -> ../../../../devices/system/cpu/cpu0
47082 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/hdaudio/drivers/snd_hda_codec_hdmi/hdaudioC0D2 -> ../../../../devices/pci0000:00/0000:00:1b.0/hdaudioC0D2
23899 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/hid/drivers/hid-generic/0003:045E:00CB.0004 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:045E:00CB.0004
23549 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/hid/drivers/hid-generic/0003:2808:81C9.0002 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:2808:81C9.0002
23352 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/hid/drivers/hid-generic/0003:045E:0752.0001 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:045E:0752.0001
47561 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/hid/drivers/hid-multitouch/0003:2808:81C9.0003 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:2808:81C9.0003
47907 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/hid/drivers/hid-multitouch/0003:0EEF:0001.0005 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:0EEF:0001.0005
47370 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/i2c/drivers/at24/0-0050 -> ../../../../devices/pci0000:00/0000:00:1f.3/i2c-0/0-0050
22078 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/mdio_bus/drivers/Generic\ FE-GE\ Realtek\ PHY/r8169-300:00 -> ../../../../devices/pci0000:00/0000:00:1c.2/0000:03:00.0/mdio_bus/r8169-300/r8169-300:00
48964 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/mei/drivers/mei_hdcp/0000:00:1a.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04 -> ../../../../devices/pci0000:00/0000:00:1a.0/0000:00:1a.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04
40848 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/parport/drivers/lp/lp.0 -> ../../../../devices/parport0/lp.0
20981 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/ahci/0000:00:13.0 -> ../../../../devices/pci0000:00/0000:00:13.0
21229 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/i801_smbus/0000:00:1f.3 -> ../../../../devices/pci0000:00/0000:00:1f.3
45983 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/i915/0000:00:02.0 -> ../../../../devices/pci0000:00/0000:00:02.0
9522 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/iosf_mbi_pci/0000:00:00.0 -> ../../../../devices/pci0000:00/0000:00:00.0
20665 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/lpc_ich/0000:00:1f.0 -> ../../../../devices/pci0000:00/0000:00:1f.0
44307 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/mei_txe/0000:00:1a.0 -> ../../../../devices/pci0000:00/0000:00:1a.0
14342 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/pcieport/0000:00:1c.0 -> ../../../../devices/pci0000:00/0000:00:1c.0
14444 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/pcieport/0000:00:1c.3 -> ../../../../devices/pci0000:00/0000:00:1c.3
14376 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/pcieport/0000:00:1c.1 -> ../../../../devices/pci0000:00/0000:00:1c.1
14410 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/pcieport/0000:00:1c.2 -> ../../../../devices/pci0000:00/0000:00:1c.2
21472 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/r8169/0000:03:00.0 -> ../../../../devices/pci0000:00/0000:00:1c.2/0000:03:00.0
46478 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/snd_hda_intel/0000:00:1b.0 -> ../../../../devices/pci0000:00/0000:00:1b.0
20821 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pci/drivers/xhci_hcd/0000:00:14.0 -> ../../../../devices/pci0000:00/0000:00:14.0
15093 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/acpi-fan/PNP0C0B:00 -> ../../../../devices/platform/PNP0C0B:00
18930 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/alarmtimer/alarmtimer.0.auto -> ../../../../devices/pnp0/00:00/rtc/rtc0/alarmtimer.0.auto
19748 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/clk-pmc-atom/clk-pmc-atom -> ../../../../devices/pci0000:00/0000:00:1f.0/clk-pmc-atom
48581 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/coretemp/coretemp.0 -> ../../../../devices/platform/coretemp.0
14518 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/efi-framebuffer/efi-framebuffer.0 -> ../../../../devices/platform/efi-framebuffer.0
49005 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/intel_rapl_msr/intel_rapl_msr.0 -> ../../../../devices/platform/intel_rapl_msr.0
17079 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/kgdboc/kgdboc -> ../../../../devices/platform/kgdboc
33978 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/parport_pc/parport_pc.888 -> ../../../../devices/platform/parport_pc.888
767 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/reg-dummy/reg-dummy -> ../../../../devices/platform/reg-dummy
17042 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/platform/drivers/serial8250/serial8250 -> ../../../../devices/platform/serial8250
18862 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/rtc_cmos/00:00 -> ../../../../devices/pnp0/00:00
15513 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/serial/00:05 -> ../../../../devices/pnp0/00:05
15405 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/serial/00:03 -> ../../../../devices/pnp0/00:03
15567 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/serial/00:06 -> ../../../../devices/pnp0/00:06
15459 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/serial/00:04 -> ../../../../devices/pnp0/00:04
8152 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/system/00:07 -> ../../../../devices/pnp0/00:07
7998 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/system/00:01 -> ../../../../devices/pnp0/00:01
8173 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/system/00:08 -> ../../../../devices/pnp0/00:08
8019 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/pnp/drivers/system/00:02 -> ../../../../devices/pnp0/00:02
24514 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/scsi/drivers/sd/2:0:0:0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0
22409 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/scsi/drivers/sd/0:0:0:0 -> ../../../../devices/pci0000:00/0000:00:13.0/ata1/host0/target0:0:0/0:0:0:0
21082 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/hub/1-0:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0
23002 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/hub/1-4:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0
21415 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/hub/2-0:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0
21059 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/usb1 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1
23851 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/1-4.3 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3
22844 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/1-3 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-3
22705 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/1-1 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-1
21392 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/usb2 -> ../../../../devices/pci0000:00/0000:00:14.0/usb2
24084 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/1-4.4 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4
22970 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/1-4 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4
23501 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb/1-4.2 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2
24114 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usbhid/1-4.4:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0
23258 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usbhid/1-3:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0
23531 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usbhid/1-4.2:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0
23881 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usbhid/1-4.3:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0
23648 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usbhid/1-4.2:1.1 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1
23156 0 lrwxrwxrwx 1 root root 0 Jul 26 16:05 /sys/bus/usb/drivers/usb-storage/1-1:1.0 -> ../../../../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0
Just to calirfy, they are both the same machine, just different harddrives, will take a video now thanks
Okay this is weird, I filmed it, and it eventually booted into the existing Ubuntu classic.
Then I tried again, and it worked! Weirdness.
I placed the ubuntu core image on a flash stick booted from it, set it up. However when it restarted, the flashing was not permanent, it reverted back to Ubuntu desktop. I thought I had installed Ubuntu Core. How does one setup core such that the setup persists?
Well Ubuntu Core will only boot from the disk the image it is put onto, it doesn’t install itself onto a separate disk, so when you put it on a flash drive, it would have installed itself on the flash drive . Instead what most folks do is put an Ubuntu Desktop live image onto the flash drive, boot that, and then from the live Ubuntu session dd
the Ubuntu Core image to the real hard disk you want to install Ubuntu Core onto and then reboot and remove the flash drive with the Ubuntu live image on it.
1 Like
Thanks that makes a lot of sense.
I booted from a live CD, then I erased all partition’s of the computers harddrive. Then dd’ed the ubntu core amd64 .img onto the harddrive. It does not boot to the first time setup, just a black screen (that does not respond to ssh, and scanned the network its not connected). Do you know if one should setup boot partitions or something for Ubuntu core to run?
ogra
July 27, 2021, 10:36am
15
you should only dd the image to the raw device (not a partition though!!) like /dev/sda,/dev/nvme0n1, /dev/mmcblk0 … and that should be all that is needed … the image is partitioned inside already and will re-partition the device after/at first boot dynamically
Ok thanks for that confirmation, I was on the right direction.
This what I did: dd status='progress' if=/path/to/ubuntu-core.img of=/dev/sdb
So that seems correct, been playing with various BIOS settings, not sure what else to try.
ogra
July 27, 2021, 10:54am
17
that looks correct (assuming /dev/sdb is actually the correct disk) …
Does your device support UEFI? UEFI is required for UC20 to boot
Good point, but yes, when I try boot from a flash stick, it boots from UEFI partition. And have played with all the boot settings, and seen it requires UEFI from trial and error.
If I try boot from harddrive (tried 2 different harddrive models): This is all I get (no first time setup)
And If I boot from flashstick, I get this error (had to take a video and scrub frame by frame because it flashes so fast):
Also tried Trusted Computing
-> Security Support
-> TPM1.2
, then tried TPM2.0
, and finally tried Disabled
.