Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: pinnerite Newsgroups: alt.os.linux.mint Subject: Re: Slow boot under Mint 22.3 Date: Fri, 8 May 2026 18:51:39 +0100 Organization: A noiseless patient Spider Lines: 98 Message-ID: <20260508185139.1a8f7a05bfd5f4bf79c1c6d9@gmail.com> References: <20260508174239.d8778f7f08106db442cc2afc@gmail.com> <10tl4t2$1l5ap$1@news.usenet.ovh> <20260508184859.c0922896b697671f426f2ac9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Injection-Date: Fri, 08 May 2026 17:51:40 +0000 (UTC) Injection-Info: dont-email.me; logging-data="3240974"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18X5CO0cHRzK5Rl1dY8J3UOymG5x3OU0uo="; posting-host="272aff68038ff24eeef16a14ac4388c8" Cancel-Lock: sha1:hLXKiHcfbv7TE1fV0DNsiw9eeAU= sha256:xWhSnBatXi/NykQHQNhrLbw3NrA8wwN5OYH9ubaowfk= sha1:I7xDTpo8cgEQFValps1LAqCPyAg= X-Newsreader: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Xref: csiph.com alt.os.linux.mint:47433 On Fri, 8 May 2026 18:48:59 +0100 pinnerite wrote: > On Fri, 8 May 2026 19:01:21 +0200 > german newsgroups wrote: >=20 > > Le 08/05/2026 =E0 18:42, pinnerite a =E9crit=A0: > > > Two lines seem to delay the process. hang these up. This is one of th= em: > > >=20 > > > andgpu 0000:00:00.0: [drm] REG WAIT timeout lus* 100000 tries - optc3= 1 disable_crtc line:145 > > >=20 > > > The other seems to be searching for btfrs file systems which I have n= ever used. Mine are are all ext4! > > >=20 > > > How can I clean this up? > > >=20 > > > This is on a new machine which has another problem that requires anot= her thread. > >=20 > >=20 > > you have stage to start the desktop... > >=20 > > they are a logic step by step... > >=20 > > i suspect your fstab is not good...so you have a sort bad loop. > >=20 > > the kernel start...but after is not good... > >=20 > > may be is a new install ? so, see the uuid in grub cfg and in /etc/fstab > >=20 > > you can find grub.cfg in 2 place, first in the uefi part fat32...second > > in /boot/grub > >=20 > > may be you boot with only a drive in your machine...but the install=20 > > don't write well /dev/sda it write /dev/sdb > >=20 > > so " b " is drive 2 no the principal drive... > >=20 > > if it is a tower...not a Trump tower, but a PC tower ok ! so see the > > sata connexion...the sata 0 in not the same with sata1 !!! > >=20 > > some we plug in sata 1...and is not a good practice ! one here is B and= =20 > > 0 is A ( /dev/sda ) > >=20 > > try that ? > >=20 > >=20 > > after i don't ! > >=20 > > see if boot and in the same time you others disk plugged ! uefi DON'T > > like that !!! you must plug it afer when you are on desktop ! :o) > >=20 > >=20 > >=20 > > --=20 > > Amicalement, > >=20 > > Frenchy Friendly, & French touch ! > >=20 > > german >=20 > The only drive in this machine is a 2TB NVMe, formatted tom ext4(?) >=20 > Le seul disque de cette machine est un NVMe de 2 To, format=E9 en ext4 (?) >=20 > I will look at fstab though. >=20 > Alan >=20 This is it: # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID=3D as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/nvme0n1p2 during installation UUID=3Dddc1434f-4a71-4e0b-925f-abd5a0e4efe2 / ext4 errors= =3Dremount-ro 0 1 # /boot/efi was on /dev/nvme0n1p1 during installation UUID=3DC6E9-4EA7 /boot/efi vfat umask=3D0077 0 1 # /home was on /dev/nvme0n1p4 during installation UUID=3Da188675c-e574-4444-a06e-f17d582c60d4 /home ext4 default= s 0 2 # swap was on /dev/nvme0n1p3 during installation UUID=3D31191ec8-278a-43bb-bf95-73c50294d5dd none swap sw = 0 0 # swap was on /dev/sdb5 during installation UUID=3Db57469f5-8876-41e2-a5f0-d996990f5b62 none swap sw = 0 0 Alan