[SeaBIOS] Re: Custom-sized, large floppy images?

2020-04-03 Thread Rafael Send
Hi Mike- I followed this method: http://failverse.com/creating-a-non-standard-size-bootable-floppy-image-for-pxe-boot/ That worked, the rest was just making SeaBIOS (at the time) try to read them, as per the discussion. FWIW I managed to increase my ROM chip size from 8 to 16MB and stuff it with

[SeaBIOS] Re: Cannot load Windows installers (or anything besides Linux live USBs, for that matter)

2019-10-23 Thread Rafael Send
if the requirements are documented... Cheers, Rafael On Mon, Oct 21, 2019 at 8:19 AM Kevin O'Connor wrote: > On Mon, Oct 14, 2019 at 11:01:59PM -0700, Rafael Send wrote: > > Hi, > > I've built SeaBIOS 1.12.1 with coreboot for the Thinkpad X210 (51nb > > aftermarket board). &g

[SeaBIOS] Cannot load Windows installers (or anything besides Linux live USBs, for that matter)

2019-10-15 Thread Rafael Send
Hi, I've built SeaBIOS 1.12.1 with coreboot for the Thinkpad X210 (51nb aftermarket board). Generally I can get into SeaBIOS itself just fine, but I haven't had any luck loading much of anything besides Linux Live. Tianocore & other payloads work just fine as far as I can tell. I've prepared

[SeaBIOS] Re: How to build SeaBIOS as CSM for Tianocore?

2019-08-19 Thread Rafael Send
Right, but I'm not building for OVMF, I'm making a Coreboot payload. Does that option still exist there? Rafael On Mon, Aug 19, 2019 at 12:39 AM Gerd Hoffmann wrote: > On Fri, Aug 16, 2019 at 04:31:16PM -0700, Rafael Send wrote: > > Hi all- > > I've found only vague refe

[SeaBIOS] How to build SeaBIOS as CSM for Tianocore?

2019-08-16 Thread Rafael Send
Hi all- I've found only vague references to doing this ( https://www.seabios.org/Build_overview#Build_as_a_UEFI_Compatibility_Support_Module_.28CSM.29), and no real guides / examples. Before I go on a wild goose chase, has anyone tried this before? I've tried the other way around, loading DUET

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-19 Thread Rafael Send
ther > helps something to work (e.g. some wonderful floppy-based OS which > relies on the BIOS calls) or simply being inactive if the OS is not > using this environment. > > On Fri, Apr 19, 2019 at 3:12 PM Peter Stuge wrote: > > > > Rafael Send wrote: > > > I had alre

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-19 Thread Rafael Send
an old version has it? I'll investigate. Thanks for the hints so far, either way! R Peter Stuge schrieb am Fr., 19. Apr. 2019, 05:12: > Rafael Send wrote: > > I had already testes the coreboot + Linux kernel without SeaBIOS, > > that works fine. > > That's a great start! So d

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-18 Thread Rafael Send
ere. > > On Fri, Apr 19, 2019 at 8:19 AM Rafael Send > wrote: > > > > Mike- > > I left the datarate as is, but I did introduce a new line for a new > "type" of floppy in the area you mention, yes. > > > > Sector size should still be 512, I di

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-18 Thread Rafael Send
t; However it seems I'll have to increase the max_track value at line 69 > from 79 to 799 . (also, why at line 61 there's "18" sectors and not > "36" ? (the number of sectors at the largest 2.88MB floppy)) ... > > So I'm sure that a larger floppy format is doabl

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-18 Thread Rafael Send
FWIW, for my large floppy the size is detected correctly, as in the following output: "phys_alloc zone=0x07f41ea8 size=16777216 align =1000 ret=6f2f000 (detail=0x07f315b0)" It LOOKS like it's also being assigned correctly... R On Thu, Apr 18, 2019 at 1:49 PM Rafael Send wrot

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-18 Thread Rafael Send
Mike- The print statements didn't really help too much (so far). However, I did get a TINY bit further by playing with the disk geometry. Now I get: "Loading vmlinuz...CHS: Error 0101 reading sector 18277 (8/59/6) Loading core.gz...CHS: Error 0101 reading sector 457 (0/16/1) Booting kernel

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-18 Thread Rafael Send
is an ELF file, right? How would that step go (vmlinuz -> ELF)? R Peter Stuge schrieb am Do., 18. Apr. 2019, 06:06: > Rafael Send wrote: > > Alternatively, would it be possible to create an ELF file out of a Linux > > kernel+initrd / bootable image? > > Sure, and I find it

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-17 Thread Rafael Send
let me know if > there are any problems. When you're running QEMU with -serial stdio , > it should output those debug messages into your console, if the debug > level of these messages is higher than what's set at your SeaBIOS > config. > > Best regards, > Mike Banon > > On T

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-16 Thread Rafael Send
> -net user -soundhw ac97 -bios ./coreboot.rom -boot menu=on -serial stdio > Best regards, > Mike Banon > > On Mon, Apr 15, 2019 at 6:12 PM Rafael Send > wrote: > > > > I haven't gotten around to poking at SeaBIOS yet, I'm still wondering > how to test my large f

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-15 Thread Rafael Send
stom ( 1.44MB * X ) size. > > On Sun, Apr 14, 2019 at 6:12 PM Kevin O'Connor wrote: > > > > On Fri, Apr 12, 2019 at 11:38:52AM -0700, Rafael Send wrote: > > > Hi, > > > I'm working on stuffing a bootable Linux distro into coreboot. In > QEMU I > > >

[SeaBIOS] Re: Custom-sized, large floppy images?

2019-04-13 Thread Rafael Send
oreboot+SeaBIOS build for > QEMU and add a floppy there. > > Best regards, > Mike Banon > > On Fri, Apr 12, 2019 at 9:39 PM Rafael Send > wrote: > > > > Hi, > > I'm working on stuffing a bootable Linux distro into coreboot. In QEMU > I already succeded b

[SeaBIOS] Custom-sized, large floppy images?

2019-04-12 Thread Rafael Send
Hi, I'm working on stuffing a bootable Linux distro into coreboot. In QEMU I already succeded by using coreboot's built-in kernel loading mechanism, but that's without SeaBIOS. I'd love to have it as a SeaBIOS payload so I can also boot other things, but I guess I'd have to create a custom-sized