Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-28 Thread Ben Hutchings
On Mon, 2016-06-27 at 11:58 -0400, Jeffrey Mark Siskind wrote: >    The non-determinism in which identifiers are shown might be a bug in the >    installer, or it might be caused by failure of ID commands to the >    drives. > >    I think most of the problems you're still having must be caused by

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-28 Thread Ben Hutchings
On Tue, 2016-06-28 at 00:49 +0200, deloptes wrote: > Jeffrey Mark Siskind wrote: > > >    I had big issues with mptsas and 3.16 in jessie, so I am still using > >    3.2.0-4-rt-amd64 > > > > Will jessie run with 3.2.0-4-rt-amd64? If so, where do I get it and how do > > I install it on a fresh jes

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-27 Thread Jeffrey Mark Siskind
I had big issues with mptsas and 3.16 in jessie, so I am still using 3.2.0-4-rt-amd64 Will jessie run with 3.2.0-4-rt-amd64? If so, where do I get it and how do I install it on a fresh jessie install that wasn't dist-upgraded from wheezy? Jeff (http://engineering.purdue.edu/~qobi)

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-27 Thread Jeffrey Mark Siskind
The non-determinism in which identifiers are shown might be a bug in the installer, or it might be caused by failure of ID commands to the drives. I think most of the problems you're still having must be caused by a bug in the RAID driver, mpt2sas (or its firmware, if that's not

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-27 Thread Ben Hutchings
On Mon, 2016-06-27 at 08:07 -0400, Jeffrey Mark Siskind wrote: [...] > Whenever I observe any of the behavior reported in this email, it is > almost always associated with dmesg reporting the same error on the same > sector 2056 (sometimes 2058 or 2062). Given the dozens of attempted >

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-27 Thread Jeffrey Mark Siskind
I'd like to thank everyone for helping out. Here is an update on installing jessie on R815s. I succeeded in installing on three of my four R815s. But I am holding off on the last because it is my file server and there are still issues. Please read on. I don't believe that the problem is solved an

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-24 Thread Steve McIntyre
On Fri, Jun 24, 2016 at 06:22:37PM -0400, Jeffrey Mark Siskind wrote: >Please note that bootint with rootdelay=20 does not solve the problem. It only >masks it. > > 1. If I attempt a fresh USB install of jessie, when md0 is correctly built >before the install, the process of doing the fresh ins

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-24 Thread Jeffrey Mark Siskind
Please note that bootint with rootdelay=20 does not solve the problem. It only masks it. 1. If I attempt a fresh USB install of jessie, when md0 is correctly built before the install, the process of doing the fresh install breaks md0. When it gets to grub install, components of md0 are mi

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-23 Thread deloptes
deloptes wrote: > Don Armstrong wrote: > >> The error would be useful to know. Most likely one or more of them >> dropped out of the array for some reason and you're booting off of one >> which has a lower event count and it won't assemble. >> >> But it could be any number of things. >> >> The

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread deloptes
Lennart Sorensen wrote: > Unless you are sharing the drive with windows I would highly recommend > avoiding that, and doing the software raid purely in linux.  It is much > simpler and much better supported. Hi, this is not a critical machine. I let debian configure the raid at installation time.

RE: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Jared_Dominguez
Dell Customer Communication >>Are you certain that there isn't a PERC H700 in this machine? [Sort of >>odd that mpt2sas is triggering a state error in your screenshot if > there >>actually isn't one.] >> >> There could be one. But I probably don't use it. I use soft

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Jeffrey Mark Siskind
>Are you certain that there isn't a PERC H700 in this machine? [Sort of >odd that mpt2sas is triggering a state error in your screenshot if there >actually isn't one.] > > There could be one. But I probably don't use it. I use software RAID. Dell > wouldn't sell an R8

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Jeffrey Mark Siskind
I conjecture that there may be two to five separate issues. 1. Setting up md0 upon boot takes a long time. rootdelay=20 fixes this. 2. There is a problem writing to disk. Perhaps just writing to certain blocks. Because even when the machine boots with rootdelay=20, and md0 has all 6 comp

