Booting Debian from NFS (using EFI PXE GRUB)

2023-03-03 Thread tuxifan
Hey! As kind of a network-wide fallback system (and for some diskless computers in our network) I'd like to set up EFI PXE boot for a simple Debian system. However, I have only been able to find very sparse and possibly outdated information on how to actually tell the kernel/initramfs to mount

Re: "Failed to start Create System Users" when booting Debian 10 rootfs from NFS mount.

2022-09-01 Thread mj
Hi, A suggestion: we've had issues in the past, where on NFS root the issue was that setting "Linux Capabilities" (setcap) fails, because NFS does not support the extended attributes to store them. Perhaps that is your issue as well? MJ Op 16-08-2022 om 21:58 schreef Lie Rock: Hi, I'm try

Re: "Failed to start Create System Users" when booting Debian 10 rootfs from NFS mount.

2022-08-16 Thread tomas
On Tue, Aug 16, 2022 at 04:20:36PM -0400, Greg Wooledge wrote: > On Tue, Aug 16, 2022 at 03:58:30PM -0400, Lie Rock wrote: > > So how is the process "create system users" performed when Linux/Debian > > starts? What can be contributing to this error? > > unicorn:~$ grep -ri 'create system users' /

Re: "Failed to start Create System Users" when booting Debian 10 rootfs from NFS mount.

2022-08-16 Thread Greg Wooledge
On Tue, Aug 16, 2022 at 03:58:30PM -0400, Lie Rock wrote: > So how is the process "create system users" performed when Linux/Debian > starts? What can be contributing to this error? unicorn:~$ grep -ri 'create system users' /lib/systemd /lib/systemd/system/systemd-sysusers.service:Description=Crea

"Failed to start Create System Users" when booting Debian 10 rootfs from NFS mount.

2022-08-16 Thread Lie Rock
Hi, I'm trying to bring up the Debian 10 root file system on an ARM SoC board. When the rootfs was in an SD card the board worked well. When I put the rootfs on an NFS server and tried to boot the board through NFS mount, it reported error through serial port: [FAILED] Failed to start Create Syst

Re: Dual booting Debian on an Windows machine.

2022-05-03 Thread Anssi Saari
Richard Owlett writes: > I will be setting up a Windows laptop to dual boot Debian. > If the machine has legacy BIOS, no problem as I've done that before. > > If it is a UEFI machine (possibly with secure boot, what should I be > reading. I did this last fall, I may still have notes with links s

Re: Dual booting Debian on an Windows machine.

2022-05-01 Thread Joe
On Sat, 30 Apr 2022 09:09:19 -0500 Richard Owlett wrote: > Thanks for a quick reply. > > On 04/30/2022 07:23 AM, Christian Britz wrote: > > Generally it is easier to install Windows first, then Debian, but of > > course it is possible the other way round. > > My post evidently could have been

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread IL Ka
> > > https://uefi.org/specifications > current is UEFI Specification Version 2.9 (March 2021) > > https://uefi.org/sites/default/files/resources/UEFI_Spec_2_9_2021_03_18.pdf > although i still read > https://uefi.org/sites/default/files/resources/UEFI_Spec_2_8_A_Feb14.pdf > when it comes to di

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread DdB
Hi, i am using - and recommending - refind Am 30.04.2022 um 13:50 schrieb Richard Owlett: > I will be setting up a Windows laptop to dual boot Debian. > If the machine has legacy BIOS, no problem as I've done that before. > > If it is a UEFI machine (possibly wi

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread Kenneth Parker
boot enabled, you need shim: > > https://wiki.debian.org/SecureBoot > > Following links from there suggests I know even less than I thought I > did. Confirms I need to read newbie oriented material about dual booting > Debian on a UEFI equipped Windows machine (with or without Secure

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread Thomas Schmitt
Hi, i have to add some technical nitpicking for the archives: IL Ka wrote: > I am not aware of any document, but here is how UEFI boot works https://uefi.org/specifications current is UEFI Specification Version 2.9 (March 2021) https://uefi.org/sites/default/files/resources/UEFI_Spec_2_9_202

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread IL Ka
gt; https://wiki.debian.org/SecureBoot > > Following links from there suggests I know even less than I thought I > did. Confirms I need to read newbie oriented material about dual booting > Debian on a UEFI equipped Windows machine (with or without Secure Boot). > > Suggestions? > > TIA > >

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread Andrew M.A. Cater
On Sat, Apr 30, 2022 at 09:09:19AM -0500, Richard Owlett wrote: > Thanks for a quick reply. > > On 04/30/2022 07:23 AM, Christian Britz wrote: > > Generally it is easier to install Windows first, then Debian, but of > > course it is possible the other way round. > > My post evidently could have b

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread Richard Owlett
I know even less than I thought I did. Confirms I need to read newbie oriented material about dual booting Debian on a UEFI equipped Windows machine (with or without Secure Boot). Suggestions? TIA On Sat, Apr 30, 2022 at 3:06 PM Richard Owlett wrote: I will be setting up a Windows laptop

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread Richard Owlett
Thanks for a quick reply. On 04/30/2022 07:23 AM, Christian Britz wrote: Generally it is easier to install Windows first, then Debian, but of course it is possible the other way round. My post evidently could have been clearer. My friend's laptop will be purchased with Windows pre-installed. I

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread IL Ka
this is possible: you just need to have two .efi files for your OSes: one for Windows and one for Linux. Use ``efibootmgr`` to manage it. If you have secure boot enabled, you need shim: https://wiki.debian.org/SecureBoot On Sat, Apr 30, 2022 at 3:06 PM Richard Owlett wrote: > I will be setting u

