Displaying 3 results from an estimated 3 matches for "f000ec59".
2004 May 22
1
PXElinux & memdisk
...command line : BOOT_IMAGE=memdisk initrd=sussboot.img
Disk is floppy, 1440 K, C/H/S = 80/2/18
Total size needed 1359 bytes, allocating 2K
Old dos memory at 0xa0c00 (map says 0xa0c00), loading at 0xa0400
1588: 0x0000 15e801: 0x0000 0x0000
INT 13 08 : Success, count = 1, BPT =f000:8487
old: int13 = f000ec59 int15 = f000f859
new: int13 = a0400008 int15 = a0400272
Loading boot sector...
And hangs at this point.
Any ideas what I may be doing wrong?
Thanks
Rob Keeling
--
I love deadlines. I love the whooshing noise they make as they go by.
- Douglas Adams
2005 Jan 11
2
[memdisk] remote booting diskless Mini-ITX system
...lin: initrd=dosrd.img BOOT_IMAGE=memdisk
Disk is hard disk, 20160 K, C/H/S = 40/16/63
Total size needed = 1425 bytes, allocating 2k
Old dos memory at 0x9fc00 (map says 0xa0000), loading at 0x9f400
1588: 0xffff 15E801: 0x3c00 0x0dc3
INT 13 08: Failure, assuming this is the only drive
old int 13: f000ec59 int 15: f000f859
new int 13: 9f400008 int 15: 9f40027c
Loading boot sector... booting...
---
After the last message, the system hangs.
Any clues? Is this because I'm using a hard disk image? Should I be
using a large floppy image?
Could this be an IDE controller issue? I do have a floppy...
2009 Apr 10
3
bug (I think) in gpxelinux.0 ?
Hi,
Currently I am building a new PXE boot environment and during that I noticed
something odd while attempting to boot using one of those universal
netbootdisks based on the '3Com Universal NDIS driver v1.00' (aka undis3c)
driver.
Using pxelinux.0 this works like a charm, but when I switch to gpxelinux.0
the 3Com driver bails out on me... all other configuration is the same. Have