RE: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Jared_Dominguez
>Are you certain that there isn't a PERC H700 in this machine? [Sort of >odd that mpt2sas is triggering a state error in your screenshot if there >actually isn't one.] > > There could be one. But I probably don't use it. I use software RAID. Dell > wouldn't sell an R815 without an OS.

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Jeffrey Mark Siskind
> and attempted > >mdadm /dev/md0 --add /dev/sda1 >mdadm /dev/md0 --add /dev/sdb1 >mdadm /dev/md0 --add /dev/sdc1 >mdadm /dev/md0 --add /dev/sdd1 >mdadm /dev/md0 --add /dev/sde1 >mdadm /dev/md0 --add /dev/sdf1 > > but these all failed. Thi

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Don Armstrong
On Wed, 22 Jun 2016, Jeffrey Mark Siskind wrote: > and attempted > >mdadm /dev/md0 --add /dev/sda1 >mdadm /dev/md0 --add /dev/sdb1 >mdadm /dev/md0 --add /dev/sdc1 >mdadm /dev/md0 --add /dev/sdd1 >mdadm /dev/md0 --add /dev/sde1 >mdadm /dev/md0 --add /dev/sdf1 > > but these

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Lennart Sorensen
On Wed, Jun 22, 2016 at 09:24:51PM +0200, deloptes wrote: > Sorry previous went out incomplete, because of some shortcut I pressed > wrongly > > Here is what I found > > lrwxrwxrwx 1 root root 9 Jun 22 14:16 > ata-WDC_WD800GD-75FLC3_WD-WMAKE1962410 -> ../../sda > lrwxrwxrwx 1 root root 9 Jun

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Jeffrey Mark Siskind
Are you certain that there isn't a PERC H700 in this machine? [Sort of odd that mpt2sas is triggering a state error in your screenshot if there actually isn't one.] There could be one. But I probably don't use it. I use software RAID. Dell wouldn't sell an R815 without an OS. I think I pu

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-22 Thread Don Armstrong
On Tue, 21 Jun 2016, Jeffrey Mark Siskind wrote: > http://upplysingaoflun.ecn.purdue.edu/~qobi/20160619_140357.jpg Are you certain that there isn't a PERC H700 in this machine? [Sort of odd that mpt2sas is triggering a state error in your screenshot if there actually isn't one.] > I don't believe

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread Jeffrey Mark Siskind
Thanks for your help. > Here is a screen picture. Could you upload this to an image paste site or send it along (or use a serial console to get it as text?) http://upplysingaoflun.ecn.purdue.edu/~qobi/20160619_140357.jpg (The other screen picture of a machine (not an R815) that does bo

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread deloptes
Don Armstrong wrote: > The error would be useful to know. Most likely one or more of them > dropped out of the array for some reason and you're booting off of one > which has a lower event count and it won't assemble. > > But it could be any number of things. > > The output of mdadm --examine /d

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread Don Armstrong
On Tue, 21 Jun 2016, Jeffrey Mark Siskind wrote: > Please note that all of the above systems have / as md0 RAID1. The fresh > install of jessie was successfull on all but the R815s. > >> Then it fails to reboot

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread Jeffrey Mark Siskind
My posting has not appeared on debian-{boot,kernel,user}. I think it is because of the attachments. I have removed them. I'll send the screen images to people individually if they request them. --- I am cross posting this t

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Jochen Spieker
deloptes: > > Upgrade usually is done by > > apt-get update > apt-get upgrade > apt-get dist-upgrade No. You upgrade to a new stable release by reading and following the release notes. J. -- I am heading for the loony bin. [Agree] [Disagree]

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Brian
On Mon 20 Jun 2016 at 20:53:55 +0200, deloptes wrote: > Brian wrote: > > > On Mon 20 Jun 2016 at 13:06:30 +0200, Michael Lange wrote: > > > >> On Mon, 20 Jun 2016 10:43:35 +0200 > >> Sven Hartge wrote: > >> > >> > deloptes wrote: > >> > > Jeffrey Mark Siskind wrote: > >> > > >> > >> I am att

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread deloptes
Brian wrote: > On Mon 20 Jun 2016 at 13:06:30 +0200, Michael Lange wrote: > >> On Mon, 20 Jun 2016 10:43:35 +0200 >> Sven Hartge wrote: >> >> > deloptes wrote: >> > > Jeffrey Mark Siskind wrote: >> > >> > >> I am attempting to install jessie on a Dell Poweredge R815. It has >> > >> been runni

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Don Armstrong
On Sun, 19 Jun 2016, Jeffrey Mark Siskind wrote: > 2. I do a fresh install of wheezy from a USB dongle. It boots wheezy just > fine. > I do nothing but > > nano /etc/apt/sources.list > (change all instances of wheezy to jessie, save, and exit) > apt-get update > apt-g

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Michael Lange
On Mon, 20 Jun 2016 12:39:34 +0100 Brian wrote: > > > > why is an upgrade not an option? > > > > > > Upgrade to what? He wants to install Jessie, you can't get a newer > > > stable Debian than that. > > > > I guess he meant a dist-upgrade from an installed wheezy to jessie, if > > jessie won't

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Brian
On Mon 20 Jun 2016 at 13:06:30 +0200, Michael Lange wrote: > On Mon, 20 Jun 2016 10:43:35 +0200 > Sven Hartge wrote: > > > deloptes wrote: > > > Jeffrey Mark Siskind wrote: > > > > >> I am attempting to install jessie on a Dell Poweredge R815. It has > > >> been running wheezy reliably for yea

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Michael Lange
On Mon, 20 Jun 2016 10:43:35 +0200 Sven Hartge wrote: > deloptes wrote: > > Jeffrey Mark Siskind wrote: > > >> I am attempting to install jessie on a Dell Poweredge R815. It has > >> been running wheezy reliably for years. And running squeeze reliably > >> for years before that. But no matter w

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-20 Thread Sven Hartge
deloptes wrote: > Jeffrey Mark Siskind wrote: >> I am attempting to install jessie on a Dell Poweredge R815. It has >> been running wheezy reliably for years. And running squeeze reliably >> for years before that. But no matter what I try it won't install or >> boot. > why is an upgrade not an o

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-19 Thread deloptes
Jeffrey Mark Siskind wrote: > I am attempting to install jessie on a Dell Poweredge R815. It has been > running wheezy reliably for years. And running squeeze reliably for years > before that. But no matter what I try it won't install or boot. > why is an upgrade not an option?

Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-19 Thread Jan Bakuwel
Hi Jeffrey, On 20/06/16 06:49, Jeffrey Mark Siskind wrote: > I am attempting to install jessie on a Dell Poweredge R815. It has been > running wheezy reliably for years. And running squeeze reliably for years > before that. But no matter what I try it won't install or boot. > > I have tried two wa