Re: Dual booting Debian on an Windows machine.

2022-04-30 Thread Christian Britz
Generally it is easier to install Windows first, then Debian, but of course it is possible the other way round. The Debian boot manager can be configured to respect the Windows installation, the Windows boot manager does not know anything about other operating systems, so you should leave that to D

Dual booting Debian on an Windows machine.

2022-04-30 Thread Richard Owlett
I will be setting up a Windows laptop to dual boot Debian. If the machine has legacy BIOS, no problem as I've done that before. If it is a UEFI machine (possibly with secure boot, what should I be reading. TIA

Re: booting Debian default kernel with lilo results in kernel panic

2021-06-30 Thread Anssi Saari
Fourhundred Thecat <400the...@gmx.ch> writes: > How can I boot Debian kernel with lilo? I have a vague memory you may need to specify root option per image in lilo.conf. From my ancient lilo.conf: # Jessie stock kernel image = /boot/vmlinuz-3.16.0-4-amd64 label = "Jessie" initrd = /boot/init

booting Debian default kernel with lilo results in kernel panic

2021-06-29 Thread Fourhundred Thecat
Hello, On Debian 10, I am using custom kernel, with lilo boot loader. Now I want to boot the default Debian distribution kernel. I have installed the debian kernel image: apt-get install linux-image-amd64 and added the entry to /etc/lilo.conf. Now my lilo.conf looks like this: https://jus

Re: Booting Debian freezes on “[OK] Started GNOME Display Manager”

2019-12-12 Thread Charlie
Received from Billy on Wed, 11 Dec 2019 16:07:45 +0300 Booting Debian freezes on “[OK] Started GNOME Display Manager” > Dear Debian Help, > Firstly, it is a pleasure to have an opportunity to write you this > Email. As a follow up of my Email from yes

Re: Booting Debian freezes on “[OK] Started GNOME Display Manager”

2019-12-11 Thread Lennart Sorensen
ile Gfx > System Memory: 8192 MB > Hard Disk: ST1000LM035-1RK172 > ODD PLDS DVD-RW DA9AESH > > I also directly asked a question on unix.stackexchange.com > <https://unix.stackexchange.com/questions/556619/booting-debian-freezes-on-ok-started-gnome-display-manager> > conc

Booting Debian freezes on “[OK] Started GNOME Display Manager”

2019-12-11 Thread Billy Andriamahazomandimby
unix.stackexchange.com <https://unix.stackexchange.com/questions/556619/booting-debian-freezes-on-ok-started-gnome-display-manager> concerning the issue so that you can clearly look at it in case that you need additional information. Thank you in advance for your help, Billy

Re: Booting Debian 10 installer ISO from USB

2019-11-24 Thread Brian
On Sun 24 Nov 2019 at 09:20:58 +0100, Pascal Hambourg wrote: > So iso-scan seems to ignore the iso-scan/filename value provided in the > command line. If I understood the script correctly, it does not read this > parameter, it only writes the selected image pathname into it. I have straightened m

Re: Booting Debian 10 installer ISO from USB

2019-11-24 Thread Pascal Hambourg
Le 23/11/2019 à 20:13, Brian a écrit : On Sat 23 Nov 2019 at 11:00:58 -0600, pru...@finsakxim.com.mx wrote: This https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841135 would explain why it works for you, as well as in other cases. It seems to only work at maximum level 1 directories; I alr

Re: Booting Debian 10 installer ISO from USB

2019-11-23 Thread Brian
On Sat 23 Nov 2019 at 11:00:58 -0600, pru...@finsakxim.com.mx wrote: > El 2019-11-22 16:41, Brian escribió: > > Try this for the kernel boot options: > > > > "iso-scan/filename=$iso_path priority=low" > > > > In other words, replace two of the options with iso-scan/filename=. It > > works for m

