Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:linux:start [2023/02/06 20:08] – wikiadmin | computers:linux:start [2024/08/18 15:06] (current) – wikiadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux ====== | ====== Linux ====== | ||
| - | ==== serial console ==== | + | I primarily use Debian based distros but often use others such as Mint, Ubuntu, and Oracle Linux. |
| - | == Oracle Linux == | + | |
| - | * NON-EFI | + | |
| - | < | + | |
| - | # cat / | + | |
| - | GRUB_TIMEOUT=5 | + | |
| - | GRUB_DISTRIBUTOR=" | + | |
| - | GRUB_DEFAULT=saved | + | |
| - | GRUB_DISABLE_SUBMENU=true | + | |
| - | GRUB_TERMINAL=" | + | |
| - | GRUB_SERIAL_COMMAND=" | + | |
| - | GRUB_CMDLINE_LINUX=" | + | |
| - | GRUB_CMDLINE_LINUX_DEFAULT=" | + | |
| - | GRUB_DISABLE_RECOVERY=" | + | |
| - | # grub2-mkconfig -o / | + | {{indexmenu>:computers:linux#1|js navbar nocookie}} |
| - | </code> | + | |
| - | \\ | + | |
| - | + | ||
| - | * EFI | + | |
| - | < | + | |
| - | # cat / | + | |
| - | GRUB_TIMEOUT=5 | + | |
| - | GRUB_DISTRIBUTOR=" | + | |
| - | GRUB_DEFAULT=saved | + | |
| - | GRUB_DISABLE_SUBMENU=true | + | |
| - | GRUB_TERMINAL=" | + | |
| - | GRUB_SERIAL_COMMAND=" | + | |
| - | GRUB_CMDLINE_LINUX=" | + | |
| - | GRUB_CMDLINE_LINUX_DEFAULT=" | + | |
| - | GRUB_DISABLE_RECOVERY=" | + | |
| - | + | ||
| - | # for f in /boot/vm*; do grubby --info $f; done | + | |
| - | # for f in /boot/vm*; do grubby --remove-args=" | + | |
| - | # for f in /boot/vm*; do grubby --info $f; done | + | |
| - | # grub2-mkconfig -o / | + | |
| - | </ | + | |
| - | + | ||
| - | === iSCSI Initiator === | + | |
| - | == Oracle Linux == | + | |
| - | - Install the package < | + | |
| - | - Discover targets < | + | |
| - | - Display target information < | + | |
| - | - Establish a session < | + | |
| - | - Verify session < | + | |
| - | - When adding an iSCSI LUN to the fstab, use the _netdev option< | + | |
| - | - Log out of session< | + | |
| - | - Remove target from database< | + | |
| - | - If target server has gone away, entries can be removed manually< | + | |
