Johan Ryberg | 6 May 23:57
Picon
Gravatar

Flashboot for OpenBSD 5.1 is now available

Hi

You will found Flashboot at Github: https://github.com/openbsd/flashboot

Prebuild bineries will be available within the next couple of days.

We need people to test some of the builds for example WRAP12, SOEKRIS4501 and
PCENGINES kernel.

  -- Johan Ryberg
_______________________________________________
flashboot mailing list
flashboot <at> mindrot.org
https://lists.mindrot.org/mailman/listinfo/flashboot
NICOLAS BOULIANE | 12 Feb 18:20
Picon

Booting with 5.0 image

Eric Boudrand,

What file have you copied ? bsd or bsd.rd

peace,
Nicolas Bouliane
Eric Boudrand | 31 Jan 19:20

Re: Booting with 5.0 image

Hi,

> Have you tried with 4.9, I believe the memory disk size changed
> drastically in 5.0 bringing it to around 48 MB, it was much smaller in
> 4.9 which may give you enough room to boot.
> 
No. Only 5.0. I have to build a 4.9 system then. Or I will try to
download older binary releases.

Éric

_______________________________________________
flashboot mailing list
flashboot <at> mindrot.org
https://lists.mindrot.org/mailman/listinfo/flashboot
Eric Boudrand | 31 Jan 12:36

Booting with 5.0 image

Hi,

I have tested SOEKRIS4521-50.image on a Soekris NET4511. The boot
sequence failed with this log :

boot>                                                                           
booting hd0a:/bsd: 53407060+463132 [61+127216+116991]=0x339ba3c                 
entry point at 0x200120                                                         

[ using 244684 bytes of bsd ELF symbol table ]                                  
Copyright (c) 1982, 1986, 1989, 1991, 1993                                      
        The Regents of the University of California.  All rights reserved.      
Copyright (c) 1995-2011 OpenBSD. All rights reserved. http://www.OpenBSD.org   

OpenBSD 5.0 (SOEKRIS4521) #0: Wed Nov  2 12:07:42 MDT 2011                      

root <at> i386.builder:/obj/SOEKRIS4521                                          
cpu0: AMD Am486DX4 W/B or Am5x86 W/B 150 ("AuthenticAMD" 486-class)             
cpu0: FPU                                                                       
real mem  = 66646016 (63MB)                                                     
avail mem = 12173312 (11MB)                                                     
mainbus0 at root                                                                
bios0 at mainbus0: AT/286+ BIOS, date 20/31/19, BIOS32 rev. 0 @ 0xf7840         
pcibios0 at bios0: rev 2.0 @ 0xf0000/0x10000                                    
pcibios0: pcibios_get_intr_routing - function not supported                     
pcibios0: PCI IRQ Routing information unavailable.                              
pcibios0: PCI bus #1 is the last bus                                            
bios0: ROM list: 0xc8000/0xa000                                                 
cpu0 at mainbus0: (uniprocessor)                                                
pci0 at mainbus0 bus 0: configuration mode 1 (bios)                             
elansc0 at pci0 dev 0 function 0 "AMD ElanSC520 PCI" rev 0x00: product 0 steppi>
gpio0 at elansc0: 32 pins                                                       
cbb0 at pci0 dev 9 function 0 "TI PCI1410 CardBus" rev 0x02: irq 10             
sis0 at pci0 dev 18 function 0 "NS DP83815 10/100" rev 0x00, DP83816A: irq 11, 8
nsphyter0 at sis0 phy 0: DP83815 10/100 PHY, rev. 1                             
sis1 at pci0 dev 19 function 0 "NS DP83815 10/100" rev 0x00, DP83816A: irq 5, a9
nsphyter1 at sis1 phy 0: DP83815 10/100 PHY, rev. 1                             
cardslot0 at cbb0 slot 0 flags 0                                                
cardbus0 at cardslot0: bus 1 device 0 cacheline 0x10, lattimer 0x3f             
pcmcia0 at cardslot0                                                            
isa0 at mainbus0                                                                
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo                         
com0: console                                                                   
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo                         
pckbc0 at isa0 port 0x60/5                                                      
pckbd0 at pckbc0 (kbd slot)                                                     
pckbc0: using irq 1 for kbd slot                                                
wskbd0 at pckbd0: console keyboard                                              
wdc0 at isa0 port 0x1f0/8 irq 14                                                
wd0 at wdc0 channel 0 drive 0: <SanDisk SDCFH-004G>                             
wd0: 1-sector PIO, LBA48, 3815MB, 7813120 sectors                               
wd0(wdc0:0:0): using BIOS timings                                               
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16   

