/srv/irclogs.ubuntu.com/2018/02/25/#ubuntu+1.txt

flocculantlotuspsychje: cheers for checking :)11:15
lotuspsychjeflocculant: np ; )11:16
Boyettehi17:29
Boyettecan someone help me to install spotnet 17:29
Peace-hello i can't boot it says ... uuid  do not exist 17:35
Peace-just installed 17:35
Peace-:S 17:35
Peace-i tried to check the partition with  sudo blkid /dev/sda6 /dev/sda6: UUID="67a29f9c-a8e6-45b3-abb7-aa958a4c1d40" TYPE="ext4" PARTUUID="00043168-06"17:35
Peace-and the uuid it's correct 17:36
Peace-:/17:36
Peace-here the message https://pasteboard.co/H9iZqly.jpg17:38
Peace-guys any answer to my question about the problem about wrong uuid ?18:54
Peace-btw i tried to change it... 18:54
Peace-and it works correctly on 17.04 18:54
Peace-on 18.04 it says it can't find the uuid ,18:56
Peace-it says somethig like this 18:56
Peace-Gave up waiting for root device. Common problems:18:56
Peace-  — Boot args (cat /proc/cmdline)18:56
Peace-    — Check rootdelay= (did the system wait long enough?)18:56
TJ-is it an LVM install?18:56
Peace-    — Check root= (did the system wait for the right device?)18:56
Peace-  — Missing modules (cat /proc/modules; ls /dev)18:56
Peace-https://paste.ubuntu.com/p/jf84ksGRmn/18:57
Peace-TJ-: no it's an installation on notebook with 17.04 aside18:57
Peace-on crucial ssd (INTERNAL)18:58
TJ-Peace-: right, and you didn't use LVM disk layout?18:58
TJ-Peace-: because what you report is known with LVM installations18:58
TJ-Peace-: try "lvm vgchange -ay" then "ls /dev/mapper/" and see if there's anything listed other than "control"18:59
Peace-TJ-: wait a moment cuz it's 2 years i don't touch my linux notebook :D it was workin so good and now i am a bit confused about that lvm 18:59
Peace-ah shit i can't ruight now 19:00
TJ-Peace-: oh hang on, I didn't read your photo properly! It's not LVM, it's /dev/sda6 as per your blkid command above isn't it19:00
Peace-repo is not workin anymore on my old machine so i cant'execute lvm command19:01
Peace-TJ-: yea eya19:01
TJ-Peace-: no problem, i realise now it isn't LVM related19:01
Peace-TJ-: :D19:01
TJ-So, by deduction...19:01
Peace-you are saying it's uuid wrong issue right? TJ-19:01
TJ-... we know the UUID exists. So the question is, how did you run the blkid command? Was it from a LiveISO boot ?19:02
Peace-i have 17.04 19:02
Peace-chroot too19:02
TJ-So you have a working, booting, 17.04 install?19:03
TJ-And you've installed 18.04 alongside it? if so, is that in a different partition?19:03
Peace-yes19:03
Peace-of course i have 2 partion 19:04
Peace-1 for 18 and 1 for 1719:04
Peace-btw i generated another uuid and i used it with sudo tune2fs -U a6cf7970-7688-4458-896a-bf168a7c0fc8 /dev/sda619:04
Peace-which is correctly mounted right now on 17.0419:04
TJ-OK, so, the issue may just be the /boot/initrd.img-$VERSION is incomplete or incorrect - missing some kernel modules most likely19:05
TJ-Peace-: Do you know how to create a working chroot with proc sys dev mounted inside?19:06
Peace-btw i updated the with update-initramfs -u 19:06
Peace-and update-grub19:06
TJ-Peace-: from within the chroot?19:06
Peace-you mean thsi irght19:06
Peace-wait a moment  i post the code19:07
TJ-usually it's something like "for n in proc sys dev dev/pts; do sudo mount --bind /$n /target/$n; done"19:07
Peace-TJ-: https://pastebin.com/Tr9HZyuX19:07
Peace-i did that19:07
TJ-Peace-: You're doing everything correctly so far19:08
Peace-yeah but it does not want run :D 19:08
Peace-silly system :D19:09
TJ-Peace-: can you show me "pastebinit <( lsblk -f )" from within the chroot ?19:09
Peace-ok 19:09
Peace-wait a moment 19:10
Peace-i will do right now19:10
TJ-Peace-: and also "pastebinit /boot/grub/grub.cfg"19:10
Peace-ok19:10
Peace-TJ-: mm inside the chroot it shows soemthing of weird19:11
Peace-TJ-: https://pastebin.com/jRBXpzqq19:11
TJ-hmmm, no UUIDs reported19:12
Peace-TJ-: https://pastebin.com/2P2aAGH019:12
Peace-TJ-: infact :S19:13
Peace-wtf it's 12 years i use linux this is so strange :S19:13
TJ-that suggests an underlying tool or library is missing19:13
Peace-damn it :D19:14
TJ-The grub config looks correct, it's showing a6cf7970-7688-4458-896a-bf168a7c0fc8 and hd0,msdos6 19:14
Peace-infact!19:14
TJ-This is a good clue, don't damn it19:14
Peace-:D19:14
Peace-i mean this intriguing never seen this before in my life of linux user19:15
TJ-Peace-: in the choot do "pastebinit <( find /dev/disk/ -type l -ls )"19:15
Peace-TJ-: https://pastebin.com/7VLg5r9F19:16
Peace-TJ-: more readble https://pastebin.com/raw/7VLg5r9F19:17
TJ-Peace-: so 17.04 is creating the links correctly19:17
Peace-yeah yeah if you mean it mounts the other partition correctly19:17
Peace-TJ-: ^19:17
TJ-Have you done a "apt update; apt full-upgrade" in case this is a fixed issue?19:17
Peace-TJ-: where ?19:18
TJ-Peace-: inside the chroot19:18
Peace-TJ-: :D no 19:18
TJ-Peace-: try19:18
Peace-we can try now19:18
TJ-Peace-: if packages get upgraded that /may/ fix a bug in the 18.04 packages19:18
Peace-TJ-: https://pastebin.com/raw/rize2VyS19:19
Peace-:S19:19
Peace-TJ-: maybe i ahve to change server for update?19:20
TJ-Peace-: ok, from /outside/ the chroot do "sudo mount --bind /etc/resolv.conf /mnt/etc/resolv.conf" then try the apt command again19:20
Peace-TJ-: :s https://pastebin.com/raw/LgTfKKdZ19:21
Peace-TJ-: WHERE ARE You from ? i have to pay you a beer anyway xD19:22
TJ-Peace-: "Couldn't create temporary file /tmp/apt.conf.3akgOy for passing config to apt-key" suggests the mount is read-only19:22
Peace-mm19:23
TJ-Peace-: that, or there's some weird permissions on /mnt/tmp (/tmp/ inside chroot)19:23
Peace-TJ-: mm but i did this https://pastebin.com/Tr9HZyuX19:24
TJ-Peace-: can you show me (from outside the chroot) "pastebinit /mnt/etc/fstab"19:24
Peace-plus your commands19:24
Peace-TJ-: sure here it is https://pastebin.com/raw/Ed4pF2X619:25
TJ-OK, there's a problem. The root-fs UUID needs updating now you've changed it "UUID=67a29f9c-a8e6-45b3-abb7-aa958a4c1d40 / "19:26
Peace-ah right19:27
Peace-i have seen19:27
Peace-wait19:27
TJ-but also when you're doing the update-initramfs I /bet/ you've not mounted /boot first. When you enter the chroot, the first command you should issue is "mount -a" which mounts all the fstab entries. Otherwise files will be written to locations that won't be 'seen' at boot time19:27
TJ-so, I'd suggest fix fstab, re-enter chroot, do "mount -a" then "update-initramfs -u" then "update-grub" and try a reboot19:28
TJ-Peace-: I have to go to dinner now but that should give you some things to focus on19:28
Peace-TJ-: tring 19:29
Peace-TJ-: thank you so much dude 19:29

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!