Chapter 7 / Book
Chapter 7 № 07 · 2026

Chapter 7 — The Dialogue of the Install

Watching the screen, checking with Claude as you go

What This Chapter Looks Like — Surprisingly Straight on Debian 13

As Chapter 5 noted, the Debian 13 installer is quieter and more linear than a fresh Windows 11 setup. Most screens collapse to "Next / take the recommendation." The screens where you actually need to pause are only three:

Everything else follows from your language choice. Pick "Japanese" once, and locale, keyboard, and the Japanese input method (Fcitx5 + Mozc) are all set up automatically. Treat this chapter not as "stop and think on every screen" but as "pause one beat to confirm on every screen."

Final Preparation Check

Before launching the installer, confirm all of the following are in place.

Windows 11 side preparation (most important)

Do not boot the Debian installer until these two are done. See "Two things to do on the Windows 11 side first" in Chapter 5 for details.

Everything else

When everything is ticked, you can begin. If anything is missing, go back and fix it.

Section 1 — Up to Launching the Installer

Enter UEFI and Change the Boot Order

  1. Shut the PC down completely (a full shutdown, not a restart).
  2. Press the power button, and immediately tap the maker-specific key.
    • Dell: F12 / F2
    • HP: Esc → F9
    • Lenovo (ThinkPad): Enter → F12
    • ASUS / custom: F2 / Del
  3. Open the Boot menu or Boot Order screen.
  4. Move USB to the top, or pick USB from a one-time boot menu (the F12 menu).

Once it boots, the Debian installer screen appears. Choose Graphical install, where you can use the mouse.

Ask Claude ①: A Quick-Response Dialogue When It Won't Boot

Have this template ready in Claude on the separate device.

The Debian installer won't boot. Machine: [maker / model] What appears on screen at boot (or what the screen shows): [if you can't take a screenshot, describe in words] What I have done:

  • Disabled Fast Startup: [yes / no]
  • Disabled Secure Boot: [yes / no]
  • Tried a different USB port: [yes / no]
  • Tried a different USB stick: [yes / no]

What should I try next?

Having this prepared makes the response fast when trouble hits.

Section 2 — Language, Region, Keyboard

Once the installer is up, choose the following on the first three screens.

If you pick the wrong layout, the symbol positions go off. Pick by looking at what is actually printed on your keyboard.

Section 3 — Network Settings

Wired Is Automatic

If a LAN cable is plugged in, it is detected automatically.

For Wireless

For wireless LAN, you'll be asked for:

The Debian 13 netinst ISO ships with non-free firmware, so for any reasonably common Intel / Realtek / Atheros wireless chip, the SSID list will be populated right on this screen. The list comes up empty only for very recent chips or unusual hardware — in that case, fall back to wired LAN or USB tethering from a phone.

Hostname and Domain

Section 4 — Creating Users

What to Do with the Root Password

The "Set up the root password" screen has a choice.

The blank-and-sudo style is safer, and closer to how Ubuntu works.

Creating the Regular User

Section 5 — Disk Partitioning

This is the screen where you should be most careful.

What the Choices Mean

For a laptop, "use entire disk and set up encrypted LVM." For a desktop without encryption, "use entire disk."

Don't Pick the Wrong Disk

If an external SSD or another HDD is plugged in, it will appear in the list. If you accidentally pick the external one, your backup is wiped.

The disks shown can be told apart by capacity. The internal SSD on a laptop is often 512 GB or 1 TB. Externals tend to differ in capacity. If you're unsure, back out of the installer once, physically unplug the external, and resume.

Ask Claude ②: Confirming the Partition Screen

Photograph the partition screen on your phone, or write down the disk names and capacities you see, and ask Claude.

The partition screen shows the following disks: /dev/sda - 512 GB /dev/sdb - 2 TB

My PC's internal SSD is 512 GB; the external is 2 TB. Is /dev/sda the right one to install Debian on? Tell me the risk if I pick the wrong one and how to confirm.

For operations you aren't sure about, ask before you do. This is the field application of "the three principles of verification" from Chapter 2.

Entering the Encryption Passphrase

If you chose encryption, a passphrase entry screen appears. Type the passphrase you decided on in Chapter 6.

If you mistype here while convinced you got it right, you will not be able to boot after restart. If you're not sure, type while looking at the paper.

Section 6 — Installing the Base System and Configuring the Package Manager

From here on, much of it proceeds automatically. Wait several to a couple of dozen minutes.

Choosing a Mirror Server

In "Configure the package manager," choose a nearby mirror.

Proxy settings are only needed if your office LAN uses a proxy. Leave it blank at home.

Section 7 — Software Selection

Apply the checkbox configuration you decided on in Chapter 6.

Uncheck the rest. Cross-reference against your printed checklist and be deliberate.

The Japanese input method (Fcitx5 + Mozc) is installed automatically at this step — if you chose Japanese as the language in Section 2, you don't need to tick anything extra. Chapter 10 is then about tuning it, not installing it from scratch.

After this, ten to thirty minutes go to package download and install. Coffee time.

Section 8 — GRUB Install and Completion

Where to Put GRUB

"Install the GRUB bootloader to the master boot record" → "Yes," and the installation target candidates appear.

When the Completion Screen Appears

After the reboot: encryption-passphrase screen → Debian login screen → desktop. If you reach this in order, success.

Ask Claude ③: Quick Response If the Screen Doesn't Come Up After Reboot

The Debian install completed and I rebooted. The USB stick is out. Symptom: [black screen / "No bootable device" message / no encryption-passphrase screen / etc.]

Machine: []. What should I check? Tell me the steps one at a time.

Section 9 — Three Things to Do Right After First Login

Once you're logged in, do these three things straight away.

1. Confirm This Is Your PC

2. Bring the System Up to Date

Open a terminal (on GNOME: Activities → "terminal") and run:

sudo apt update
sudo apt upgrade

If packages were updated, reboot.

3. Take an Initial Screenshot

Take a phone photo of the state right after install. Later, when something doesn't work, this becomes a reference point for what was working initially.

Summary

What you did in this chapter:

  1. UEFI → USB boot → launching the installer.
  2. Language, region, keyboard, network settings.
  3. User creation (sudo style, Latin-letter username).
  4. Disk partitioning (chosen carefully, confirmed with Claude).
  5. The encryption passphrase.
  6. Software selection (minimal configuration).
  7. Installing GRUB.
  8. Reboot, first login, system updates.

Where you are now:

In Chapter 8, "The First Round of Troubleshooting," we go through the issues that tend to come up at this point — display resolution, Wi-Fi, sound, Bluetooth, suspend — and resolve them one by one with Claude.


The full series can be navigated from Learning Debian with Claude — All chapters. Comments and discussion go to the Facebook group: AISeed — Biodiversity, Food, AI and Life.