Any suggestion is welcome.

Regards.

Éric Boudrand

_______________________________________________
flashboot mailing list
flashboot <at> mindrot.org
https://lists.mindrot.org/mailman/listinfo/flashboot
Johan Ryberg | 2 Nov 19:01
Picon
Gravatar

Flashboot for OpenBSD 5.0

Hi

I have committed several changes to kernel configurations for Soekris,
WRAP12, PCEngines and COMMELL-LE564 to make Flashboot work on OpenBSD
5.0. We are also not using svnd any more since it has been integrated
to vnd

Since I only have Soekris 4801 and there need to be more testing on
other platforms to verify that it work as expected. Please test and
report back to the list.

I will put binaries on github (https://github.com/openbsd/flashboot)
to night and the downloads will be available from the wiki page.

Best regards Johan
Johan Ryberg | 23 Oct 23:13
Picon
Gravatar

New script for building OpenBSD installation image from install iso

Hi.

I just added a new script to build image from OpenBSD install49.iso to
make a bootable USB installation pen drive.

The script is called build-usbinstallimage.sh

If any one could test the script I would be very happy. I have tested
it with both i386 and amd64 and it's possible to boot and install from
a usb stick. No more need to burn cd just for installations =)

There is how ever some kind of problem with OpenBSD own installation
script because it can't find the path to the files automatic since its
not from a CD. The path mounts upon question and the installation
proceeds without any problem.

Best regards Johan Ryberg
Johan Ryberg | 9 Oct 13:25
Picon
Gravatar

Does the "TODO" still apply? - Problem with kernel > 16 Mb?

Hi.

According to TODO:
[snip]
load kernels as 16Mb
 - will avoid isadma problems
 - need to modify kernel and boot loader
[/snip]

Does any one has the status of this? I have not spent a single thought
about this during my work since all my test has worked and we are now
building a kernel that are 48 Mb in size and I have not found a single
downside yet and I have tested Flashboot on Soekris 4801, Virtual Box,
misc laptops and custom made computers. They all boot and works as
expected.

Maybe never versions of the boot loader that we are using today don't
have this limit and this TODO is some kind of forgotten note that just
should be deleted?

// Johan
Johan Ryberg | 3 Oct 23:03
Picon
Gravatar

Flashboot 4.9 Pendrive image (USB-stick) - Please test

Howdi folks

It's now possible to build a usb kernel and usb image.

I would love to see that some one tested the image. Binary download
can be found at github
(https://github.com/downloads/openbsd/flashboot/PENDRIVE.image) or
build by your self from scratch, it's all automatic =)

Best regards Johan Ryberg
Johan Ryberg | 2 Oct 00:47
Picon
Gravatar

USB stick problem to solve

Hi

I need some help with a problem.

The issue can be found here: https://github.com/openbsd/flashboot/issues/9

It's about booting Flashboot on a USB stick with a computer with a
SSD. Flashboot assumes that the USB stick has device sd0 but that
device is in fact the ssd drive.

Does any one have any idea how to solve this?

Regards Johan Ryberg
Rickard Dahlstrand | 27 Sep 07:04
Picon

New binary images up on tilde.se!

Hi,

Thanks to rancor there are now new binary images for 4.9 up on http://tilde.se/flashboot/ please test and
tell us if you find any bugs.

Kind Regards, Rickard.
rancor | 2 Sep 16:31
Picon
Gravatar

Flashboot for OpenBSD 4.9 now on Github

Hi!

The latest version of Flashboot is now available on Github.

https://github.com/openbsd/flashboot

// rancor

_______________________________________________
flashboot mailing list
flashboot <at> mindrot.org
https://lists.mindrot.org/mailman/listinfo/flashboot

Gmane