Re: Booting Debian 10 installer ISO from USB

2019-11-23 Thread prueba
El 2019-11-22 16:41, Brian escribió: Try this for the kernel boot options: "iso-scan/filename=$iso_path priority=low" In other words, replace two of the options with iso-scan/filename=. It works for me when the ISO, vmlinuz and initrd.gz are all in /boot. This https://bugs.debian.org/cgi-bin

Re: Booting Debian 10 installer ISO from USB

2019-11-22 Thread Brian
On Fri 22 Nov 2019 at 13:31:54 -0600, pru...@finsakxim.com.mx wrote: > El 2019-11-22 08:04, Brian escribió: > > > > My first point is that you are having the installer mount and search > > every partition to find an ISO. This is time consuming. > > > > The second point is that an ISO on another

Re: Booting Debian 10 installer ISO from USB

2019-11-22 Thread prueba
El 2019-11-22 08:04, Brian escribió: My first point is that you are having the installer mount and search every partition to find an ISO. This is time consuming. The second point is that an ISO on another partition might be found and used. What happens if it is a jessie ISO? Why not label the

Re: Booting Debian 10 installer ISO from USB

2019-11-22 Thread Brian
On Thu 21 Nov 2019 at 12:08:05 -0600, pru...@finsakxim.com.mx wrote: > I think I sorted out part of my problem. > For those who I made them lost, a summary of what I'm trying to do. > > I'm trying to boot Debian 10 via Grub's loopback device, in order to make a > multiboot USB with several Linux

Re: Booting Debian 10 installer ISO from USB

2019-11-21 Thread Pascal Hambourg
Le 21/11/2019 à 19:08, pru...@finsakxim.com.mx a écrit : Now, my last issue is: quick scan always fails, looking only in "common places". So perhaps the location in the USB sdb3/boot/isos is not considered a "common place" and thus only full search can find it here. The quick scan only sear

Re: Booting Debian 10 installer ISO from USB

2019-11-21 Thread prueba
I think I sorted out part of my problem. For those who I made them lost, a summary of what I'm trying to do. I'm trying to boot Debian 10 via Grub's loopback device, in order to make a multiboot USB with several Linux distros by copying just the ISOs. I already read Debian installer CD has an

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Brian
On Wed 20 Nov 2019 at 16:00:05 -0600, pru...@finsakxim.com.mx wrote: > El 2019-11-20 13:54, Brian escribió: > > Open up a netinst ISO and look in /pool. Do you see iso-scan there? > > So according to you, grub loopback with hd-media vmlinuz and initrd works > but only with netinst? I asked *my*

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
El 2019-11-20 13:54, Brian escribió: Open up a netinst ISO and look in /pool. Do you see iso-scan there? So according to you, grub loopback with hd-media vmlinuz and initrd works but only with netinst? No installer has ever supported loopback, with or without the assistance of hd-media.

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Brian
On Wed 20 Nov 2019 at 13:36:20 -0600, pru...@finsakxim.com.mx wrote: > El 2019-11-20 12:48, Brian escribió: > > On Wed 20 Nov 2019 at 11:42:34 -0600, pru...@finsakxim.com.mx wrote: > > > > > So in the end no one being able to help booting Debian 10 with grub > > &

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread didier . gaumet
Le mercredi 20 novembre 2019 18:50:04 UTC+1, pru...@finsakxim.com.mx a écrit : > So in the end no one being able to help booting Debian 10 with grub > loopback? > My grub.cfg and symptoms are back in first post of this thread. > Cannot understand why Debian kernel/initrd are unable

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
El 2019-11-20 12:48, Brian escribió: On Wed 20 Nov 2019 at 11:42:34 -0600, pru...@finsakxim.com.mx wrote: So in the end no one being able to help booting Debian 10 with grub loopback? Using GRUB loopback isn't supported by the installer. The installer images have initrds which do not co

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Brian
On Wed 20 Nov 2019 at 11:42:34 -0600, pru...@finsakxim.com.mx wrote: > So in the end no one being able to help booting Debian 10 with grub > loopback? Using GRUB loopback isn't supported by the installer. The installer images have initrds which do not contain iso-scan. > M

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
for learning how to make ALL things Linux sing, it can also be about the more primordial desire for, attraction to.... Variety, the spice of #Life, yada-yada. :) Cindy :) So in the end no one being able to help booting Debian 10 with grub loopback? My grub.cfg and symptoms are back in first pos

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Cindy Sue Causey
On 11/20/19, pru...@finsakxim.com.mx wrote: > On 2019-11-19 13:58, Brian wrote: > On Tue 19 Nov 2019 at 10:20:16 -0600, pru...@finsakxim.com.mx wrote: > >>> I'm trying to boot Buster installer from a USB by using Grub's >>> loopback >>> device. >>> I already instal

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
On 2019-11-19 13:58, Brian wrote: On Tue 19 Nov 2019 at 10:20:16 -0600, pru...@finsakxim.com.mx wrote: I'm trying to boot Buster installer from a USB by using Grub's loopback device. I already installed grub in the USB and put Buster ISO in its data parti

