You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash
# week5 - Chapter 5 script
# view kernel's boot and messages
dmesg | less
# checking kernel's parameters
cat /proc/cdmline
echo "I wish there is a way to jump into GRUB so we can run some more commands. This chapter is more about GRUB."