Opened 11 years ago

Closed 11 years ago

#9818 closed bug (invalid)

Boot failed - infinite loop

Reported by: RandomM00 Owned by: axeld
Priority: normal Milestone: Unscheduled
Component: System/Boot Loader Version: R1/Development
Keywords: loop, infinite Cc:
Blocked By: Blocking:
Platform: x86

Description

I copied haiku-nightly-hrev45732-x86gcc2hybrid-anyboot to a USB stick over R1alpha4.1. Alpha 4.1 worked fine (excluding sound and power management) but the nightly image prints "loading system" repeatedly and never manages to show the loading stage. I'm doing this on an Acer Aspire 521 netbook. I don't don't think I can get any more output. Alpha 4.1 only manages to produce audio if the system has been rebooted straight from Linux, and possibly the BIOS config display. Perhaps things aren't properly initialized under Haiku? Could the filesystem be having a problem with the image being written over a previous Haiku installation? I'll attach hardware specs reported by Linux.

Attachments (2)

lspci.txt (2.0 KB ) - added by RandomM00 11 years ago.
Output of lspci
proc-cpuinfo.txt (818 bytes ) - added by RandomM00 11 years ago.
Contents of /proc/cpuinfo (Linux)

Download all attachments as: .zip

Change History (7)

by RandomM00, 11 years ago

Attachment: lspci.txt added

Output of lspci

by RandomM00, 11 years ago

Attachment: proc-cpuinfo.txt added

Contents of /proc/cpuinfo (Linux)

comment:1 by anevilyak, 11 years ago

Priority: highnormal

How did you copy it to the stick? That sounds more like it wasn't copied properly.

comment:2 by RandomM00, 11 years ago

I think I did

sudo dd if=haiku-nightly-anyboot.image of=/dev/sdb

but my commandline history says I did

sudo dd if=haiku-nightly-anyboot.image of=/dev/sdb1

sdb1 was the alpha4.1 partition which was larger than the nightly image.

I'm just trying clearing the whole stick with

dd if=/dev/zero of=/dev/sdb

then I'll rewrite the nightly image and try again to make sure. I'll double check the MD5 sum as well.

comment:3 by umccullough, 11 years ago

Indeed, sdb1 would only be the partition, not the entire stick/disk.

Anyboot images come with mbr and partition table, so you need to write them over the entire stick (sdb).

comment:4 by RandomM00, 11 years ago

You're right. I feel very stupid. Hope my next ticket is a real bug... Thanks for the quick response though!

(Posted from Haiku)

comment:5 by anevilyak, 11 years ago

Resolution: invalid
Status: newclosed

Thanks for the update!

Note: See TracTickets for help on using tickets.