User Tools

Site Tools


blog:2023:0930_fedora_release_upgrade_without_an_rtc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:2023:0930_fedora_release_upgrade_without_an_rtc [2023/09/30 19:03] davekblog:2023:0930_fedora_release_upgrade_without_an_rtc [2024/05/18 01:09] (current) davek
Line 16: Line 16:
 As a quick refresher, here's what to do with systemd.clock_usec in Fedora: As a quick refresher, here's what to do with systemd.clock_usec in Fedora:
   * pick the time you want; <code>date +%s</code> will give you epoch time in seconds right "now" which is a good place to start; make it into usec by adding 6 0's to the end   * pick the time you want; <code>date +%s</code> will give you epoch time in seconds right "now" which is a good place to start; make it into usec by adding 6 0's to the end
-  * edit /etc/default/grub; find the line GRUB_CMDLINE_LINUX and add another argument to the end inside the quotes; after make the edit, my line looked like this: <code>GRUB_CMDLINE_LINUX="rhgb quiet console=tty0 systemd.clock_usec=1696097631000000"</code>+  * edit /etc/default/grub; find the line GRUB_CMDLINE_LINUX and add another argument to the end inside the quotes; after making the edit, my line looked like this: <code>GRUB_CMDLINE_LINUX="rhgb quiet console=tty0 systemd.clock_usec=1696097631000000"</code>
   * regenerate grub config like this: <code>sudo grub2-mkconfig -o /boot/grub2/grub.cfg</code>   * regenerate grub config like this: <code>sudo grub2-mkconfig -o /boot/grub2/grub.cfg</code>
   * prepare for the disti upgrade and do the system-upgrade reboot   * prepare for the disti upgrade and do the system-upgrade reboot
  
-After you are done with your upgrade, remove the systemd.clock_usec to put your system back to normal+After you are done with your upgrade, remove the systemd.clock_usec to put your system back to normal.
  
  
 {{tag>}} {{tag>}}
  
- +~~LINKBACK~~ 
-~~DISCUSSION~~+//~~DISCUSSION~~
  
blog/2023/0930_fedora_release_upgrade_without_an_rtc.1696100590.txt.gz · Last modified: 2023/09/30 19:03 by davek