Launch debian 9 installer from live session

1

I've just burned debian-live-9.4.0-amd64-gnome to a usb pen drive. Then started the live session and now I want to start the installer.

I have to go into the live session because I have to manually install my Broadcom BCM43142 wireless driver. After that I want to start the installer, but I can't figure out how to do it. Tried searching for debian-installer-launcher or similar program but couldn't find anything like that.

opensas

Posted 2018-04-09T07:14:26.840

Reputation: 293

1

I'd try these unofficial (but prepared by Debian folks) images containing firmware packages; you probably will need the firmware-brcm80211 package to get it going.

– kostix – 2018-04-09T11:35:51.997

1

See this answer on U&L : https://unix.stackexchange.com/a/314829/153195

– GAD3R – 2018-04-09T14:51:07.947

Answers

0

To launch the debian installer from the terminal , run:

sudo debian-installer-launcher

To launch the debian installer in the terminal and keep using the live session , follow this answer by @Stephen Kitt:

According to the documentation,

sudo debian-installer-launcher --text

will launch the text-mode installer in a new terminal window.

GAD3R

Posted 2018-04-09T07:14:26.840

Reputation: 2 677