Posts

Showing posts from 2022

Install Ubuntu 22.04 in 32 bit UEFI intel Atom and cherrytrail devices

Below i'm going to show you how to install Ubuntu 22.04 on a 32bit UEFI device (Intel Atom Baytrail,Cherrytrail etc ..) . 1 . manually copy all contents of Ubuntu iso to a fat32 formated usb drive . 2 . Download and copy bootia32.efi from the github repo and copy it to /EFI/BOOT directory of the usb drive . 3 . Make sure that a grub.cfg file is present on the drive . copy it to outside of all directories (copy it to / of the drive) . (you can search the drive for grub.cfg and copy it to / location of the drive ) . 4 . Turnoff fastboot and secureboot , reboot the device and select to boot from the usb drive . Now you can boot into the Ubuntu 21.04 live environment . 5 .Proceed through the installation and don't forget to connect to the internet or else installation will fail # linux #linux 32 bit uefi #Ubuntu 22.04 #32 bit uefi #uefi

Enable Hibernation in openSUSE Tumbleweed

 Hibernation or suspend to disk is disabled by default in openSUSE Tumbleweed . You can enable it by small work . Step 1. sudo nano /etc/dracut.conf.d/99-fix-resume.conf     add_dracutmodules+="resume" step 2. Rebuild intramfs   sudo dracut -fv   Step 3. Add this to boot command line (Yast boot loader)   resume=/dev/disk/by-uuid/<insert the UUID of your swap partition here> Now Hibernation should work !   if not    Step 4. Disable Secure boot and restart