diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-12-02 21:37:46 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-12-02 21:37:46 -0800 |
| commit | 67effaaa9e97de0d15a376eae35e6a1752505306 (patch) | |
| tree | 462e11d51625c8e7720aceb6c45551e4fffd7e14 /docs/buildnotes | |
| parent | bfd00859cf1e8204576f3fc2d51174784f5c127e (diff) | |
Test Reorg
Diffstat (limited to 'docs/buildnotes')
| -rw-r--r-- | docs/buildnotes/tina.md | 10 | ||||
| -rw-r--r-- | docs/buildnotes/utah.md | 11 |
2 files changed, 6 insertions, 15 deletions
diff --git a/docs/buildnotes/tina.md b/docs/buildnotes/tina.md index 2b3c2b2..c872013 100644 --- a/docs/buildnotes/tina.md +++ b/docs/buildnotes/tina.md @@ -2,8 +2,7 @@ The process for installing debian on the old dl380 is about the same as the dell excep that its bios and not uefi and the disks have to be set up by the controller. (flesh this in a bit) -### Partition the disk (this needed to be redone) -Add a section for cloning working partition table with sgdisk +### Partition the disk ```sh parted /dev/sdg @@ -198,13 +197,6 @@ apt update apt install firmware-bnx2 ``` - -### !!!! Investigate this !!!!. - -```sh -# info -f grub -n 'Simple configuration' -``` - ### Update grub Since the hp is bios based we install grub-pc rather than an efi based solution. diff --git a/docs/buildnotes/utah.md b/docs/buildnotes/utah.md index 522ebbd..00ef6bd 100644 --- a/docs/buildnotes/utah.md +++ b/docs/buildnotes/utah.md @@ -7,14 +7,14 @@ Utah (Phillips) is my secondary home file server. It is a cheeze grater style ma ## Initial setup. I started with a fresh install on one of the 3 nvme disks and then referenced/copied some things around from the old os boot disk and the first attempt to install debian trixie. I won't bother you with the details. I will however reuse /dev/nvme0n1. -``` +```sh fdisk -l|grep Disk mkdir /mnt/ubuntu mkdir /mnt/wtfdebian mount /dev/sde2 /mnt/ubuntu/ mount /dev/nvme0n1p2 /mnt/wtfdebian/ ``` - + get rid of the graphical runtime before the system goes to sleep. ```sh @@ -22,12 +22,11 @@ systemctl set-default multi-user.target reboot ``` - ## Convert from netplan back to /etc/network/interfaces Somewhere along the last few ubuntu updates ubuntus netplan started becoming unusable. Sometimes the updates would overwrite the existing configuration without backing it up. When I tried to set up a fresh bridge configuration it refused. So stick a fork in it and turn it over we are done. -``` +```sh apt install bridge-utils cat /mnt/ubuntu/etc/network/interfaces cat /mnt/ubuntu/etc/netplan/ @@ -59,9 +58,9 @@ iface br0 inet static systemctl restart networking ``` -## Install zfs and appletalk +## Install zfs and appletalk -### Add repositories from testing(trixie) +### Add repositories from testing(trixie) The zfs supported by bookworm will not import the filesystems created by ubuntu24.04 but the zfs packages backported from trixie will. |