Re: Booting Debian 10 installer ISO from USB

2019-11-19 Thread Brian
On Tue 19 Nov 2019 at 10:20:16 -0600, pru...@finsakxim.com.mx wrote: > I'm trying to boot Buster installer from a USB by using Grub's loopback > device. > I already installed grub in the USB and put Buster ISO in its data > partition. > > I read this > https://wiki.debian.org/Installation+Archive

Booting Debian 10 installer ISO from USB

2019-11-19 Thread prueba
I'm trying to boot Buster installer from a USB by using Grub's loopback device. I already installed grub in the USB and put Buster ISO in its data partition. I read this https://wiki.debian.org/Installation+Archive+USBStick#Using_GRUB.27s_Loopback_Facility so I downloaded both hd-media kernel a

Re: anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-15 Thread Darac Marjal
On Wed, Jul 15, 2015 at 09:45:25AM +0900, Joel Rees wrote: > Last I heard, debian was not participating in any of the initiatives > to get officially microsoft-signed signatures for kernels. I've been > out of the community for a few months, so I haven't kept up with this, > but quick searches don'

Re: anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-15 Thread Bret Busby
On 15/07/2015, Bret Busby wrote: > On 15/07/2015, Joel Rees wrote: >> On Wed, Jul 15, 2015 at 7:54 PM, Bret Busby wrote: >>> On 15/07/2015, Joel Rees wrote: Last I heard, debian was not participating in any of the initiatives to get officially microsoft-signed signatures for kernels.

Re: anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-15 Thread Bret Busby
On 15/07/2015, Joel Rees wrote: > On Wed, Jul 15, 2015 at 7:54 PM, Bret Busby wrote: >> On 15/07/2015, Joel Rees wrote: >>> Last I heard, debian was not participating in any of the initiatives >>> to get officially microsoft-signed signatures for kernels. I've been >>> out of the community for a

Re: anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-15 Thread Joel Rees
On Wed, Jul 15, 2015 at 7:54 PM, Bret Busby wrote: > On 15/07/2015, Joel Rees wrote: >> Last I heard, debian was not participating in any of the initiatives >> to get officially microsoft-signed signatures for kernels. I've been >> out of the community for a few months, so I haven't kept up with

Re: anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-15 Thread Bret Busby
On 15/07/2015, Joel Rees wrote: > Last I heard, debian was not participating in any of the initiatives > to get officially microsoft-signed signatures for kernels. I've been > out of the community for a few months, so I haven't kept up with this, > but quick searches don't reveal a change in polic

Re: anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-14 Thread Seeker
On 7/14/2015 5:45 PM, Joel Rees wrote: Last I heard, debian was not participating in any of the initiatives to get officially microsoft-signed signatures for kernels. I've been out of the community for a few months, so I haven't kept up with this, but quick searches don't reveal a change in pol

anyone booting debian with secure boot enabled? And/or from GPT partitions?

2015-07-14 Thread Joel Rees
Last I heard, debian was not participating in any of the initiatives to get officially microsoft-signed signatures for kernels. I've been out of the community for a few months, so I haven't kept up with this, but quick searches don't reveal a change in policy. (And I am definitely not arguing for

Re: Duel Booting Debian on a Mac

