[Bug 199703] HPSA blocking boot on HP smart Array P400

2018-06-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199703

--- Comment #19 from Roberto M. (roby_program...@fastwebnet.it) ---
or better with any live cd with kernel >= 14.1 and array adapter inserted,
don't boot and kernel crash, without raid adapter (removed from pcie slot) it
works

100% HPSA bug that crash

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 199703] HPSA blocking boot on HP smart Array P400

2018-06-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199703

--- Comment #18 from Roberto M. (roby_program...@fastwebnet.it) ---
(In reply to Don from comment #14)

Hello,
I am late, I am really sorry


> If you were booted from a cciss block driver before, the disk mapping would
> be to a /dev/cciss/c0dX boot device.
> 
> Do you use by-label, by-uuid, ...?

Here blkid  output:

/dev/cciss/c0d0p2: UUID="229d158a-4614-474d-ac53-82c403c47e49" TYPE="ext4"
PARTUUID="785a40ac-5098-44bb-b7f4-be917bd359df"
/dev/cciss/c0d0p3: UUID="d5514912-b652-4ac6-8273-65c17e96996f" TYPE="swap"
PARTUUID="0c7bc0a1-a917-40b2-9857-f3f36ea9901c"
/dev/cciss/c0d0p4: UUID="292a7797-5a28-4ead-ae7b-483a467e8a63" TYPE="ext4"
PARTUUID="e892e834-8bf2-4e5d-a642-6f0ecd1b4559"
/dev/cciss/c0d0p5: UUID="58573ae4-9cb1-4ffb-a3a6-59b96dc25b63" TYPE="ext4"
PARTUUID="db7acdaa-503e-42b6-89ab-f292242092a7"
/dev/sda1: LABEL="System Reserved" UUID="BC2EEBBB2EEB6D38" TYPE="ntfs"
PARTUUID="61637073-01"
/dev/sda2: UUID="C0EEECA7EEEC96C6" TYPE="ntfs" PARTUUID="61637073-02"
/dev/cciss/c0d0: PTUUID="23b2be73-1e88-40c4-8990-7f285985743b" PTTYP


here these is fdisk -l output :

Disk /dev/cciss/c0d0: 5,5 TiB, 6001026883584 bytes, 11720755632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 23B2BE73-1E88-40C4-8990-7F285985743B

Dispositivo StartFine Settori  Size Tipo
/dev/cciss/c0d0p12048409520481M BIOS boot
/dev/cciss/c0d0p24096  618495  614400  300M Linux filesystem
/dev/cciss/c0d0p3 11642626048 1172075519978129152 37,3G Linux swap
/dev/cciss/c0d0p4  6184968450457583886080   40G Linux filesystem
/dev/cciss/c0d0p584504576 11642626047 11558121472  5,4T Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sda: 189,9 GiB, 203928109056 bytes, 398297088 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x61637073

Dispositivo Avvio  Start  Fine   Settori   Size Id Tipo
/dev/sda1   *   2048206847204800   100M  7 HPFS/NTFS/exFAT
/dev/sda2 206848 398295039 398088192 189,8G  7 HPFS/NTFS/exFAT


> 
> If not and you simply updated the kernel and the kernel switched to hpsa,
> your disk mapping would not be changed over to /dev/sdX, it would still be
> to /dev/cciss/...
> 
> Can you boot into rescue mode? If so, can you post your grub.cfg, /etc/fstab
> files?


here /etc/default/grub:

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux
4.13.16-041316-generic"
#GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT="40"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
#GRUB_CMDLINE_LINUX_DEFAULT=""
#GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="console=ttyS1 console=ttyS0,115200"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"
GRUB_TERMINAL="console serial"
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no
--stop=1"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

GRUB_SAVEDEFAULT="false"
GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS1,115200"
#UNNAMED_OPTION=""

GRUB_DISABLE_OS_PROBER="true"

here cat /boot/grub/grub.cfg :

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="Advanced options for Ubuntu>Ubuntu, with Linux
4.13.16-041316-generic"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set 

[Bug 199703] HPSA blocking boot on HP smart Array P400

2018-06-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199703

--- Comment #17 from Roberto M. (roby_program...@fastwebnet.it) ---
Created attachment 277079
  --> https://bugzilla.kernel.org/attachment.cgi?id=277079=edit
boot woking log with last working kernel

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 199703] HPSA blocking boot on HP smart Array P400

2018-06-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199703

--- Comment #16 from Roberto M. (roby_program...@fastwebnet.it) ---
Created attachment 277077
  --> https://bugzilla.kernel.org/attachment.cgi?id=277077=edit
boot not working log

this is the output of last linux kernel 4.17.3, every 120 second I get a
message that for me is a crash

-- 
You are receiving this mail because:
You are the assignee for the bug.