jessie won't install/boot on a Dell Poweredge R815

2016-06-19 Thread Jeffrey Mark Siskind
I am attempting to install jessie on a Dell Poweredge R815. It has been running wheezy reliably for years. And running squeeze reliably for years before that. But no matter what I try it won't install or boot. I have tried two ways. 1. I attempt a fresh install from a USB dongle. It gets all the

D-Installer: GRUB fails to install boot loader

2008-08-10 Thread Ariel Garcia
Hello, i am trying to perform a network install with Debian Installer, which is failing when installing the GRUB loader with "Unable to install GRUB in (hd0)" Executing 'grub-install (hd0)' failed. and in the console i see: Cannot find a GRUB drive for /dev/sdq2. Check our device.map.

Re: install boot

2007-10-05 Thread Andrew Sackville-West
On Fri, Oct 05, 2007 at 11:13:30AM -0400, chloe K wrote: > Hi all > > I use rsync to copy all files from hardrive (hda) to hdc > > then I take out hda to put this hdc drive on the same machine > and use knoppix / fedora 5 to mount this drive > chroot and install grub-install /dev/hda > and also e

install boot

2007-10-05 Thread chloe K
Hi all I use rsync to copy all files from hardrive (hda) to hdc then I take out hda to put this hdc drive on the same machine and use knoppix / fedora 5 to mount this drive chroot and install grub-install /dev/hda and also edit /etc/fstab /etc/mtab but hda (the clone drive) can't be bootable Wh

Install boot hang with Supermicro 5011H and Debian Linux

2002-03-17 Thread Lindsay Haisley
Please excuse if this is a repost. I posted this last night and my subscription to the debian-user list wasn't actually confirmed until this morning, and I don't know if the list accepts non-subscriber posts. If my post made it through and you replied to it, please repost your reply personally to

Install boot hang with Supermicro 5011H and Debian Linux

