Re: How exactly do I create a Debian live USB?

2021-10-13 Thread Махно
Ok. But remember that rebooting is necessary. 2021-10-12, an, 17:56 Roy J. Tellason, Sr. rašė: > On Tuesday 12 October 2021 08:07:58 am Махно wrote: > > Hello. Your PC doesn't have a floppy drive, but you have /dev/fd0, and > many > > things will try to use it. You can disable this message > >

Re: How exactly do I create a Debian live USB?

2021-10-12 Thread Roy J. Tellason, Sr.
On Tuesday 12 October 2021 08:07:58 am Махно wrote: > Hello. Your PC doesn't have a floppy drive, but you have /dev/fd0, and many > things will try to use it. You can disable this message > (blk_update_request: I/O error, dev fd0, sector 0 op). > As root > > # rmmod floppy > # echo "blacklist

Re: How exactly do I create a Debian live USB?

2021-10-12 Thread Махно
Hello. Your PC doesn't have a floppy drive, but you have /dev/fd0, and many things will try to use it. You can disable this message (blk_update_request: I/O error, dev fd0, sector 0 op). As root # rmmod floppy # echo "blacklist floppy" | tee /etc/modprobe.d/blacklist-floppy.conf #

Re: How exactly do I create a Debian live USB?

2021-10-12 Thread Andrei POPESCU
On Ma, 12 oct 21, 06:07:20, kaye n wrote: > On Tue, Oct 12, 2021, 00:26 Andrei POPESCU, > wrote: > > > On Lu, 11 oct 21, 21:20:25, kaye n wrote: > > > > > > Do I choose xfce, kde, mate, etc. ? > > > > My personal choice, even for faster machines is LXDE. It might seem a > > bit spartan,

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Sean Behan
That cp command looks fine, but if you want to try using dd with offsets, try: sudo dd if=debian-live-11.0.0-amd64-standard.iso of=/dev/sdb bs=4M if is input file, of is output file, bs is blocksize which I set to 4MB which is a typical block size If that still doesn't work it's likely an issue

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread kaye n
On Tue, Oct 12, 2021, 00:26 Andrei POPESCU, wrote: > On Lu, 11 oct 21, 21:20:25, kaye n wrote: > > On Mon, Oct 11, 2021 at 8:41 PM Greg Wooledge wrote: > > > > > On Mon, Oct 11, 2021 at 02:37:02PM +0200, Thomas Schmitt wrote: > > > > But, urm, it might be that

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Anssi Saari
kaye n writes: > When I try to enter the live Debian, I get the terminal-like screen with this > message: > > user@debian:~# [ 41.896110] blk_update_request: I/O error, dev fd0, > sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio > class 0 That looks like a normal prompt to me. With an

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Andrei POPESCU
On Lu, 11 oct 21, 21:20:25, kaye n wrote: > On Mon, Oct 11, 2021 at 8:41 PM Greg Wooledge wrote: > > > On Mon, Oct 11, 2021 at 02:37:02PM +0200, Thomas Schmitt wrote: > > > But, urm, it might be that debian-live-11.0.0-amd64-standard.iso does > > > not provide any graphical user interface. Maybe

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Andrew M.A. Cater
On Mon, Oct 11, 2021 at 10:09:10AM -0400, rhkra...@gmail.com wrote: > On Monday, October 11, 2021 09:20:25 AM kaye n wrote: > > So that's the issue. > > What desktop environment would you guys recommend for a desktop computer > > with these specs? > > > > CPU: > > Dual Core: Intel Core2 Duo

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread rhkramer
On Monday, October 11, 2021 09:20:25 AM kaye n wrote: > So that's the issue. > What desktop environment would you guys recommend for a desktop computer > with these specs? > > CPU: > Dual Core: Intel Core2 Duo E8400 type: MCP speed: 1998 MHz > min/max: 670/10166 MHz > Graphics: > Device-1:

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread kaye n
On Mon, Oct 11, 2021 at 8:41 PM Greg Wooledge wrote: > On Mon, Oct 11, 2021 at 02:37:02PM +0200, Thomas Schmitt wrote: > > But, urm, it might be that debian-live-11.0.0-amd64-standard.iso does > > not provide any graphical user interface. Maybe a shell prompt is all > > you can expect from it. >

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Brian
On Mon 11 Oct 2021 at 08:41:17 -0400, Greg Wooledge wrote: > On Mon, Oct 11, 2021 at 02:37:02PM +0200, Thomas Schmitt wrote: > > But, urm, it might be that debian-live-11.0.0-amd64-standard.iso does > > not provide any graphical user interface. Maybe a shell prompt is all > > you can expect from

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Greg Wooledge
On Mon, Oct 11, 2021 at 02:37:02PM +0200, Thomas Schmitt wrote: > But, urm, it might be that debian-live-11.0.0-amd64-standard.iso does > not provide any graphical user interface. Maybe a shell prompt is all > you can expect from it. I'm almost 100% certain this is true. If the live system is

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Thomas Schmitt
Hi, kaye n wrote: > sudo dd bs=1M if=/dev/sdb of=/dev/null status=progress oflag=dsync > [sudo] password for kaye: > 7893680128 bytes (7.9 GB, 7.4 GiB) copied, 1015 s, 7.8 MB/s > 7536+0 records in > 7536+0 records out > 7902068736 bytes (7.9 GB, 7.4 GiB) copied, 1015.78 s, 7.8 MB/s >   > The

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread kaye n
On Mon, Oct 11, 2021 at 6:56 PM Thomas Schmitt wrote: > Hi, > > kaye n wrote: > > Using GParted, I created an MS-DOS partition table and formatted the USB > > stick in fat32. > > This is not necessary and will be overwritten by your next step: > > > sudo cp debian-live-11.0.0-amd64-standard.iso

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread David
On Mon, 11 Oct 2021 at 22:46, kaye n wrote: > > Andrei are you suggesting I use either of the two found here? > > https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.1.0-live+nonfree/amd64/ > > What's the difference between > > bt-hybrid/ > and > iso-hybrid/ If you

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread kaye n
On Mon, Oct 11, 2021 at 7:14 PM Andrei POPESCU wrote: > On Lu, 11 oct 21, 12:56:28, Thomas Schmitt wrote: > > Hi, > > > > kaye n wrote: > > > Using GParted, I created an MS-DOS partition table and formatted the > USB > > > stick in fat32. > > > > This is not necessary and will be overwritten by

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread kaye n
On Mon, Oct 11, 2021 at 6:56 PM Thomas Schmitt wrote: > Hi, > > kaye n wrote: > > Using GParted, I created an MS-DOS partition table and formatted the USB > > stick in fat32. > > This is not necessary and will be overwritten by your next step: > > > sudo cp debian-live-11.0.0-amd64-standard.iso

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Andrei POPESCU
On Lu, 11 oct 21, 12:56:28, Thomas Schmitt wrote: > Hi, > > kaye n wrote: > > Using GParted, I created an MS-DOS partition table and formatted the USB > > stick in fat32. > > This is not necessary and will be overwritten by your next step: > > > sudo cp  debian-live-11.0.0-amd64-standard.iso

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Thomas Schmitt
Hi, kaye n wrote: > Using GParted, I created an MS-DOS partition table and formatted the USB > stick in fat32. This is not necessary and will be overwritten by your next step: > sudo cp  debian-live-11.0.0-amd64-standard.iso /dev/sdb > sync This is a correct procedure and is supposed to do

How exactly do I create a Debian live USB?

2021-10-11 Thread kaye n
Hello Friends! I did this and was able to boot my newly created Debian 11 live USB but was stuck in a black terminal-like screen where it says, I/O error, etc. Using GParted, I created an MS-DOS partition table and formatted the USB stick in fat32. Then I used these commands sudo cp