Miscellaneous files regarding Ad Blocking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-2.0-only OR MIT | |
/* | |
* Apple SMC ACPI backend | |
* Copyright (C) Subu Dwevedi <[email protected]> | |
*/ | |
#include <linux/acpi.h> | |
#include <linux/delay.h> | |
#include <linux/device.h> | |
#include <linux/init.h> |
This guide shall help you out in getting silent boot experience similar to macOS and Windows on Ubuntu on T2 Macs.
-
On the terminal, run
sudo gnome-text-editor /etc/default/grub
-
Change
GRUB_CMDLINE_LINUX_DEFAULT=""
toGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
. If this is already done then directly follow step 4. -
Run
Now it is possible of get basic SMART information about your Apple SSD like data units written on Linux. In order to get this information :-
- Install the smartmontools package. Eg on Ubuntu run
sudo apt-get install smartmontools
- Run
sudo smartctl /dev/nvme0 -x
The information shall be displayed on the terminal.