2015-02-03 Thread Helmut Wollmersdorfer
Am 30.01.2015 um 13:36 schrieb José Silva : > On 30-01-2015 00:57, John Holland wrote: >> I'm writing this from wheezy on my macbook pro (2011). […] > I'm writing this on my macbook pro (late 2011) with xubuntu 14.04 (I switched > from debian, which I used for about 6 years, because I don't l

Re: Duel Booting Debian on a Mac

2015-01-30 Thread José Silva
On 30-01-2015 00:57, John Holland wrote: In the end I uninstalled Debian because of the following problems: 1. The brightness of the screen does not readjust after suspend/resume in Debian (I worked hard trying to solve this with some published hacks, but no full success). 2. Often the Mac go

Re: Duel Booting Debian on a Mac

2015-01-29 Thread John Holland
> In the end I uninstalled Debian because of the following problems: > > 1. The brightness of the screen does not readjust after > suspend/resume in Debian (I worked hard trying to solve this with > some published hacks, but no full success). > > 2. Often the Mac got hot with closed lid, eating

Re: Duel Booting Debian on a Mac

2015-01-28 Thread Helmut Wollmersdorfer
Am 27.01.2015 um 13:00 schrieb Jonathan Copeland : > Hi Debian Community > > I am a student at the University of Pretoria and I need to have Debian > installed on my Mac for my degree, > > The only requirements that we’ve been notified of are that we’re meant to be > able to run Debian in

Duel Booting Debian on a Mac

2015-01-27 Thread Jonathan Copeland
Hi Debian Community  I am a student at the University of Pretoria and I need to have Debian installed on my Mac for my degree,  The only requirements that we’ve been notified of are that we’re meant to be able to run Debian in our Computers  and that we are to be able to submit Projects. I’d l

Re: Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-22 Thread Chris Bannister
On Sun, Sep 21, 2014 at 07:02:39PM +0300, Lars Noodén wrote: > On 09/21/2014 06:54 PM, Chris Bannister wrote: > >On Sun, Sep 21, 2014 at 03:43:40PM +0300, Lars Noodén wrote: > >>I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image on > >>a MacBookPro 8.2. The installation seeme

Re: Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-22 Thread Lars Noodén
On Sun, 21 Sep 2014 19:02:39 +0300 Lars Noodén wrote: > On 09/21/2014 06:54 PM, Chris Bannister wrote: > > On Sun, Sep 21, 2014 at 03:43:40PM +0300, Lars Noodén wrote: > >> I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image on > >> a MacBookPro 8.2. The installation seemed

Re: Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-21 Thread Lars Noodén
On 09/21/2014 09:05 PM, Andrew Winnenberg wrote: On Sunday, September 21, 2014 05:43:40 AM Lars Noodén wrote: I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image on a MacBookPro 8.2. The installation seemed to go smoothly, including installing Grub, but when it is time to

Re: Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-21 Thread Andrew Winnenberg
On Sunday, September 21, 2014 05:43:40 AM Lars Noodén wrote: > I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image > on a MacBookPro 8.2. The installation seemed to go smoothly, including > installing Grub, but when it is time to boot, the machine only ever > shows a blinking

Re: Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-21 Thread Lars Noodén
On 09/21/2014 06:54 PM, Chris Bannister wrote: On Sun, Sep 21, 2014 at 03:43:40PM +0300, Lars Noodén wrote: I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image on a MacBookPro 8.2. The installation seemed to go smoothly, including What was url from where you got the mini.

Re: Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-21 Thread Chris Bannister
On Sun, Sep 21, 2014 at 03:43:40PM +0300, Lars Noodén wrote: > I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image on > a MacBookPro 8.2. The installation seemed to go smoothly, including What was url from where you got the mini.iso CD? -- "If you're not careful, the newspa

Booting Debian GNU/kFreeBSD on MacBookPro 8.2

2014-09-21 Thread Lars Noodén
I've installed Debian GNU/kFreeBSD 7.6 (wheezy) from a mini.iso CD image on a MacBookPro 8.2. The installation seemed to go smoothly, including installing Grub, but when it is time to boot, the machine only ever shows a blinking folder with a question mark, indicating no system. The system ca

Re: Installing and booting Debian from large hard drives in a RAID without GPT

2013-09-07 Thread Robin Kipp
Hello Shane, Am 06.09.2013 um 15:49 schrieb Shane Johnson : > > I have had problems with the initrd not having the LVM modules loaded in it. > I had to make sure LVM was installed then run: > > update-initramfs -u -k all > > then : > > update-grub > > to get it to play nice with the syste

Re: Installing and booting Debian from large hard drives in a RAID without GPT

2013-09-07 Thread Robin Kipp
Hi Darac, Am 06.09.2013 um 14:45 schrieb Darac Marjal : > > If you're getting an error saying root couldn't be mounted then I'm > assuming that: > - BIOS has found GRUB > - GRUB has found the kernel > - the kernel has booted BUT > - the kernel couldn't find the rootfs, so therefore couldn't star

Re: Installing and booting Debian from large hard drives in a RAID without GPT

2013-09-06 Thread Shane Johnson
On Fri, Sep 6, 2013 at 6:45 AM, Darac Marjal wrote: > On Fri, Sep 06, 2013 at 02:29:55PM +0200, Robin Kipp wrote: > > Hi list, > > I just purchased an HP ProLiant Micro Server G2020T. As for the hard > drives, I installed 4 3TB Western Digital HDs. So far so good, but volumes > with a capacity gre

Re: Installing and booting Debian from large hard drives in a RAID without GPT

2013-09-06 Thread Darac Marjal
On Fri, Sep 06, 2013 at 02:29:55PM +0200, Robin Kipp wrote: > Hi list, > I just purchased an HP ProLiant Micro Server G2020T. As for the hard drives, > I installed 4 3TB Western Digital HDs. So far so good, but volumes with a > capacity greater than 2TB require a GPT partition table. Unfortunatel

Installing and booting Debian from large hard drives in a RAID without GPT

2013-09-06 Thread Robin Kipp
Hi list, I just purchased an HP ProLiant Micro Server G2020T. As for the hard drives, I installed 4 3TB Western Digital HDs. So far so good, but volumes with a capacity greater than 2TB require a GPT partition table. Unfortunately, the server does not support UEFI, and thus can't boot from GPT p

Re: Problem with booting - Debian testing

2012-05-12 Thread Roman V.Leon.
On 12.05.2012 23:02, Zbigniew Komarnicki wrote: On Friday 11 of May 2012 14:04:59 you wrote: Have you tried to boot into Single Mode? Try to remove "quiet" option from your boot string and add there "acpi=off" or "noapic". After using the option "acpi=off" the system boot successful. Thank yo

Re: Problem with booting - Debian testing

2012-05-12 Thread Zbigniew Komarnicki
On Friday 11 of May 2012 14:04:59 you wrote: > Have you tried to boot into Single Mode? Try to remove "quiet" option from > your boot string and add there "acpi=off" or "noapic". After using the option "acpi=off" the system boot successful. Thank you very much. Zbigniew -- To UNSUBSCRIBE, em

Re: Problem with booting - Debian testing

2012-05-11 Thread Roman V.Leon.
> On Thursday 10 of May 2012 13:11:08 you wrote: >> > Hello, >> > >> > Last week, I install Debian testing on my computer and everything went >> > ok. After reboot, the system boots and stop at some point of the >> > process. Please see the text from monitor: >> > -

Re: Problem with booting - Debian testing

2012-05-11 Thread Zbigniew Komarnicki
On Thursday 10 of May 2012 13:11:08 you wrote: > > Hello, > > > > Last week, I install Debian testing on my computer and everything went > > ok. After reboot, the system boots and stop at some point of the > > process. Please see the text from monitor: > > --- >

Re: Problem with booting - Debian testing

2012-05-10 Thread Roman V.Leon.
> Hello, > > Last week, I install Debian testing on my computer and everything went ok. > After reboot, the system boots and stop at some point of the process. > Please see the text from monitor: > --- > Loading, please wait... > [ 1.817773] xhci_hcd :02:00.

Problem with booting - Debian testing

2012-05-09 Thread Zbigniew Komarnicki
Hello, Last week, I install Debian testing on my computer and everything went ok. After reboot, the system boots and stop at some point of the process. Please see the text from monitor: --- Loading, please wait... [ 1.817773] xhci_hcd :02:00.0: Failed to

Re: Booting Debian from Windows

2012-04-04 Thread ntrfug
On Wed, 04 Apr 2012 17:05:15 +0200 Alberto Fuentes wrote: > > oh, i just saw that unetbootin allows you download debian testing as > well... > > has anybody tested how stable are those for a live? I heard about > debian CUT, but im not sure is ready yet. > > greets! > aL > I've used Debian Test

Re: Booting Debian from Windows

2012-04-04 Thread Alberto Fuentes
On 04/04/12 16:44, Alberto Fuentes wrote: But for livecd i usually use ubuntu ones, latest packages conveniently packaged for live image oh, i just saw that unetbootin allows you download debian testing as well... has anybody tested how stable are those for a live? I heard about debian CUT, b

Re: Booting Debian from Windows

2012-04-04 Thread Alberto Fuentes
On 04/04/12 16:10, Patrick Kongawi wrote: To whom this may concern I have been having great difficulty creating a CD ISO for Debain. I went to "getting debian" and "Downloading large Image" and "Download CD/DVD with Jiggo" and select one of the official image. Is this the proper way to select a

Re: Booting Debian from Windows

2012-04-04 Thread Darac Marjal
On Wed, Apr 04, 2012 at 08:10:37AM -0600, Patrick Kongawi wrote: > To whom this may concern > > I have been having great difficulty creating a CD ISO for Debain. I > went to "getting debian" and "Downloading large Image" and "Download > CD/DVD with Jiggo" and select one of the official image. Is

Re: Booting Debian from Windows

2012-04-04 Thread Camaleón
On Wed, 04 Apr 2012 08:10:37 -0600, Patrick Kongawi wrote: > I have been having great difficulty creating a CD ISO for Debain. I went > to "getting debian" and "Downloading large Image" and "Download CD/DVD > with Jiggo" and select one of the official image. Is this the proper > way to select and

Booting Debian from Windows

2012-04-04 Thread Patrick Kongawi
To whom this may concern I have been having great difficulty creating a CD ISO for Debain. I went to "getting debian" and "Downloading large Image" and "Download CD/DVD with Jiggo" and select one of the official image. Is this the proper way to select and Image and write it to a CD? Will the BIO

Re: booting Debian-6 in run level 3

2012-01-14 Thread Curt
On 2012-01-13, Andrei Popescu wrote: > > Just comparing the contents of /etc/rc1.d/ and /etc/rc2.d/ should give=20 > you a few hints. > Well, quite a few things are dead in runlevel one that are alive in runlevel two, including the network (I said one was a "subset" of two). -- To UNSUBSCRIBE,

Re: booting Debian-6 in run level 3

2012-01-13 Thread Tom H
On Fri, Jan 13, 2012 at 8:47 AM, Don Juan wrote: > On 01/13/2012 05:27 AM, Brian wrote: >> On Fri 13 Jan 2012 at 15:23:33 +0200, Andrei Popescu wrote: >>> On Vi, 13 ian 12, 07:06:12, Tom H wrote: You can add "text" to the "linux" grub line. >>> >>> Do you have a reference on this? It is

Re: booting Debian-6 in run level 3

2012-01-13 Thread Tom H
On Fri, Jan 13, 2012 at 8:28 AM, Andrei Popescu wrote: > On Vi, 13 ian 12, 12:13:52, Darac Marjal wrote: >> On Fri, Jan 13, 2012 at 04:21:11PM +0530, Bijoy Lobo wrote: >> >    Hi Everyone, >> > >> >    I have read online that Debian Squeeze has no differentiation in >> > runlevels >> >    from 2-

Re: booting Debian-6 in run level 3

2012-01-13 Thread Tom H
On Fri, Jan 13, 2012 at 8:23 AM, Andrei Popescu wrote: > On Vi, 13 ian 12, 07:06:12, Tom H wrote: >> On Fri, Jan 13, 2012 at 5:51 AM, Bijoy Lobo wrote: >> > >> > I have read online that Debian Squeeze has no differentiation in runlevels >> > from 2-5, although I would like to boot my debian box i

Re: booting Debian-6 in run level 3

2012-01-13 Thread Andrei Popescu
On Vi, 13 ian 12, 17:55:57, Curt wrote: > > Well, it's going to the cli, but as root, with only a subset of the > regular system running (I think). I can't seem to find the exact > definition of 'single user mode,' but I do not think it should be > considered the equivalent of simply running your

Re: booting Debian-6 in run level 3

2012-01-13 Thread Brian
On Fri 13 Jan 2012 at 11:49:38 -0600, hvw59601 wrote: > True. But then is there a synopsis of *all* possible parameters of the > cmdline? If you look at what /etc/init.d/gdm3 does to get the 'text' parameter the answer must be 'no'. The possible number is infinite. -- To UNSUBSCRIBE, email t

Re: booting Debian-6 in run level 3

2012-01-13 Thread Curt
On 2012-01-13, Frank McCormick wrote: >>> >> >> For me the easiest way to boot into the cli is to either disable or >> remove your display manager. >> >> For gdm3, for instance, you could disable that puppy: > >Isn't booting into maintenance mode basically the same as going to > the cli? > W

Re: booting Debian-6 in run level 3

2012-01-13 Thread hvw59601
Bob Proulx wrote: hvw59601 wrote: Brian wrote: Andrei Popescu wrote: Tom H wrote: You can add "text" to the "linux" grub line. Do you have a reference on this? It is the first time I hear about it in 5+ years of Debian. /etc/init.d/gdm3 But I don't find 'text' in kernel-parameters.txt of t

Re: booting Debian-6 in run level 3

2012-01-13 Thread hvw59601
Curt wrote: On 2012-01-13, Bijoy Lobo wrote: Hi Everyone, I have read online that Debian Squeeze has no differentiation in runlevels from 2-5, although I would like to boot my debian box in CLI mode. Any way I can achieve this? For me the easiest way to boot into the cli is to either disabl

Re: booting Debian-6 in run level 3

2012-01-13 Thread Bob Proulx
hvw59601 wrote: > Brian wrote: > >Andrei Popescu wrote: > >>Tom H wrote: > >>>You can add "text" to the "linux" grub line. > >>Do you have a reference on this? It is the first time I hear > >>about it in 5+ years of Debian. > > > >/etc/init.d/gdm3 > > But I don't find 'text' in kernel-parameters.t

Re: booting Debian-6 in run level 3

2012-01-13 Thread hvw59601
Andrei Popescu wrote: On Vi, 13 ian 12, 13:27:56, Brian wrote: On Fri 13 Jan 2012 at 15:23:33 +0200, Andrei Popescu wrote: On Vi, 13 ian 12, 07:06:12, Tom H wrote: You can add "text" to the "linux" grub line. Do you have a reference on this? It is the first time I hear about it in 5+ years of

Re: booting Debian-6 in run level 3

2012-01-13 Thread hvw59601
Brian wrote: On Fri 13 Jan 2012 at 15:23:33 +0200, Andrei Popescu wrote: On Vi, 13 ian 12, 07:06:12, Tom H wrote: You can add "text" to the "linux" grub line. Do you have a reference on this? It is the first time I hear about it in 5+ years of Debian. /etc/init.d/gdm3 Well I'll be darne

Re: booting Debian-6 in run level 3

2012-01-13 Thread Frank McCormick
On 13/01/12 11:40 AM, Curt wrote: On 2012-01-13, Bijoy Lobo wrote: Hi Everyone, I have read online that Debian Squeeze has no differentiation in runlevels from 2-5, although I would like to boot my debian box in CLI mode. Any way I can achieve this? For me the easiest way to boot into the

Re: booting Debian-6 in run level 3

2012-01-13 Thread Curt
On 2012-01-13, Bijoy Lobo wrote: > > Hi Everyone, > > I have read online that Debian Squeeze has no differentiation in runlevels > from 2-5, although I would like to boot my debian box in CLI mode. Any way > I can achieve this? > For me the easiest way to boot into the cli is to either disable or

Re: booting Debian-6 in run level 3

2012-01-13 Thread Andrei Popescu
On Vi, 13 ian 12, 15:21:27, Darac Marjal wrote: > > I agree that switching S to K is better than simply removing the link > (it allows you to switch to that runlevel from any other, for example), > but I don't agree that there's no need to edit the init script. Next > time insserv is run, won't th

Re: booting Debian-6 in run level 3

2012-01-13 Thread Dom
On 13/01/12 15:21, Darac Marjal wrote: On Fri, Jan 13, 2012 at 03:28:24PM +0200, Andrei Popescu wrote: On Vi, 13 ian 12, 12:13:52, Darac Marjal wrote: On Fri, Jan 13, 2012 at 04:21:11PM +0530, Bijoy Lobo wrote: Hi Everyone, I have read online that Debian Squeeze has no differentiation

Re: booting Debian-6 in run level 3

2012-01-13 Thread Andrei Popescu
On Vi, 13 ian 12, 06:16:15, Don Juan wrote: > On 01/13/2012 06:02 AM, Andrei Popescu wrote: > >On Vi, 13 ian 12, 05:47:10, Don Juan wrote: > >>Or you could just set it in inittab. You can also hit edit on grub > >>and just type 3 after your boot options and will over ride the > >>switch to run leve

Re: booting Debian-6 in run level 3

2012-01-13 Thread Darac Marjal
On Fri, Jan 13, 2012 at 03:28:24PM +0200, Andrei Popescu wrote: > On Vi, 13 ian 12, 12:13:52, Darac Marjal wrote: > > On Fri, Jan 13, 2012 at 04:21:11PM +0530, Bijoy Lobo wrote: > > >Hi Everyone, > > > > > >I have read online that Debian Squeeze has no differentiation in > > > runlevels >

Re: booting Debian-6 in run level 3

2012-01-13 Thread Don Juan
On 01/13/2012 06:02 AM, Andrei Popescu wrote: On Vi, 13 ian 12, 05:47:10, Don Juan wrote: Or you could just set it in inittab. You can also hit edit on grub and just type 3 after your boot options and will over ride the switch to run level 5 and go to 3 There is no switch to runlevel 5 in stock

Re: booting Debian-6 in run level 3

2012-01-13 Thread Andrei Popescu
On Vi, 13 ian 12, 13:27:56, Brian wrote: > On Fri 13 Jan 2012 at 15:23:33 +0200, Andrei Popescu wrote: > > On Vi, 13 ian 12, 07:06:12, Tom H wrote: > > > > > > You can add "text" to the "linux" grub line. > > > > Do you have a reference on this? It is the first time I hear about it in > > 5+ yea

Re: booting Debian-6 in run level 3

2012-01-13 Thread Andrei Popescu
On Vi, 13 ian 12, 05:47:10, Don Juan wrote: > > > Or you could just set it in inittab. You can also hit edit on grub > and just type 3 after your boot options and will over ride the > switch to run level 5 and go to 3 There is no switch to runlevel 5 in stock Debian ;) (because runlevels 2-5 are i

  1   2   3   4   >