search for: gmkrishn

Displaying 13 results from an estimated 13 matches for "gmkrishn".

2002 Oct 30
1
SYSLinux/ISOLinux question
...d it 'should' work. I have created some 2000 XP boot cd's with integrated recent service pack's and they still boot. But I do that with cdrecord+original boot sector, not with any isolinux stuff... But I hope this help! -----Original Message----- From: G. Murali Krishnan [mailto:gmkrishn at cs.uchicago.edu] Sent: Tuesday, October 29, 2002 1:44 AM To: H. Peter Anvin Cc: syslinux at zytor.com Subject: Re: [syslinux] SYSLinux/ISOLinux question Thanks a lot. Worked like a charm. The windows related stuff (see booting no-emulation image) did not work. Complained about NTLDR not fou...
2002 Oct 29
4
Booting a no-emulation image
...i ################################################################ # Ry 254, Ryerson Hall, # Ph : +1 773 702-1031 (Off) # # 1100 E 58th Street # +1 773 575-4836 (Cell) # # Chicago, IL - 60637, # URL : http://www.g-murali.com # # USA. # email: gmkrishn at cs.uchicago.edu # ################################################################
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
Hello all, I plan to make an (emergency) multi OS bootable CD which contain: - Win98 boot floppy (create from Win 98 control panel, add remove program) - WinME boot floppy (create from Win 98 control panel, add remove program) - Linux boot disk - Win NT boot disk - Win 2000 recovery console - Win XP recovery console - Winternal Administrative Pak (ERD Commander etc) I am new to Linux and feel
2004 Mar 25
4
Supporting WinImage compressed images
I am using PXELINUX, ISOLINUX, and memdisk in my project (http://unattended.sourceforge.net/). When memdisk gained support for compressed images, I started using it because it is cool. I used gzip to compress floppy.img to create floppy.imz, and all was good. But now my users are complaining that they cannot use WinImage (a Windows floppy image editing tool) to edit my floppy.imz files. I have
2002 Oct 29
2
SYSLINUX 2.01-pre1 released
This isn't strictly speaking a SYSLINUX release, it's a change to MEMDISK and mkdiskimage to allow the creation of hard disk images with DOSEMU headers. This should make it easier to create bootable DOS hard disk images under DOSEMU. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2002 Dec 01
1
SYSLINUX COM32 example in assembly (NASM)
Hello Where can I get example in assembly, using COM32 API ? I'm trying to make simple "Hello World" using COM32, but this code does not works 8-( org 0x101000 ; this number I get from comboot.doc _start: mov ecx,msge-msg mov ebx,msg mov ah,0x02 .L: mov dl, byte [ebx] inc ebx int 0x21 loop .L .Z: jmp .Z ; \infty loop msg: db "Hello World !" msge:
2006 Oct 07
3
boot once option
Can someone address the boot once option. Is it to hard for syslinux to write a flag file to file system or the blank space after the mbr? .conf bootonce Lable /boot/flagfile or .conf bootonce Lable1 /boot/flagfileLable1 bootonce Lable2 /boot/flagFileLable2 bootonce Lable2 /boot/flagFileLable2 skip the default option if the flag file is 0 size. Write something to the
2002 Nov 07
1
Thanks for pxelinux & memdisk
This message is from Luis F. Correia, who unfortunately could not post it himself to the list.... ---------------------------------------------------------------------------- -- Hi! I would like to thank you, H. Peter Anvin for creating this wonderful set of tools. The only thing that bothers me is the lack of proper examples in the docs. Syslinux and affiliates would certainly improve
2002 Nov 16
3
Dynamic Menu based on what isolinux can read from your local filesystem
Comments inline > -----Original Message----- > From: H. Peter Anvin [mailto:hpa at zytor.com] > Posted At: Thursday, November 14, 2002 1:40 AM > Posted To: Syslinux > Conversation: [syslinux] MSDOS not working: problem Solved > Subject: Re: [syslinux] MSDOS not working: problem Solved > > > G. Murali Krishnan wrote: > > > > In short: Is it possible to
2002 Nov 25
3
Trying to build ISOLinux Minimal CD
Okay.. I'm pulling out my hair, not having much luck trying to get ISOLinux (syslinux) running on my IBM x345 Server... I want to put my boot (syslinux) and root files (lib etc for modules) on the CDROM and just boot off of it to use PartImage... Not having much luck though.. For testing purposes I'm using the boot floopy I created using "The Linux Bootdisk HOWTO" and it
2006 Nov 22
2
Problem with "additional" submenus
Hello all, First off, thanks for the great work. I have recently added "more submenus" to a functioning advanced menu that only had one "submenu off of the main menu before" The addition of the new submenus has caused the main menu to not function correctly and I have been pouring over the code for several weeks and I just cannot see the error that I have introduced. This
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu). Consider: BIOS->(DHCP-TFTP)->pxelinux.0 works fine. BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy
2003 Apr 29
1
ISOLINUX/COM32 Command line
I have a small problem with my COM32 image. It is more related to how the COM32 images get their arguments. Here are the relavent parts of my isolinux.cfg ----- # default image = defimg default defimg # Boot automatically after 5 seconds timeout 50 # By default auto select image. If no autoselect list # found, then boot into prep label defimg kernel readker.c32 append prep