Re: debian installer network console

2024-02-24 Thread Matt Zagrabelny
Hi Andy! On Sat, Feb 24, 2024 at 5:58 PM Andy Smith wrote: > HI Matt, > > On Sat, Feb 24, 2024 at 05:40:31PM -0600, Matt Zagrabelny wrote: > > Does anyone know how to switch to a different virtual console (tty) over > a > > network console on a debian install? > > I haven't tested this but when

Re: debian installer network console

2024-02-24 Thread Andy Smith
HI Matt, On Sat, Feb 24, 2024 at 05:40:31PM -0600, Matt Zagrabelny wrote: > Does anyone know how to switch to a different virtual console (tty) over a > network console on a debian install? I haven't tested this but when doing an install over serial console, the installer runs in GNU Screen so it

debian installer network console

2024-02-24 Thread Matt Zagrabelny
Greetings, I use the network-console for the debian installer - it's great. There are times when I would like to use the console (tty - Ctrl + Alt + F2) to perform some ad-hoc sysadmin'ing during the install. Does anyone know how to switch to a different virtual console (tty) over

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Henning Follmann
On Tue, Oct 31, 2023 at 04:15:30PM +0300, Mihamina RKTMB wrote: > > On 10/31/23 15:35, Henning Follmann wrote: > > On Mon, Oct 30, 2023 at 06:17:18PM +0300, Mihamina RKTMB wrote: > > > Hi all, > > > > > > I rent a dedicated server where I installed an hypervisor and purchased > > > failover publi

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Mihamina RKTMB
On 10/31/23 16:46, Dan Ritter wrote: Mihamina RKTMB wrote: On 10/31/23 01:18, Dan Ritter wrote: Mihamina RKTMB wrote: But isn't there a way to make the Debian installer accept that the gateway is not in the subnet of the set IP address? No. [OVH docs reference omitted] You as

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Reco
Hi. On Tue, Oct 31, 2023 at 11:13:04AM +0100, Marco M. wrote: > > Maybe you need to help the installer along, and set the default route > > for the machine? Perhaps using an alternate virtual terminal, like > > FN+F5. I believe the command is `route add default gw {IP-ADDRESS} > > {INTERFA

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Dan Ritter
Mihamina RKTMB wrote: > > On 10/31/23 01:18, Dan Ritter wrote: > > Mihamina RKTMB wrote: > > > But isn't there a way to make the Debian installer accept that the gateway > > > is not in the subnet of the set IP address? > > No. [OVH docs reference om

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Mihamina RKTMB
On 10/31/23 15:35, Henning Follmann wrote: On Mon, Oct 30, 2023 at 06:17:18PM +0300, Mihamina RKTMB wrote: Hi all, I rent a dedicated server where I installed an hypervisor and purchased failover public IPv4 IPs routed to that server. Of course not! Some host _on_your_subnet_ must be respon

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Mihamina RKTMB
during installation in another console But isn't there a way to make the Debian installer accept that the gateway is not in the subnet of the set IP address? No. I presume that your server rental includes an address on an IPv4 or IPv6 network via DHCP or as a static assignment. That is how

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Marco M.
Am 31.10.2023 um 08:35:48 Uhr schrieb Henning Follmann: > Of course not! Some host _on_your_subnet_ must be responsible for > forwarding the packages. It is possible to define another specific direct connected route to your router and use that with source addresses that are not on the same subnet

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Henning Follmann
On Mon, Oct 30, 2023 at 06:17:18PM +0300, Mihamina RKTMB wrote: > Hi all, > > I rent a dedicated server where I installed an hypervisor and purchased > failover public IPv4 IPs routed to that server. > Of course not! Some host _on_your_subnet_ must be responsible for forwarding the packages. And

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-31 Thread Marco M.
Am 30.10.2023 um 18:07:20 Uhr schrieb Jeffrey Walton: > It should not matter, if I recall correctly. Anything the machine does > not know how to route goes out on the default interface. That should > be the 0.0.0.0 entry in the routing table. Although, that entry must be there and the via IP must

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-30 Thread Dan Ritter
allation without network and then at reboot, setup the > network > > - manually setup the network during installation in another console > > But isn't there a way to make the Debian installer accept that the gateway > is not in the subnet of the set IP address? No. I presume t

Re: Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-30 Thread Jeffrey Walton
2, the gateway is not (never) in the > subnet of the VM. > > When using the Debian installer, at the networking setup, the installer > refuses that setting: the gateway is not in the subnet of the set IP > address. > > The workaround I use is either to > > - finish the

Debian installer refuses to setup IP address if gateway is no in the same subnet

2023-10-30 Thread Mihamina RKTMB
eway to go through the NIC: "ip route add $GW dev eth0" - set the default route to go via the gateway: "ip route add default via $GW" As I set the IP address to a /32, the gateway is not (never) in the subnet of the VM. When using the Debian installer, at the networking

Re: Does debian installer use volume names for LVM?

2023-10-17 Thread Max Nikulin
On 15/10/2023 15:49, Erwan David wrote: Le 15/10/2023 à 10:32, Max Nikulin a écrit : I am curious if debian installer uses volume names in /etc/fstab when LVM is involved (either guided or manual partitioning). In guided partitionning, it uses the /dev/mapper name Thank you, Erwan and

Re: Does debian installer use volume names for LVM? (was: Re: trixie update/upgrade strangeness)

2023-10-15 Thread Anders Andersson
On Sun, Oct 15, 2023 at 10:32 AM Max Nikulin wrote: > > I am curious if debian installer uses volume names in /etc/fstab when > LVM is involved (either guided or manual partitioning). I'm pretty sure it does, I checked a few of my machines that I'm reasonably sure I haven&

Re: Does debian installer use volume names for LVM?

2023-10-15 Thread Erwan David
Le 15/10/2023 à 10:32, Max Nikulin a écrit : I am curious if debian installer uses volume names in /etc/fstab when LVM is involved (either guided or manual partitioning). In guided partitionning, it uses the /dev/mapper name : here is what the installer put in the fstab of my laptop (/boot

Does debian installer use volume names for LVM? (was: Re: trixie update/upgrade strangeness)

2023-10-15 Thread Max Nikulin
ng UUID or file system labels have warnings concerning LVM. I am curious if debian installer uses volume names in /etc/fstab when LVM is involved (either guided or manual partitioning).

Re: Debian installer preseed fails

2023-08-22 Thread Ceppo
On Sun, Aug 20, 2023 at 02:34:20PM +, Michael Kjörling wrote: > I think you also want: > > d-i hw-detect/firmware-lookup string never Maybe a dumb question, but doesn't it prevent free firmware from being installed too? -- Ceppo

Re: Debian installer preseed fails

2023-08-20 Thread Michael Kjörling
On 20 Aug 2023 15:02 +0200, from ce...@oziosi.org (Ceppo): > d-i hw-detect/load_firmware boolean false > d-i apt-setup/non-free-firmware boolean false > d-i apt-setup/non-free boolean false > d-i apt-setup/contrib boolean false > > but package intel-microcode from non-free-firmware

Debian installer preseed fails

2023-08-20 Thread Ceppo
Hello. I'm trying to create a custom install image for Debian 12 preseeding the ISO as described at [1]. Amongst other things, I want nothing from non-free-firmware, non-free or contrib to get installed. I therefore set d-i hw-detect/load_firmware boolean false d-i apt-setup/non-free-firmw

Debian Installer and Frame Buffer Setup

2023-07-04 Thread Charles Curley
I have a Lenova Yoga 13 which Debian Installer (d-i) for Bookworm (12.0.0) is having problems setting up. The initial boot screen is readable and usable but it occupies a square in the upper left corner of the display, not the entire display. When I select an option from the menu and let that

Re: "Bug" in Debian Installer?

2023-04-22 Thread David Wright
On Fri 21 Apr 2023 at 23:05:53 (+0700), Max Nikulin wrote: > On 21/04/2023 11:26, David Wright wrote: > > On Fri 21 Apr 2023 at 09:48:43 (+0700), Max Nikulin wrote: > > > > > Opt-out variant for ESP sounds reasonable for me. However I am unsure > > > if it is possible to complete installation with

Re: "Bug" in Debian Installer?

2023-04-21 Thread Max Nikulin
On 21/04/2023 11:26, David Wright wrote: On Fri 21 Apr 2023 at 09:48:43 (+0700), Max Nikulin wrote: Opt-out variant for ESP sounds reasonable for me. However I am unsure if it is possible to complete installation with no ESP at all. If you mean: to install Grub but not write to the ESP, No,

Re: "Bug" in Debian Installer?

2023-04-20 Thread David Wright
On Fri 21 Apr 2023 at 09:48:43 (+0700), Max Nikulin wrote: > Opt-out variant for ESP sounds reasonable for me. However I am unsure > if it is possible to complete installation with no ESP at all. If you mean: to install Grub but not write to the ESP, I think you can do this by saying Yes to: ┌──

Re: "Bug" in Debian Installer?

2023-04-20 Thread Max Nikulin
On 4/15/23 15:51, David Christensen wrote: > "Debian GNU/Linux UEFI Installer menu" -> "Install" On 18/04/2023 15:51, David Christensen wrote: On 4/17/23 21:47, David Wright wrote: As in "Permission to break an egg, sir"? Did not pressing Enter in reply to "Install" imply something? d-i

Re: "Bug" in Debian Installer?

2023-04-20 Thread Max Nikulin
On 18/04/2023 11:47, David Wright wrote: On Mon 17 Apr 2023 at 15:26:58 (-0700), David Christensen wrote: I have never seen a document that completely and accurately explains, in computer engineering and science terms, the design and implementation of the boot processes for Debian (or FreeBSD,

Re: "Bug" in Debian Installer?

2023-04-18 Thread Roy J. Tellason, Sr.
On Tuesday 18 April 2023 12:47:44 am David Wright wrote: > > I have never seen a document that completely and accurately explains, > > in computer engineering and science terms, the design and > > implementation of the boot processes for Debian (or FreeBSD, or > > Windows, or macOS) for all the pos

Re: "Bug" in Debian Installer?

2023-04-18 Thread David Christensen
On 4/17/23 21:47, David Wright wrote: On Mon 17 Apr 2023 at 15:26:58 (-0700), David Christensen wrote: I have never seen a document that completely and accurately explains, in computer engineering and science terms, the design and implementation of the boot processes for Debian (or FreeBSD, or

Re: "Bug" in Debian Installer?

2023-04-17 Thread David Wright
On Mon 17 Apr 2023 at 15:26:58 (-0700), David Christensen wrote: > On 4/17/23 07:41, David Wright wrote: > > On Mon 17 Apr 2023 at 01:27:45 (-0700), David Christensen wrote: > > > On 4/16/23 22:08, Max Nikulin wrote: > > > > On 17/04/2023 09:18, David Christensen wrote: > > > > > On 4/16/23 03:41,

Re: "Bug" in Debian Installer?

2023-04-17 Thread David Christensen
On 4/17/23 03:35, Max Nikulin wrote: My point is that UEFI and MBR install may have different behavior. You might underestimate role of implicit conventions and agreements. I used to think that d-i would inform me and get my permission before making changes to my computer. It is unfortuna

Re: "Bug" in Debian Installer?

2023-04-17 Thread David Christensen
On 4/17/23 07:41, David Wright wrote: On Mon 17 Apr 2023 at 01:27:45 (-0700), David Christensen wrote: On 4/16/23 22:08, Max Nikulin wrote: On 17/04/2023 09:18, David Christensen wrote: On 4/16/23 03:41, Max Nikulin wrote: On 16/04/2023 05:51, David Christensen wrote: When I moved the 2.5" S

Re: "Bug" in Debian Installer?

2023-04-17 Thread David Wright
On Mon 17 Apr 2023 at 01:27:45 (-0700), David Christensen wrote: > On 4/16/23 22:08, Max Nikulin wrote: > > On 17/04/2023 09:18, David Christensen wrote: > > > On 4/16/23 03:41, Max Nikulin wrote: > > > > On 16/04/2023 05:51, David Christensen wrote: > > > > > When I moved the 2.5" SATA SSD to a ho

Re: "Bug" in Debian Installer?

2023-04-17 Thread Max Nikulin
e asked if new OS should be booted by default (BootOrder), adding files to ESP is quite safe. d-i should always ask before writing to disk. I am not motivated enough to try debian installer in a similar configuration, even in a VM. Could you, please, confirm that after manual partitioning

Re: "Bug" in Debian Installer?

2023-04-17 Thread David Christensen
On 4/16/23 22:08, Max Nikulin wrote: On 17/04/2023 09:18, David Christensen wrote: On 4/16/23 03:41, Max Nikulin wrote: On 16/04/2023 05:51, David Christensen wrote: When I moved the 2.5" SATA SSD to a homebrew Intel DQ67SW computer and configured BIOS Setup: "Boot" -> "UEFI Boot" -> "E

Re: "Bug" in Debian Installer?

2023-04-16 Thread Max Nikulin
On 17/04/2023 09:18, David Christensen wrote: On 4/16/23 03:41, Max Nikulin wrote: On 16/04/2023 05:51, David Christensen wrote: When I moved the 2.5" SATA SSD to a homebrew Intel DQ67SW computer and configured BIOS Setup: "Boot" -> "UEFI Boot" -> "Enable" The SSD would not boot. New

Re: "Bug" in Debian Installer?

2023-04-16 Thread David Christensen
On 4/16/23 03:41, Max Nikulin wrote: On 16/04/2023 05:51, David Christensen wrote: I installed a 2.5" SATA SSD, inserted a debian-11.6.0-amd64-netinst CD, booted the CD, and installed Debian: "Debian GNU/Linux UEFI Installer menu" -> "Install" ... "Partitioning method" -> "Manua

Re: "Bug" in Debian Installer?

2023-04-16 Thread Max Nikulin
0 Mar 16 22:19 shimx64.efi So, I agree that d-i "Install" choice has bug(s) when installing Debian into a computer with multiple storage devices. I do not think multiple storage devices is an issue. I suspect that you are not happy that by default Debian installer picked existing EFI syst

Re: "Bug" in Debian Installer? S.W.A.G.

2023-04-16 Thread Jude DaShiell
7My reason for suggesting changing debconf priority to low was that perhaps additional questions might have uncovered some strangeness in the installer. It was not intended to fix this bug but only as a means to further analyze the bug. Apparently those on this list failed to understand but that'

Re: "Bug" in Debian Installer? S.W.A.G.

2023-04-16 Thread Geert Stappers
On Sat, Apr 15, 2023 at 07:09:58PM -0400, rhkra...@gmail.com wrote: > On Sat, Apr 15, 2023 at 03:37:54PM -0400, Greg Wooledge wrote: > > On Sat, Apr 15, 2023 at 07:20:58PM +0200, Geert Stappers wrote: > > > [1] I needed a websearch on S.W.A.G. Did find > > > - Sharing Warmth Around the Globe > >

Re: "Bug" in Debian Installer?

2023-04-16 Thread Jude DaShiell
d-i makes no distinction between nvme and usb. Maybe another problem is the chosen installation destination might not be passed to the code that does the grub install. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed How

Re: "Bug" in Debian Installer?

2023-04-15 Thread David Wright
On Sat 15 Apr 2023 at 15:51:46 (-0700), David Christensen wrote: > On 4/15/23 02:36, Andrew Wood wrote: > > Ive just used the Debian 11 installer ISO running from a USB stick > > to do an install (AMD64/UEFI) on another USB stick to use as a > > 'portable PC'. > > > > When it got to the Grub insta

Re: "Bug" in Debian Installer?

2023-04-15 Thread rhkramer
On Saturday, April 15, 2023 03:37:54 PM Greg Wooledge wrote: > I think it's either "Stupid Wild-Ass Guess" or "Silly Wild-Ass Guess". In my experience (and usage) it was "Scientific Wild Ass Guess". -- rhk | No entity has permission to use this email to train an AI.

Re: "Bug" in Debian Installer?

2023-04-15 Thread David Christensen
On 4/15/23 02:36, Andrew Wood wrote: Ive just used the Debian 11 installer ISO running from a USB stick to do an install (AMD64/UEFI) on another USB stick to use as a 'portable PC'. When it got to the Grub install stage I was expecting it to ask me which disk I wanted Grub installed on as it h

Re: "Bug" in Debian Installer?

2023-04-15 Thread Greg Wooledge
On Sat, Apr 15, 2023 at 07:20:58PM +0200, Geert Stappers wrote: > [1] I needed a websearch on S.W.A.G. Did find > - Sharing Warmth Around the Globe > - Sealed With A Gift > - Stolen Without A Gun > - So What? Another Giveaway? > - Sub-Watershed Advisory Group > - Some Women Are Great > - Souvenir

Re: "Bug" in Debian Installer?

2023-04-15 Thread Geert Stappers
> > > main menu. I routinely change that to low when doing a debian install and > > > preserve logs for future reference. Default priority if memory serves is > > > medium. > > > > Time will tell if original poster shares information > > on whether o

Re: "Bug" in Debian Installer?

2023-04-15 Thread Jude DaShiell
You've never seen debian main menu in the installer. That's selection 19 on that main menu and selection 21 helps big time with debugging since you choose that to save log files and selection 3 under that will save logs to /var/log/installer directory. Two ways to get to main menu. First and slo

Re: "Bug" in Debian Installer?

2023-04-15 Thread Andrew Wood
On 15/04/2023 18:20, Geert Stappers wrote: Time will tell if original poster shares information on whether or not if priority for debian-install was changed. Nothing was changed. I dont even know what that is. Ive installed Debian on many  systems over the past 12 years and have never alter

Re: "Bug" in Debian Installer?

2023-04-15 Thread Geert Stappers
Default priority if memory serves is > medium. Time will tell if original poster shares information on whether or not if priority for debian-install was changed. > > Please make it possible to reproduce what is encountered. > > Yeah, I would like to known what happened > > and I

Re: "Bug" in Debian Installer?

2023-04-15 Thread Andrew Wood
On 15/04/2023 14:12, Geert Stappers wrote: Way before "grub install" should have been asked On which disk to install I do read "two devices were effected", I think it is the same error of On which disk to install If you mean did it install Debian on the NVme ssd then no, the

Re: "Bug" in Debian Installer?

2023-04-15 Thread Jude DaShiell
A s.w.a.g. here. Priority of questions asked was not set to low in the main menu. I routinely change that to low when doing a debian install and preserve logs for future reference. Default priority if memory serves is medium. -- Jude "There are four boxes to be used in defense of liberty: soa

Re: "Bug" in Debian Installer?

2023-04-15 Thread Geert Stappers
On Sat, Apr 15, 2023 at 10:36:14AM +0100, Andrew Wood wrote: > Ive just used the Debian 11 installer ISO running from a USB stick to do an > install (AMD64/UEFI) on another USB stick to use as a 'portable PC'. > > When it got to the Grub install stage I was expecting it to ask me which > disk I wa

"Bug" in Debian Installer?

2023-04-15 Thread Andrew Wood
Ive just used the Debian 11 installer ISO running from a USB stick to do an install (AMD64/UEFI) on another USB stick to use as a 'portable PC'. When it got to the Grub install stage I was expecting it to ask me which disk I wanted Grub installed on as it has in the past but instead it did not

Re: Debian installer chooses the wrong NVidia driver

2023-03-22 Thread David Wright
ti will it work also for my old gpu,GTX 1060 ?  > > The 470 driver that the Debian installer chose doesn't work with GF108. > Only the 390 driver works. If you look at one of the alternative text > screens (not X) the load process is complaining about that -- but it > to

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Charles Curley
On Mon, 13 Mar 2023 16:36:11 + Brian wrote: > That still leaves the first problem. How do you fancy running > everything from a USB stick? Not really, but that might work. Thanks. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Brian
On Mon 13 Mar 2023 at 10:18:37 -0600, Charles Curley wrote: > On Mon, 13 Mar 2023 14:58:08 + > Brian wrote: > > > It is what d-i sees the partition as that is important and you > > do know in advance. That's problem 1. Problem 2 is that the hard > > disk partitions are probably ext4. At the

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Mario Marietto
Hello to every Debian user. I've just installed Debian 11 and I see that it is affected by the bug explained here : https://bugs.launchpad.net/oem-priority/+bug/1842320 I see that the bug has been fixed on Ubuntu. Do you confirm that,to fix it,I just need to install the package "grub-efi-amd64_2

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Charles Curley
On Mon, 13 Mar 2023 14:58:08 + Brian wrote: > It is what d-i sees the partition as that is important and you > do know in advance. That's problem 1. Problem 2 is that the hard > disk partitions are probably ext4. At the opening stage of d-i > I do not think ext4 drivers are available. Both p

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Brian
On Mon 13 Mar 2023 at 08:01:51 -0600, Charles Curley wrote: > On Mon, 13 Mar 2023 08:19:26 +0100 > wrote: > > > On Sun, Mar 12, 2023 at 04:08:28PM -0600, Charles Curley wrote: > > > I can specify the path to the preseed file when booting Debian > > > Installer (

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread Charles Curley
On Mon, 13 Mar 2023 08:19:26 +0100 wrote: > On Sun, Mar 12, 2023 at 04:08:28PM -0600, Charles Curley wrote: > > I can specify the path to the preseed file when booting Debian > > Installer (d-i). Is there any way to tell it that the preseed file > > is on device X, say /dev/

Re: Debian Installer: Specifying the preseed file device?

2023-03-13 Thread tomas
On Sun, Mar 12, 2023 at 04:08:28PM -0600, Charles Curley wrote: > I can specify the path to the preseed file when booting Debian Installer > (d-i). Is there any way to tell it that the preseed file is on device > X, say /dev/sdb1? You mean: the file is as raw data on the device? Or whith

Re: Debian Installer: Specifying the preseed file device?

2023-03-12 Thread Luna Jernberg
*forwards to debian-boot * On 3/13/23, john doe wrote: > On 3/12/23 23:08, Charles Curley wrote: >> I can specify the path to the preseed file when booting Debian Installer >> (d-i). Is there any way to tell it that the preseed file is on device >> X, say /dev/sdb1? >

Re: Debian Installer: Specifying the preseed file device?

2023-03-12 Thread john doe
On 3/12/23 23:08, Charles Curley wrote: I can specify the path to the preseed file when booting Debian Installer (d-i). Is there any way to tell it that the preseed file is on device X, say /dev/sdb1? This is not an answer to your question and this is more appropreate for debian-boot. I&#x

Debian Installer: Specifying the preseed file device?

2023-03-12 Thread Charles Curley
I can specify the path to the preseed file when booting Debian Installer (d-i). Is there any way to tell it that the preseed file is on device X, say /dev/sdb1? Once d-i is booted and in the installation menu, I can activate a console, manually umount the incorrect partition, and manually mount

Re: Debian installer chooses the wrong NVidia driver

2023-02-22 Thread Felix Miata
Jeremy Hendricks composed on 2023-02-22 16:02 (UTC-0500): > I think I know why. > https://en.m.wikipedia.org/wiki/GeForce_600_series > They made Kepler and Fermi variants of the GT 630. The nvidia driver > probably wrongly assumes it’s Kepler. > Van Snyder composed on 2023-02-22 13:01 (UTC-0800)

Re: Debian installer chooses the wrong NVidia driver

2023-02-22 Thread Jeremy Hendricks
I think I know why. https://en.m.wikipedia.org/wiki/GeForce_600_series They made Kepler and Fermi variants of the GT 630. The nvidia driver probably wrongly assumes it’s Kepler. On Wed, Feb 22, 2023 at 4:01 PM Van Snyder wrote: > On Wed, 2023-02-22 at 15:43 -0500, Jeremy Hendricks wrote: > > Va

Re: Debian installer chooses the wrong NVidia driver

2023-02-22 Thread Van Snyder
On Wed, 2023-02-22 at 15:43 -0500, Jeremy Hendricks wrote: > Van, what is the specific GPU you have? I know it’s GF108 but what is > the actual model? # nvidia-detect 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1) > > On Wed, Feb 22, 2023

Re: Debian installer chooses the wrong NVidia driver

2023-02-22 Thread Jeremy Hendricks
Van, what is the specific GPU you have? I know it’s GF108 but what is the actual model? On Wed, Feb 22, 2023 at 3:33 PM Van Snyder wrote: > On Tue, 2023-02-21 at 23:27 +0200, Georgi Naplatanov wrote: > > On 2/21/23 23:16, Van Snyder wrote: > > On Tue, 2023-02-21 at 22:41 +0200, Georgi Naplatanov

Re: Debian installer chooses the wrong NVidia driver

2023-02-22 Thread Van Snyder
On Tue, 2023-02-21 at 23:27 +0200, Georgi Naplatanov wrote: > On 2/21/23 23:16, Van Snyder wrote: > > On Tue, 2023-02-21 at 22:41 +0200, Georgi Naplatanov wrote: > > > On 2/21/23 22:13, Van Snyder wrote: > > > > I have an NVidia GF108 video card. It works just fine, so I > > > > don't see a > > > >

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Van Snyder
On Tue, 2023-02-21 at 22:45 +0100, Mario Marietto wrote: > If I dont get wrong,nvidia created one single driver which works for > every gpu or almost ? it means that if I install the 525 driver for > my RTX 2080 ti will it work also for my old gpu,GTX 1060 ?  The 470 driver that t

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Mario Marietto
its not easy for me,because I have those GPUs on a single system. The OS that im running is freebsd and I tried to virtualize debian 11 with bhyve (hypervisor for freebsd). Well,debian accept the 2080 ti and I can use it within debian guest,but the 1060 does not work. it is not initialized. I tried

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Georgi Naplatanov
On 2/21/23 23:45, Mario Marietto wrote: If I dont get wrong,nvidia created one single driver which works for every gpu or almost ? it means that if I install the 525 driver for my RTX 2080 ti will it work also for my old gpu,GTX 1060 ? AFIK, NVidia offers different driver generations and my

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Mario Marietto
If I dont get wrong,nvidia created one single driver which works for every gpu or almost ? it means that if I install the 525 driver for my RTX 2080 ti will it work also for my old gpu,GTX 1060 ? Il mar 21 feb 2023, 22:28 Georgi Naplatanov ha scritto: > On 2/21/23 23:16, Van Snyder wrote: > > On

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Georgi Naplatanov
On 2/21/23 23:16, Van Snyder wrote: On Tue, 2023-02-21 at 22:41 +0200, Georgi Naplatanov wrote: On 2/21/23 22:13, Van Snyder wrote: I have an NVidia GF108 video card. It works just fine, so I don't see a reason to replace it. It needs the nvidia-legacy-390xx-driver. But when I installed Debia

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Van Snyder
On Tue, 2023-02-21 at 22:41 +0200, Georgi Naplatanov wrote: > On 2/21/23 22:13, Van Snyder wrote: > > I have an NVidia GF108 video card. It works just fine, so I don't > > see a > > reason to replace it. > > > > It needs the nvidia-legacy-390xx-driver. > > > > But when I installed Debian 11, it

Re: Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Georgi Naplatanov
On 2/21/23 22:13, Van Snyder wrote: I have an NVidia GF108 video card. It works just fine, so I don't see a reason to replace it. It needs the nvidia-legacy-390xx-driver. But when I installed Debian 11, it chose the 470 driver, which doesn't work with GF108. Maybe that was caused by selecti

Debian installer chooses the wrong NVidia driver

2023-02-21 Thread Van Snyder
I have an NVidia GF108 video card. It works just fine, so I don't see a reason to replace it. It needs the nvidia-legacy-390xx-driver. But when I installed Debian 11, it chose the 470 driver, which doesn't work with GF108. Maybe that was caused by selecting "install all the drivers" instead of "

Re: Debian installer with a newer kernel

2022-04-14 Thread Tixy
On Thu, 2022-04-14 at 11:18 -0400, Stefan Monnier wrote: > > I think it would be great to provide such a (semi-)official support > > for > > backported kernels in the installer again. There is probably a > > significant number of users which use testing, just because they > > can't > > install sta

Re: Debian installer with a newer kernel

2022-04-14 Thread Christian Britz
kernel >> provided by the Debian installer, you can solve many hardware problems >> by installing a newer kernel from backports after the system setup. >> >> Is there a solution for the case where the installer kernel is too old >> for core components like storage syste

Re: Debian installer with a newer kernel

2022-04-14 Thread Andrew M.A. Cater
On Thu, Apr 14, 2022 at 11:16:00AM +0200, Christian Britz wrote: > Hello dear Debianists, > > if a new system has at least basic hardware support by the kernel > provided by the Debian installer, you can solve many hardware problems > by installing a newer kernel from backports a

Debian installer with a newer kernel

2022-04-14 Thread Christian Britz
Hello dear Debianists, if a new system has at least basic hardware support by the kernel provided by the Debian installer, you can solve many hardware problems by installing a newer kernel from backports after the system setup. Is there a solution for the case where the installer kernel is too

Re: Ensuring network connectivity no Ethernet [WAS Re: Drivers to Debian installer]

2021-12-15 Thread Brian
On Mon 13 Dec 2021 at 22:39:24 -0600, David Wright wrote: > On Sun 21 Nov 2021 at 17:53:57 (+), Andrew M.A. Cater wrote: > > On Sun, Nov 21, 2021 at 05:46:13PM +, Brian wrote: > > > On Sun 21 Nov 2021 at 16:30:06 +, Andrew M.A. Cater wrote: > > [ … ] > > > > > A complication is that th

Re: Ensuring network connectivity no Ethernet [WAS Re: Drivers to Debian installer]

2021-12-13 Thread David Wright
On Sun 21 Nov 2021 at 17:53:57 (+), Andrew M.A. Cater wrote: > On Sun, Nov 21, 2021 at 05:46:13PM +, Brian wrote: > > On Sun 21 Nov 2021 at 16:30:06 +, Andrew M.A. Cater wrote: [ … ] > > > A complication is that this is a gaming laptop with two video displays. > > > If you wish to use

Re: Ensuring network connectivity no Ethernet [WAS Re: Drivers to Debian installer]

2021-11-21 Thread Brian
On Sun 21 Nov 2021 at 18:06:53 +, Brian wrote: [...] > Assuming a wireless connection is established by the installer it will > remain available after first boot, irrespective of whether a DE is > installed or not. This completely contradicts what I said before. Substitute "ethernet" for "wi

Re: Ensuring network connectivity no Ethernet [WAS Re: Drivers to Debian installer]

2021-11-21 Thread Andrew M.A. Cater
m board chipset Intel Tiger Point HM570, Intel Tiger Lake-H > > > > > DIMM1: Samsung M471A1K43EB1-CWE > > > > > DIMM3: Samsung M471A1K43EB1-CWE > > > > > Integrated video Intel(R) UHD Graphics > > > > > Discrete video NVIDIA GeForce RTX 30

Re: Ensuring network connectivity no Ethernet [WAS Re: Drivers to Debian installer]

2021-11-21 Thread Brian
43EB1-CWE > > > > DIMM3: Samsung M471A1K43EB1-CWE > > > > Integrated video Intel(R) UHD Graphics > > > > Discrete video NVIDIA GeForce RTX 3050 Ti Laptop GPU > > > > > > > > Can I embed Drivers for these devices to Debian installer? > > > >

Ensuring network connectivity no Ethernet [WAS Re: Drivers to Debian installer]

2021-11-21 Thread Andrew M.A. Cater
screte video NVIDIA GeForce RTX 3050 Ti Laptop GPU > > > > > > Can I embed Drivers for these devices to Debian installer? > > If you really mean drivers (and not firmware) I think the answer is > "no". At least not easily. > > > > Or at least how ca

Re: Drivers to Debian installer

2021-11-21 Thread Brian
el Tiger Point HM570, Intel Tiger Lake-H > > DIMM1: Samsung M471A1K43EB1-CWE > > DIMM3: Samsung M471A1K43EB1-CWE > > Integrated video Intel(R) UHD Graphics > > Discrete video NVIDIA GeForce RTX 3050 Ti Laptop GPU > > > > Can I embed Drivers for these devices to Deb

Re: Drivers to Debian installer

2021-11-21 Thread Andrew M.A. Cater
sung M471A1K43EB1-CWE > Integrated video Intel(R) UHD Graphics > Discrete video NVIDIA GeForce RTX 3050 Ti Laptop GPU > > Can I embed Drivers for these devices to Debian installer? > Or at least how can I embed a WiFi driver? > I use Firmware-11.1.0-AMD64-DVD-1.Iso > > Than

Drivers to Debian installer

2021-11-21 Thread John Berden
3050 Ti Laptop GPU Can I embed Drivers for these devices to Debian installer? Or at least how can I embed a WiFi driver? I use Firmware-11.1.0-AMD64-DVD-1.Iso Thanks in advance!

Re: Package information for debian installer

2021-10-11 Thread Andy Smith
Hi Edhoari, On Tue, Oct 12, 2021 at 06:03:36AM +0700, Edhoari Setiyoso wrote: > Could anyone inform me what is the package name of this installer in order > to correctly submit request? The package name is "debian-installer"; its team web site is at: https://www.debian.

Package information for debian installer

2021-10-11 Thread Edhoari Setiyoso
Hello, I want to submit feature regarding debian installer, specifically text installer. Could anyone inform me what is the package name of this installer in order to correctly submit request? Regards -- Edhoari Setiyoso

Re: debian-installer RAID question

2021-09-18 Thread Felix Natter
Many Thanks for the very helpful reply, Reco! -- Felix Natter debian/rules!

Re: debian-installer RAID question

2021-09-18 Thread Felix Natter
Thanks Sven! -- Felix Natter debian/rules!

Re: debian-installer RAID question

2021-09-18 Thread Felix Natter
Many Thanks for the very helpful reply Andy! -- Felix Natter debian/rules!

Re: debian-installer RAID question

2021-09-18 Thread Felix Natter
st want to check that you've not missed something obvious here. You > don't *need* to involve Debian-Installer in an upgrade. Debian fully > supports in-place upgrades. The process is documented here: > https://www.debian.org/releases/bullseye/amd64/release-notes/ch-upgrading.en.ht

Re: debian-installer RAID question

2021-09-18 Thread Felix Natter
hi Andrei, Andrei POPESCU writes: thank you for your answer. > On Sb, 11 sep 21, 18:55:56, Felix Natter wrote: >> hello fellow Debian users, >> >> I have an SSD for the root filesystem, and two HDDs using RAID1 for >> /storage running Debian10. Now I need a plan B in case the upgrade >> fails.

Re: debian-installer RAID question

2021-09-12 Thread Darac Marjal
ious here. You don't *need* to involve Debian-Installer in an upgrade. Debian fully supports in-place upgrades. The process is documented here: https://www.debian.org/releases/bullseye/amd64/release-notes/ch-upgrading.en.html > > So I made an experiment with a VM and rougly the same set

Re: debian-installer RAID question

2021-09-12 Thread David Christensen
On 9/11/21 9:55 AM, Felix Natter wrote: hello fellow Debian users, I have an SSD for the root filesystem, and two HDDs using RAID1 for /storage running Debian10. Now I need a plan B in case the upgrade fails. So I made an experiment with a VM and rougly the same setup (disk-wise), and found out

  1   2   3   4   5   6   7   8   9   10   >