similar to: Booting a bootable CD-ROM

Displaying 20 results from an estimated 900 matches similar to: "Booting a bootable CD-ROM"

2016 Mar 21
0
Booting a bootable CD-ROM
To elaborate a little further.... The code that currently does the following is executed as part of a replacement for the BIOS interrupt 19h bootstrap process. 1) Issue an ATAPI command to read sector 11h 2) Use the value at offset 47h to read the validation entry and initial section entry 3) Use the loadrba value from the initial section entry to read the first sector of
2008 Feb 13
3
isolinux not booting - old 486 with SCSI CD writer
I am trying to install Debian Linux on an an old Intel Classic R+ computer that uses an internal Yamaha SCSI CD writer model CRW8424S connected to an Adaptec ISA SCSI card (I think its a 1542CP). The CD writer is is the only device connected to the SCSI card. The computer has one hard drive connected to the on-board IDE interface, a 1.44MB 3 1/2 inch floppy and a 1.2MB 5 1/4 inch floppy. The hard
2016 Mar 21
0
Booting a bootable CD-ROM
On 3/21/2016 08:08, Andy Pont via Syslinux wrote: > In order to get this to work am I going to need to hook int 13h so that I > can provide the correct responses to functions such as 4B01h and 42h or is > there a simpler way of achieving what I need? To the best of my knowledge, disk-based Syslinux expects INTerrupt 0x13 to be available. I don't understand why your strategy would
2014 Oct 10
2
答复: turn bootable USB into bootable iso image
ctrl-d to settings?than you can see the CDROM, choose to use the ISO image file. Sent from my Windows Phone ________________________________ ???: Steve Clark<mailto:sclark at netwolves.com> ????: ?2014/?10/?10 21:42 ???: CentOS mailing list<mailto:centos at centos.org> ??: [CentOS] turn bootable USB into bootable iso image Hello List I have a Bootable USB stick that we use to Boot
2002 May 19
2
ISOLINUX help requested (checksum error)
Hi Mr Anvin, after downloading the Freedos bootable cd, which now uses your projects (ISOLINUX & MEMDISK) instead of Bart Lagerweij's DISKEMU (www.nu2.nu), I contacted the creator of the freedos cdrom. I was interested in how he did make that cd bootable. Now I understand it a bit. As I'm a MS Windows user, I had to figure some things out. However, upon booting I get a beautiful
2012 Nov 23
2
Data frame manipulation
Hello, I have a table that was constructed in a wrong way (dput data on bottom - wrong data-frame): Local Mês Dia Colonia X6h X7h X8h X9h X10h X11h X12h X13h X14h X15h X16h X17h 1 Conceição Junho 1 3 2.16137 2.20412 2.08991 1.72428 1.69897 1.62325 1.44716 1.51851 1.43136 1.47712 1.51851 1.04139 2 Conceição Junho 2 3 2.46538 2.13672
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.
2013 Sep 17
0
[Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
[This email is either empty or too large to be displayed at this time]
2013 Dec 14
1
Convert bootable raw hdd image to bootable iso?
Hi, is it possible to convert a bootable raw hdd image including grub (originally created with grml-debootstrap) to a bootable iso somehow? Cheers, adrelanos
2014 Oct 10
1
turn bootable USB into bootable iso image
Hello List I have a Bootable USB stick that we use to Boot our servers and then install CentOS, PostgreSQL and our SW thru a Kickstart script. It works like a charm but now we are thinking of going Virtual and prepping Virtual CentOS servers under VMware ESXi. However, to have the same "Boot and Install" functionality I see no other solution than Booting a VMware machine from an ISO.
2008 Feb 13
1
Spec buffer size 13h v 13
Whilst looking at the 3.61 isolinux.asm file I noticed that the code uses a spec buffer size of 13h for the initial BIOS call with the drive number passed in in DL. It then uses a spec buffer size of 13 when scanning drive numbers from FFh to 81h Line 291 is mov byte [spec_packet],13h Lines 576 to 577 are mov si,spec_packet mov byte [si],13
2012 Mar 22
1
Bug#665070: xen: FTBFS: make[8]: *** No rule to make target `/usr/lib/ipxe/rtl8139.rom', needed by `eb-roms.h'. Stop.
Source: xen Version: 4.1.2-3 Severity: serious Tags: wheezy sid User: debian-qa at lists.debian.org Usertags: qa-ftbfs-20120321 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[7]: Entering directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/firmware' > /usr/bin/make -C etherboot
2008 Mar 25
3
Com32 api problem !
(sorry for my english if it is approximate !) I want to access harddisk from com32 api with PXELINUX. I try to use int 13h Extended Read Drive Parameters (48h), it doesn't works. Here is my code, I have an error 1 in AH return code. Int 13h Read Drive Parameters (08h) work well. ******************************************************************************************* struct params {
2007 Dec 11
3
How to disable hal's polling of CD-ROM drive in CentOS 5.1?
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media. How can I disable this polling in CentOS 5.1? Thanks.
2011 Dec 31
1
Unable to find cd-rom/DVD drive on this computer
I'm trying to install Morrowind on my computer. It installed fine from the DVD but when I try to play it it says Unable to find cd-rom/DVD drive on this computer. I have created a drive and mapped it to the DVD and set the type to CD-ROM without avail. Help?
2010 Apr 10
0
Bug#572147: RM: xen-unstable; RoM
Torsten Werner schrieb: > that is an almost empty bug report. Please elaborate a bit why the > package should be removed. Any reason, please? Torsten
2007 Apr 18
1
Handling PCI/ROM space
I'm seeing oopses in probe_roms() and pci_find_bios(), apparently because those pages are not mapped under Xen. I'm not sure why I'm seeing this now and not before, but I suspect its because I enabled CONFIG_DEBUG_PAGEALLOC. Anyway, I've got these patches to deal with these cases: --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c @@ -276,7 +276,14 @@ static
2007 Aug 25
0
Unable to boot from USB CD-ROM on AMD Geode LX800
I'm trying to build a bootable CD for an Advantech PCM-4153 board (based on an AMD Geode LX800) that will allow to boot from USB CD-ROM drive. I've created an ISO that will load ISOLINUX (3.51) and appears to load the kernel and initrd images, but reboots the system when it tries to run the kernel. When I use either isolinux.bin and isolinux-debug.bin, the last messages I see on screen
2009 Feb 02
0
CD-ROM virtualization
I''m new to Xen and I''m trying to scan the source codes. Anyone could please give me an overview of how the CD-ROM access is virtualized in Xen? What are the source files involved in that? Any quick explanation would be a great help. _________________________________________________________________ See all the ways you can stay connected to friends and family
2008 Dec 25
1
[Patch] Enable Option ROM write access
Hi, This patch is enabling write access during rom_scan. Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Best Regards, Akio Takebe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel