Opened 11 years ago
Last modified 6 years ago
#10776 closed bug
[haiku_loader] relocating kernel failed: 80001304! — at Version 4
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | diger | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
hrev47162 in VirtualBox.
gcc4 haiku built on x86_gcc2 can't load itself. Upon boot it enters bootloader by itself where I can see my boot partition, and other partition with x86_gcc2 Haiku install. Selecting "Continue booting" returns it back to the bootloader immediately. I should also note that "Blacklist entries" menu lists files on this partition.
x86_gcc2 Haiku bootloader can't see this partition.
Haiku was built using these steps:
git clone git://git.haiku-os.org/haiku cd haiku ./configure --target-arch x86 jam -q haiku-image mkdir /haiku-image mount generated/haiku.image /haiku-image
I then used Installer to install from the mounted image to a partition.
One of the last lines in "Display current booloader log" reads: relocating kernel failed: 80001304!
Change History (4)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:3 by , 11 years ago
see #10272 : "The native GCC4 packages need some work to add kernel versions of libgcc/libsupc++, required to build Haiku on Haiku."
comment:4 by , 11 years ago
Description: | modified (diff) |
---|
Reproduced with hrev47054 & hrev47133 built on x86