USB installation stuck after selecting install

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
alfrek
Posts: 1
Joined: 2024-09-02 00:59

USB installation stuck after selecting install

#1 Post by alfrek »

When I try to install via the ISOs downloaded from the Debian site, I get an initial blue "debian 12" screen, and can select from that menu, ie graphical install, install, etc. When I select either of those, a smaller version of the screen, but without text, pops up in the middle, and everything freezes. I can walk away for a few minutes and nothing changes.

I have been able to install Arch, Mint, Ubuntu, Pop-OS; I have been unable to install Fedora - see thread here: https://bugzilla.redhat.com/show_bug.cgi?id=2303991. I don't know if these are related.

When I use the netinst ISO, the smaller frozen screen in the middle is blue with "debian 12". When I use the live ISO, everything is the same, except the frozen screen in the middle is just black.

I can select "e" to get into the "edit selection" screen, and can edit that text, but I don't know what I would change. The reddit thread below suggests changing to "verbose" and to "noplash", but nothing changes.

I can also hit F10 to get into a command line, but I don't know what I would do there.

There is a description of a similar problem here: https://www.reddit.com/r/debian/comment ... in_screen/.

I have attempted with both secure boot and TPM turned off in the BIOS as suggested in that thread.

I have a Yoga 7 2-in-1 14IML9 - Type 83D:

Processor: 1x Intel® Core™ Ultra 7 155U Processor(Core™ Ultra 7 155U)
Memory: 1x 16GB LPD5X-7467
Graphics: 1x Intel® Graphics

Thanks, and please let me know if I can give any more info.

User avatar
sunrat
Site admin
Site admin
Posts: 7336
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 130 times
Been thanked: 642 times

Re: USB installation stuck after selecting install

#2 Post by sunrat »

I vaguely recall having to change in the BIOS of my Yoga 11e a setting I think was "OS Type" to "Other OS" rather than the default "Windows something" before being able to install Debian. It was over 4 years ago so memory of details are hazy.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

mguertler
Posts: 3
Joined: 2024-10-26 10:00

Re: USB installation stuck after selecting install

#3 Post by mguertler »

Hi,

I am in the exact same situation. Did you succeed eventually?

Best,

Martin

User avatar
kc1di
Posts: 302
Joined: 2007-03-12 12:52
Location: Somewhere In Maine
Has thanked: 5 times
Been thanked: 20 times

Re: USB installation stuck after selecting install

#4 Post by kc1di »

You might want to turn of secure boot in bios also if it's enabled.
Dave
Morse Code -An Early digital mode !
Bookworm
John 3:16
Registered Linux User # 462608

mguertler
Posts: 3
Joined: 2024-10-26 10:00

Re: USB installation stuck after selecting install

#5 Post by mguertler »

Hi,

thanks for advice. I had done that already. I tried all combinations allowed by uefi. I have the choice of disabling tpm and/or secure boot.
The device is booting ubuntu 24.04 lts. I compared the installer kernels, debian 12 (bookworm) hat 6.1.??, ubuntu 6.8.??. But the device does not boot debian testing which has an even newer kernel (6.11 or 6.12). Just installing ubuntu, but would prefer debian as all my other machines are running that...

Best,

Martin

User avatar
kc1di
Posts: 302
Joined: 2007-03-12 12:52
Location: Somewhere In Maine
Has thanked: 5 times
Been thanked: 20 times

Re: USB installation stuck after selecting install

#6 Post by kc1di »

do you know what graphics card is in that machine? Does the live session boot to the DE? if it does please install Inxi (sudo apt install inxi) and issue this command in a terminal and post the output here.
inxi -Fxxzr
Dave
Morse Code -An Early digital mode !
Bookworm
John 3:16
Registered Linux User # 462608

User avatar
sunrat
Site admin
Site admin
Posts: 7336
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 130 times
Been thanked: 642 times

Re: USB installation stuck after selecting install

#7 Post by sunrat »

Are you installing from a USB stick with the image copied to the whole device eg. cp debian(whatever).iso /dv/sdX as advised in https://www.debian.org/releases/stable/ ... 03.en.html
or are you using a multiboot stick like Ventoy? There have been reports of multiboot USB failing at the finding files stage. Try using a dedicated USB stick instead.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

mguertler
Posts: 3
Joined: 2024-10-26 10:00

Re: USB installation stuck after selecting install

#8 Post by mguertler »

I used

Code: Select all

cp debian...iso /dev/sdb
, no multiboot. I tried 3 sticks and several images (stable, testing, live), all froze after selecting Instal (or graphical install or expert...)

juribel
Posts: 74
Joined: 2024-03-03 06:30
Location: Rheinland, Germany
Been thanked: 17 times

Re: USB installation stuck after selecting install

#9 Post by juribel »

On my Lenovo Thinkpad laptops and in several Virtual Machines, I successfully installed Debian 12 from a Ventoy USB Stick without any problems. I used the Debian Live ISO with Xfce. BTW, I had completely removed Windows long before. I would always suggest the use of the Live ISO.

User avatar
sunrat
Site admin
Site admin
Posts: 7336
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 130 times
Been thanked: 642 times

Re: USB installation stuck after selecting install

#10 Post by sunrat »

mguertler wrote: 2024-10-27 09:29 I used

Code: Select all

cp debian...iso /dev/sdb
, no multiboot. I tried 3 sticks and several images (stable, testing, live), all froze after selecting Instal (or graphical install or expert...)
You need to run sync after that to ensure any data in cache is written correctly. Not sure if that's your issue though.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

seion
Posts: 3
Joined: 2024-10-28 02:23

Re: USB installation stuck after selecting install

#11 Post by seion »

I just got a new Core Ultra 7 265K and trying to install debian 12 on it, and am having the same issue. I even tried a live CD version booted off a USB drive and nothing is loading up :/ Original Poster has a core ultra, I wonder if its something with this CPU. I was able to install debian fine on another 14900K

User avatar
Peter Zehnder
Posts: 15
Joined: 2024-05-16 22:03
Location: Boechout

Re: USB installation stuck after selecting install

#12 Post by Peter Zehnder »

I use sometimes Ventoy without any problems, but best thing i remember was download an ISO and then make a bootable USB with Balena Etcher
There are NO stupid questions, only stupid answers.

seion
Posts: 3
Joined: 2024-10-28 02:23

Re: USB installation stuck after selecting install

#13 Post by seion »

ventoy? I downloaded both the live and the full install and flashed with Balena Etcher.

seion
Posts: 3
Joined: 2024-10-28 02:23

Re: USB installation stuck after selecting install

#14 Post by seion »

I loaded Daily Debian Testing onto a USB Drive and was able to boot the install onto that. Now I am stuck trying to find drivers for my onboard network card...

User avatar
sunrat
Site admin
Site admin
Posts: 7336
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 130 times
Been thanked: 642 times

Re: USB installation stuck after selecting install

#15 Post by sunrat »

seion wrote: 2024-10-28 15:44 I loaded Daily Debian Testing onto a USB Drive and was able to boot the install onto that. Now I am stuck trying to find drivers for my onboard network card...
Please start a new topic for your issue and include system and hardware info as well as any error messages.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply