Skip to content

Commit 7f9162b

Browse files
committed
Save copy of GUI instructions
1 parent ced8f94 commit 7f9162b

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

content/debian/create_bootable_flash.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
+++
22
title="Create Bootable Flash Drive"
33
date = 2023-07-27
4-
updated = 2025-04-26
4+
updated = 2026-01-30
55
extra = { series = "Debian" }
66
taxonomies = { tags = ["Debian"] }
77
+++
88

9-
### Display List of Hard Drives
9+
# Create via terminal
10+
11+
## Display List of Hard Drives
1012

1113
```sh
1214
lsblk
1315
```
1416

15-
### Copy ISO onto a flash drive
17+
## Copy ISO onto a flash drive
1618

1719
TIP: Before executing the command below you may want to format the disk but not create a volume.
1820
I didn't format it once and it wrote to "cache" and I had a very hard time knowing when it was done actually writing to the drive.
@@ -24,3 +26,24 @@ _NB: Takes a while with no feedback, until fail/pass_
2426
```sh
2527
cp debian.iso /dev/sdX
2628
```
29+
30+
# Create via GUI
31+
32+
Ubuntu has instructions on [their website](https://documentation.ubuntu.com/desktop/en/latest/tutorial/install-ubuntu-desktop/), which I've tried up to the part of loading onto the flash drive.
33+
34+
Relevant section copied below in case their site "goes away" (or gets relocated or reorganized or restructured or otherwise cannot be found anymore).
35+
36+
> 1. Open the Disks application. You can find it in the applications menu or by searching for “Disks”.
37+
> 2. Insert your USB stick. It appears in the sidebar. Select it there.\
38+
> **WARNING: Make sure to select the USB stick and not the disk with your running system. Both are listed.**\
39+
> ![Screenshot of disk application](https://documentation.ubuntu.com/desktop/en/latest/_images/usb-in-gnome-disks.png)
40+
> 3. Close all applications that access files or folders on the USB stick, including the file browser.
41+
> 4. In the Disks window header, click `Drive Options (⋮)` and select `Restore Disk Image…`\
42+
> ![Screenshot of menu with "Restore Disk Image"](https://documentation.ubuntu.com/desktop/en/latest/_images/restore-disk-image-menu.png)
43+
> 5. Next to `Image to Restore`, select the downloaded Ubuntu image file.
44+
> 6. Click `Start Restoring…` and confirm. The application asks for your password.\
45+
> ![Screenshot of prompt for starting restoration](https://documentation.ubuntu.com/desktop/en/latest/_images/restore-disk-image-dialog.png)
46+
> 7. A progress bar appears while Disks is writing the image.\
47+
> ![Screenshot of progress bar](https://documentation.ubuntu.com/desktop/en/latest/_images/gnome-disks-restoring-image.png)
48+
> 8. When the progress bar finishes, click `Eject this disk (⏏)`.\
49+
> ![Screenshot with eject highlighted](https://documentation.ubuntu.com/desktop/en/latest/_images/gnome-disks-finished-writing.png)

0 commit comments

Comments
 (0)