Skip to content

Instantly share code, notes, and snippets.

@Tequemoflia
Tequemoflia / GRUB after second boot.txt
Created March 2, 2023 18:19
GRUB after second boot
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
@Tequemoflia
Tequemoflia / Installed after second boot.txt
Created March 2, 2023 18:16
Installed after second boot
df -hT ; lsblk ; lsblk -f ; sudo fdisk -l ; lsusb -tvv
Filesystem Type Size Used Avail Use% Mounted on
tmpfs tmpfs 375M 1,5M 374M 1% /run
/dev/sdb1 vfat 15G 4,7G 11G 32% /cdrom
/cow overlay 1,9G 217M 1,7G 12% /
tmpfs tmpfs 1,9G 0 1,9G 0% /dev/shm
tmpfs tmpfs 5,0M 8,0K 5,0M 1% /run/lock
tmpfs tmpfs 1,9G 504K 1,9G 1% /tmp
tmpfs tmpfs 375M 72K 375M 1% /run/user/999
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
@Tequemoflia
Tequemoflia / Installed after first boot.txt
Created March 2, 2023 18:14
Installed after first boot
df -hT ; lsblk ; lsblk -f ; sudo fdisk -l ; lsusb -tvv
Filesystem Type Size Used Avail Use% Mounted on
tmpfs tmpfs 375M 1,5M 374M 1% /run
/dev/sda3 ext4 938G 13G 878G 2% /
tmpfs tmpfs 1,9G 0 1,9G 0% /dev/shm
tmpfs tmpfs 5,0M 4,0K 5,0M 1% /run/lock
/dev/sda2 vfat 512M 6,1M 506M 2% /boot/efi
tmpfs tmpfs 375M 72K 375M 1% /run/user/1000
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 4K 1 loop /snap/bare/5
@Tequemoflia
Tequemoflia / GRUB Before Reboot.txt
Created March 2, 2023 18:13
GRUB Before Reboot
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
@Tequemoflia
Tequemoflia / Installed Before Reboot.txt
Created March 2, 2023 18:12
Installed Before Reboot
df -hT ; lsblk ; lsblk -f ; sudo fdisk -l ; lsusb -tvv
Filesystem Type Size Used Avail Use% Mounted on
tmpfs tmpfs 375M 1,5M 374M 1% /run
/dev/sdb1 vfat 15G 4,7G 11G 32% /cdrom
/cow overlay 1,9G 252M 1,6G 14% /
tmpfs tmpfs 1,9G 0 1,9G 0% /dev/shm
tmpfs tmpfs 5,0M 8,0K 5,0M 1% /run/lock
tmpfs tmpfs 1,9G 508K 1,9G 1% /tmp
tmpfs tmpfs 375M 64K 375M 1% /run/user/999
/dev/sda3 ext4 938G 13G 878G 2% /target
@Tequemoflia
Tequemoflia / GRUB After first boot.txt
Created March 2, 2023 18:10
GRUB After first boot
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0