I recently assembled a new computer. I want to learn Linux. I'm retired.
And while I did create a bootable usb install drive ---> debian-10.7.0-amd64-netinst.iso, I decided I better make sure I could first get a 'Live' version to work!
So I created a 2nd usb drive ----> debian-live-10.8.0-amd64-cinnamon.iso
Unfortunately when I attempted to use my Live version - it fails to boot Debian.
Here is what does happen:
1. I boot up with Live debian usb thumb drive
2. I get the GNU GRUB panel.
3. I select the following option ----> Debian GNU/Linux Live (kernel 4.19.0-14-amd64)
(Prior to executing, I edited the underlying Linux code of this option.)
Here is what is being executed:
setparams 'Debian GNU/Linux Live (kernel 4.19.0-14-amd64)'
linux /live/vmlinuz-4.19.0-14-amd64 boot=live components splash quiet "${loopback)"
initrd /live/initrd.img-4-19.0-14-amd64
Unfortunately when I execute on my new system, my terminal gets no response after throwing out the Debian Splash screen.
I just get the blinking cursor at the top left part of screen......
I did check the thumb drive to make sure the objects referenced in the code above could be found on the usb drive - and they were there!
There were a couple of system msgs that flashed very briefly on the monitor when the screen changed from the Debian Splash to the 'blinking cursor'.
Annoying that I could not read.
So I tried the same thumb drive on my Windows machine and was able to navigate all the way through to the desktop environment and browse the internet using Firefox.
Anyone have experience with the scenario above? Thoughts appreciated.
Needless to say my Linux journey is having trouble getting out of the garage -

Peter