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

2016-01-09 Thread Taketo Kabe
Follow-up Comment #8, bug #46691 (project grub): Andrey's file #35932 patch (is_disk.patch) worked! Confirmed both on image file and real device. If this approace fixes all platforms, it's lot better than by crude alignment patch. ___ Repl

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

2015-12-31 Thread Taketo Kabe
Follow-up Comment #4, bug #46691 (project grub): > GRUB also performs fsync() which should synchronize filesystem and > block device state. What you describe sounds more like broken filsystem > which fails to properly implement fsync(). Now, that was known and I > won't mind adding workaround f

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

2015-12-17 Thread Taketo Kabe
Follow-up Comment #2, bug #46691 (project grub): This is the 32-bit version of CentOS 7 released at https://wiki.centos.org/SpecialInterestGroup/AltArch/i386 :: /etc/centos-release :: CentOS Linux release 7.1.1503 (Final) uname -a Linux corvus.five.ten 3.10.0-229.el7.i68

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

2015-12-15 Thread Taketo Kabe
URL: <http://savannah.gnu.org/bugs/?46691> Summary: grub-install always fail when installing into unpartitioned filesystem using blocklist Project: GNU GRUB Submitted by: kabe Submitted on: Wed 16 Dec 2015 02:53:02

[grub #59] [PATCH] double RAW_ADDR()ing while loading ELF incommandline grub

2003-03-19 Thread kabe
Reporter: [EMAIL PROTECTED] Summary: [PATCH] double RAW_ADDR()ing while loading ELF in commandline grub Version: 0.93 Type: software bug Message: The cur_addr is already RAW_ADDR()ed, so reapplying it could cause nasty things (coredump). This won't surface on bootloader grub which RAW_ADDR() is a

Re: [grub #39] [PATCH] port to QNX 6.x

2003-02-17 Thread kabe
name() patch is needed. (It's cheesy to attach SCSI on sd0 but casual users won't do that) Another issue could be that QNXRTP hd mapping almost always does NOT match the BIOS order besides IDE but whoever uses GRUB won't have such complex configuration. No problem for now.

[grub #39] [PATCH] port to QNX 6.x

2003-02-04 Thread kabe
Reporter: [EMAIL PROTECTED] Summary: [PATCH] port to QNX 6.x Version: 0.93 Type: feature request Message: QNX 6.x usually uses /dev/hd0, /dev/fd0 for raw device, so they're just plopped in lib/device.c . You need BugID#38 patch to properly compile on this platform. Patch: Index: li

[grub #38] [PATCH] "grub" command says nothing but "cannot fit into memory"

2003-02-04 Thread kabe
Reporter: [EMAIL PROTECTED] Summary: [PATCH] "grub" command says nothing but "cannot fit into memory" Version: 0.93 Type: software bug Message: "grub" command (one invoked from commandline, not the bootloader) says nothing but ERR_WONT_FIT. This turns out to be mbi struct incorrectly ini