Something messes booting speed

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Zgrywus
Level 1
Level 1
Posts: 16
Joined: Mon Jul 19, 2021 3:15 pm

Something messes booting speed

Post by Zgrywus »

Hello. I made custom ISO of Linux Mint, everything is fine but something is messing up boot speed. Weird errors at start, anybody know what are they?

Code: Select all


------------ Wed Aug 04 13:25:44 CEST 2021 ------------
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
Windows is hibernated, refused to mount.
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
touch: /root/var/crash/crash.init: No such file or directory
rm: can't remove '/root/var/crash/crash.init': No such file or directory
passwd: password expiry information changed.
dbus-daemon[745]: [session uid=999 pid=745] Activating service name='org.gtk.vfs.Daemon' requested by ':1.0' (uid=999 pid=746 comm="" label="unconfined")
dbus-daemon[745]: [session uid=999 pid=745] Successfully activated service 'org.gtk.vfs.Daemon'
dbus-daemon[745]: [session uid=999 pid=745] Activating service name='org.gtk.vfs.Metadata' requested by ':1.0' (uid=999 pid=746 comm="" label="unconfined")
fuse: device not found, try 'modprobe fuse' first
dbus-daemon[745]: [session uid=999 pid=745] Successfully activated service 'org.gtk.vfs.Metadata'
A connection to the bus can't be made
ln: /root/usr/lib/update-notifier/apt-check: No such file or directory
ln: /root/usr/lib/ubuntu-release-upgrader/check-new-release: No such file or directory
ln: /root/usr/lib/ubuntu-release-upgrader/check-new-release-gtk: No such file or directory
grep: /root/etc/default/apport: No such file or directory
Using CD-ROM mount point /cdrom/
Identifying... [6ee1a90be0b0c51e5d105cc488fb8a19-2]
Scanning disc for index files...
Found 2 package indexes, 0 source indexes, 0 translation indexes and 0 signatures
Found label 'DLinux (20210803)'
This disc is called: 
'DLinux (20210803)'
Copying package lists...
Reading Package Indexes... 0%

Reading Package Indexes... 3%

Reading Package Indexes... Done


Writing new source list
Source list entries for this disc are:
deb cdrom:[DLinux (20210803)]/ focal contrib main
Repeat this process for the rest of the CDs in your set.
[[0;32m  OK  [0m] Finished [0;1;39mTell Plymouth To Write Out Runtime Data[0m.
[[0;32m  OK  [0m] Finished [0;1;39mSet console font and keymap[0m.
[[0;32m  OK  [0m] Finished [0;1;39mHelper to synchronize boot up for ifupdown[0m.


....
It going fast when label is found, but until this it stays like 10-15s on this errors at beggining.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Something messes booting speed

Post by deepakdeshp »

Try after disabling fast boot in Windows. Yours must be a dual boot.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
Zgrywus
Level 1
Level 1
Posts: 16
Joined: Mon Jul 19, 2021 3:15 pm

Re: Something messes booting speed

Post by Zgrywus »

deepakdeshp wrote: Wed Aug 04, 2021 9:01 am Try after disabling fast boot in Windows. Yours must be a dual boot.
Thanks, it works! But what about

Code: Select all

touch: /root/var/crash/crash.init: No such file or directory
rm: can't remove '/root/var/crash/crash.init': No such file or directory
passwd: password expiry information changed.
dbus-daemon[745]: [session uid=999 pid=745] Activating service name='org.gtk.vfs.Daemon' requested by ':1.0' (uid=999 pid=746 comm="" label="unconfined")
dbus-daemon[745]: [session uid=999 pid=745] Successfully activated service 'org.gtk.vfs.Daemon'
dbus-daemon[745]: [session uid=999 pid=745] Activating service name='org.gtk.vfs.Metadata' requested by ':1.0' (uid=999 pid=746 comm="" label="unconfined")
fuse: device not found, try 'modprobe fuse' first
dbus-daemon[745]: [session uid=999 pid=745] Successfully activated service 'org.gtk.vfs.Metadata'
A connection to the bus can't be made
ln: /root/usr/lib/update-notifier/apt-check: No such file or directory
ln: /root/usr/lib/ubuntu-release-upgrader/check-new-release: No such file or directory
ln: /root/usr/lib/ubuntu-release-upgrader/check-new-release-gtk: No such file or directory
grep: /root/etc/default/apport: No such file or directory
It should be like that? No such file or directory everywhere?
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Something messes booting speed

Post by deepakdeshp »

If everything is working the error messages can be ignored.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
Zgrywus
Level 1
Level 1
Posts: 16
Joined: Mon Jul 19, 2021 3:15 pm

Re: Something messes booting speed

Post by Zgrywus »

But its stays for a while on this errors, they can't be skipped for speeding up booting? Any other tips for speeding up boot time?
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Something messes booting speed

Post by deepakdeshp »

Try booting from live USB, if there aren't delays, it means that something wrong with your custom ISO.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
Zgrywus
Level 1
Level 1
Posts: 16
Joined: Mon Jul 19, 2021 3:15 pm

Re: Something messes booting speed

Post by Zgrywus »

I messed up now, forgot to say that I'm using Live system
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: Something messes booting speed

Post by deepakdeshp »

If live iso gives problems , check your disk
https://help.ubuntu.com/community/Smartmontools
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
Moonstone Man
Level 16
Level 16
Posts: 6054
Joined: Mon Aug 27, 2012 10:17 pm

Re: Something messes booting speed

Post by Moonstone Man »

Zgrywus wrote: Wed Aug 04, 2021 11:07 am I messed up now, forgot to say that I'm using Live system
Use ventoy.
Zgrywus
Level 1
Level 1
Posts: 16
Joined: Mon Jul 19, 2021 3:15 pm

Re: Something messes booting speed

Post by Zgrywus »

deepakdeshp wrote: Wed Aug 04, 2021 11:38 pm If live iso gives problems , check your disk
https://help.ubuntu.com/community/Smartmontools
It gives same problem on many various laptops, even if they have no hard drive.

Kadaitcha Man wrote: Wed Aug 04, 2021 11:47 pm
Zgrywus wrote: Wed Aug 04, 2021 11:07 am I messed up now, forgot to say that I'm using Live system
Use ventoy.
It does nothing, same errors :/
Locked

Return to “Installation & Boot”