[bug #46826] grub 2.02_beta2 with HP Smart Array P400: grub-probe: error: failed to get canonical path of `/dev/cciss!c0d0p3'

2016-01-06 Thread Andrei Borzenkov
Update of bug #46826 (project grub): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #8: It is really kernel bu

[bug #46826] grub 2.02_beta2 with HP Smart Array P400: grub-probe: error: failed to get canonical path of `/dev/cciss!c0d0p3'

2016-01-06 Thread Roman Petrov
Follow-up Comment #7, bug #46826 (project grub): Interesting bug in kernel.org tracker: https://bugzilla.kernel.org/show_bug.cgi?id=54101 ___ Reply to this item at:

[bug #46826] grub 2.02_beta2 with HP Smart Array P400: grub-probe: error: failed to get canonical path of `/dev/cciss!c0d0p3'

2016-01-06 Thread Andrei Borzenkov
Follow-up Comment #6, bug #46826 (project grub): I am afraid I am at a loss. I do not understand how this "device" could appear. Device node clearly does not exist, it is not possible to "mount" it, nor do I see it in (upstream) kernel source. I would suggest creating a link /dev/cciss!c0d0p3 ->

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Henry
Follow-up Comment #10, bug #46817 (project grub): Message of GRUB on screen (/dev/sdc1 for GRUB partiton): kern/disk.c:196: Opening 'hd0,msdos1'... partmap/msdos.c:188: partition 0: flag 0x0, type 0x83, start 0x800, len 0x8 kern/fs.c:56: Detecting ext2... kern/disk.c:295: Closing 'hd0'. kern/

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Andrei Borzenkov
Follow-up Comment #9, bug #46817 (project grub): Well ... GRUB files are at the end of this stick, around 32GB. It could cause problems. Could you make sure GRUB is installed at the very beginning (and send me BIS output once more)? 8GB was common boot partition limit. ___

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Henry
Follow-up Comment #8, bug #46817 (project grub): I forget to tell you that I use an empty USB stick (/dev/sdc) to test GRUB2 cloned from git repository. ___ Reply to this item at: __

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Henry
Follow-up Comment #7, bug #46817 (project grub): I've sent output of bootinfoscript to you by email and prepared a PL2302 USB-RS232 adapter, but I don't know how to enable usbserial and debug GRUB. I made a rescue image and it can boot to command line of GRUB. My harddisk's model is Toshiba MK7575

[bug #46826] grub 2.02_beta2 with HP Smart Array P400: grub-probe: error: failed to get canonical path of `/dev/cciss!c0d0p3'

2016-01-06 Thread Roman Petrov
Follow-up Comment #5, bug #46826 (project grub): # ls -la /etc/mtab lrwxrwxrwx 1 root root 17 Jan 5 18:15 /etc/mtab -> /proc/self/mounts # ls -la /proc/mounts lrwxrwxrwx 1 root root 11 Jan 6 15:02 /proc/mounts -> self/mounts # cat /proc/self/mounts /dev/cciss!c0d0p3 / xfs rw,noatime,inode64

[bug #46826] grub 2.02_beta2 with HP Smart Array P400: grub-probe: error: failed to get canonical path of `/dev/cciss!c0d0p3'

2016-01-06 Thread Andrei Borzenkov
Follow-up Comment #4, bug #46826 (project grub): Is /etc/mtab regular file or link? If it is regular file - what is content of /proc/mounts? ___ Reply to this item at: __

[bug #46826] grub 2.02_beta2 with HP Smart Array P400: grub-probe: error: failed to get canonical path of `/dev/cciss!c0d0p3'

2016-01-06 Thread Roman
Follow-up Comment #3, bug #46826 (project grub): I do not use initrd. # ls -lR /dev/cciss* /dev/cciss: total 0 brw-rw 1 root disk 104, 0 Jan 5 18:10 c0d0 brw-rw 1 root disk 104, 1 Jan 5 18:15 c0d0p1 brw-rw 1 root disk 104, 2 Jan 5 18:10 c0d0p2 brw-rw 1 root disk 104, 3 Jan

[bug #46691] grub-install always fail when installing into unpartitioned filesystem using blocklist

2016-01-06 Thread Andrei Borzenkov
Follow-up Comment #7, bug #46691 (project grub): Actually we already had everything to force page cache coherency on Linux, except GRUB did not detect disks as disks. Attached patch fixes problem I observed. @Taketo: could you test attached patch? (file #35932) __