2002-03-17 Thread Lindsay Haisley
I'm trying to get Debian GNU/Linux installed on a new Supermicro 5011H server. The system locks up completely after downloading sequencer code for both channels of the onboard Adaptec AIC-7899 and requires a power-down reset to get it going again. I've tried both Debian 2.2r3 and the compact inst

Re: Install-boot failure

2000-07-20 Thread Tom Hoover
On Tue, Jul 04, 2000 at 03:21:26PM +, Suresh Kumar.R wrote: > > When I try to boot from the debian slink or potato cd, the boot process > apparently hangs with the following line: > > FDC 0 is a post - 1991 82077 > md driver 0.36.3 MAX_MD_DEV=4, MAX_REAL=8 > > The interesting thi

Re: Install-boot failure

2000-07-04 Thread Suresh Kumar. R
Hi, In my case, on one machine, I tried with boot diskette, the two cdroms(slink and potato), but in all cases, I got stuck with the same problem. So as of now, all options of installing debian (local + thru net) seems gone. Suresh On Tue, Jul 04, 2000 at 08:02:37AM -0700, Dinesh Nadarajah wrote

Install-boot failure

2000-07-04 Thread Suresh Kumar.R
Hi, When I try to boot from the debian slink or potato cd, the boot process apparently hangs with the following line: FDC 0 is a post - 1991 82077 md driver 0.36.3 MAX_MD_DEV=4, MAX_REAL=8 The interesting thing is , we are able to put Redhat linux into the same machine. We are tr

Re: Second try--can someone interpret these install boot messages?

1998-09-19 Thread Curt Daugaard
On Fri, Sep 18, 1998 at 12:20:27PM -0700, Ian Eure wrote: > > > In some cases, with older drive types and/or systems, you can cheat a bit > by enabling the system ROM shadow option in your CMOS. I really doubt > that this would work on a PS/2, but my older AMD 386DX/40 (a truly super > system) wit

Re: Second try--can someone interpret these install boot messages?

1998-09-18 Thread Ian Eure
On Thu, Sep 17, 1998 at 04:09:06PM -0500, Nathan E Norman wrote: > On Thu, 17 Sep 1998, Curt Daugaard wrote: > > [ snip ] > > :hd: controller still busy > :hda: reset timed out: status=0xff { Busy DriveReady WriteFault > :SeekComplete DataRequest CorrectedError Index Error

Re: Second try--can someone interpret these install boot messages?

1998-09-17 Thread Curt Daugaard
On Thu, Sep 17, 1998 at 04:09:06PM -0500, Nathan E Norman wrote: > > Drive looks toasted. However ... Yes, it does boot DOS and Windows. > : The weird thing: the CHS numbers don't match either what CMOS says > : (under MSD in DOS) or what I pass to the kernel at the boot > : prompt, i.e. hd

Re: Second try--can someone interpret these install boot messages?

1998-09-17 Thread Nathan E Norman
On Thu, 17 Sep 1998, Curt Daugaard wrote: [ snip ] : hd: controller still busy : hda: reset timed out: status=0xff { Busy DriveReady WriteFault : SeekComplete DataRequest CorrectedError Index Error } : hda: reset timed out: error=0xff { BadSector UncorrectableError

Second try--can someone interpret these install boot messages?

1998-09-17 Thread Curt Daugaard
I'll make this as short as I can. I've been having a devil of a time trying to get the Hamm install kernel to read my hd at boot. I'm using the lowmem option to install on a 4mb PS/2 model 35. (By the way, this is one of the very few PS/2's that have an AT bus, so MCA is not the problem.) Both

Re: Req: kernel panic during install boot

1998-01-23 Thread Sten Anderson
Fred Handloser <[EMAIL PROTECTED]> writes: > Also, is there a way to write the boot screen information to > a logfile. Most of the information has scrolled off the screen > by the time I get the kernel panic. The messages are written to /var/log/messages. Also try "dmesg" - Sten Anderson -- T

Req: kernel panic during install boot

1998-01-22 Thread Fred Handloser
Hi, I'm trying to do a cold install of debian on a HP Vectra (486DX) I get the following message. Any help on what I might do to get past this would be appreciated. Also, is there a way to write the boot screen information to a logfile. Most of the information has scrolled off the screen by