dil_bert Posted April 18, 2019 Share Posted April 18, 2019 hello and good day, dear community, i need to change UUID=ae33e597-0c72-4c66-9f16-6606322111c3 swap swap defaults,noatime 0 2 to this UUID=ae33e597-0c72-4c66-9f16-6606322111c3 swap swap defaults 0 0 how to achieve that!? look forward to hear from oyu Quote Link to comment https://forums.phpfreaks.com/topic/308606-changes-in-the-uuid-how-to-achieve-that/ Share on other sites More sharing options...
requinix Posted April 18, 2019 Share Posted April 18, 2019 Have you seen /etc/fstab? Quote Link to comment https://forums.phpfreaks.com/topic/308606-changes-in-the-uuid-how-to-achieve-that/#findComment-1566194 Share on other sites More sharing options...
dil_bert Posted April 18, 2019 Author Share Posted April 18, 2019 hello dear requinix many thanks for the quick reply martin-pc martin]# cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> UUID=A790-35CD /boot/efi vfat defaults,noatime 0 2 UUID=1bf0c824-0645-47da-b8a1-88eaaabecc33 / ext4 defaults,noatime 0 1 UUID=ae33e597-0c72-4c66-9f16-6606322111c3 swap swap defaults,noatime 0 2 [martin-pc martin]# cat /etc/default/grub GRUB_DEFAULT=saved GRUB_TIMEOUT=5 GRUB_TIMEOUT_STYLE=menu GRUB_DISTRIBUTOR='Manjaro' GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=ae33e597-0c72-4c66-9f16-6606322111c3" GRUB_CMDLINE_LINUX="" # If you want to enable the save default function, uncomment the following # line, and set GRUB_DEFAULT to saved. GRUB_SAVEDEFAULT=true # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Uncomment to enable booting from LUKS encrypted devices #GRUB_ENABLE_CRYPTODISK=y # Uncomment to use basic console GRUB_TERMINAL_INPUT=console # Uncomment to disable graphical terminal #GRUB_TERMINAL_OUTPUT=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command 'videoinfo' GRUB_GFXMODE=auto # Uncomment to allow the kernel use the same resolution used by grub GRUB_GFXPAYLOAD_LINUX=keep # Uncomment if you want GRUB to pass to the Linux kernel the old parameter # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries GRUB_DISABLE_RECOVERY=true # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. GRUB_COLOR_NORMAL="light-gray/black" GRUB_COLOR_HIGHLIGHT="green/black" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/usr/share/grub/background.png" GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" [martin-pc martin]# btw - i have had some issues -. with the hibernate due to a hung up upgrade process (that was interrupted unfortunatly=) well i guess that i need to do the corrections - and the change in the uuid . look forward to hear from you greetings Quote Link to comment https://forums.phpfreaks.com/topic/308606-changes-in-the-uuid-how-to-achieve-that/#findComment-1566204 Share on other sites More sharing options...
dil_bert Posted April 24, 2019 Author Share Posted April 24, 2019 hello dear friends I think i have messed my fstab and probably the grub default: From terminal: cat /etc/fstab cat /etc/default/grub cf - see the very very good hints: https://forum.manjaro.org/t/if-i-close-the-lid-the-notebook-does-not-shutdown/83103/3 i was recommended to to some things For the root shell Change this UUID=ae33e597-0c72-4c66-9f16-6606322111c3 swap swap defaults,noatime 0 2 to: UUID=ae33e597-0c72-4c66-9f16-6606322111c3 swap swap defaults 0 0 and remove ,noatime from the /boot/efi in your fstab ... All the rest seems ok ... question: how to achieve that - how to do the necessary changes!? many thanks for any and all helping hand. Quote Link to comment https://forums.phpfreaks.com/topic/308606-changes-in-the-uuid-how-to-achieve-that/#findComment-1566283 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.