• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: September 14th, 2023

help-circle











  • No, the drive needs a boot partition for the bios to know there is something to be booted on the drive.

    Most Linux ISO’s do properly include the partitions in the ISO, so you can clone the iso to a drive and that should work, using dd for example. But just copying the files won’t work.

    iirc windows iso’s did use to support just creating a fat32 partition and moving all the files over, not sure how they managed that. But now the international ISO for win 11 has a file that’s more than the max 4Gb allowed by fat32, so you can’t do that anymore either.









  • Ghoelian@lemmy.dbzer0.comtoLinux@lemmy.mlCannot start spotifyd.service
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    2 months ago

    If you just want it to auto-start at login, you could create a symlink from the .desktop file to ~/.config/autostart.

    Something like ln ~/.local/applications/spotify.desktop ~/.config/autostart (or ln /usr/share/applications/spotify.desktop ~/.config/autostart if that’s where it installed to).

    I believe most DE’s will pick this up automatically.