IP address command changed, and filesystem instructions added for Legacy BIOS

This commit is contained in:
Out Of Ideas 2024-01-23 10:54:34 -06:00
parent f052f8ed28
commit b5ae537134
3 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -65,7 +65,7 @@ bash
```
Determin the IP address
```
ip addr | grep -e wlp -e wlan -e enp -e eth[[:digit:]] | grep inet | tail -1 | awk '{print $2}' | awk -F/ '{print $1}'
ip addr | grep -e wlp -e wlan -e enp -e eth[[:digit:]] | grep inet | head -1 | awk '{print $2}' | awk -F/ '{print $1}'
```
On another system, run:
```
@ -431,6 +431,12 @@ While the process is running check tty8 to see a verbose output (**Ctrl** + **Al
**Do not reboot**, unless you chose the grub bootloader. If you chose the grub bootloader, reboot, and skip the next section.<br />
![image of reboot](https://git.disroot.org/oink/Grandma/raw/branch/main/Assests/Images/reboot.png)
### Legacy BIOS
Select the second partition.<br />
![image of second partition](https://git.disroot.org/oink/Grandma/raw/branch/main/Assests/Images/second-legacy-bios-partition.png)
Now select **swap**.<br />
![image of swap](https://git.disroot.org/oink/Grandma/raw/branch/main/Assests/Images/legacy-uefi-swap.png)
## Installing a Different Bootloader
If you are installing a different bootloader, say "no" to the reboot prompt.<br />
![image of don't reboot](https://git.disroot.org/oink/Grandma/raw/branch/main/Assests/Images/dont-reboot.png)