JBaugher
2002-Apr-25 16:44 UTC
[syslinux] Format for the Hard Disk image that SYSLinux can boot.
I couldn't find this information on your site for SysLinux, and I'm sorry to bother you with this, now, but I was wondering what format of hard disk images SysLinux supports. Is it a raw format, or a format like drive image or ghost. Thank you for your time, Joseph Baugher -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/syslinux/attachments/20020425/6edb5c33/attachment.html>
jsiemes at web.de
2002-Apr-25 17:43 UTC
[syslinux] Format for the Hard Disk image that SYSLinux can boot.
Hi, don't post HTML here.>I couldn?t find this information on your site for SysLinux, and I?m sorry >to bother you with this, now, but I was wondering>whatformat of hard disk images SysLinuxsupports. Is it a raw format, or a >format like drive image or ghost.the memdisk interface (and AFAIK this is the only thing that deals with image files) supports floppy or hard disk images. All these are raw format, so you'll get a floppy image with 'dd if=/dev/fd0 of=image' and a hard disk image with 'dd if=/dev/hda of=image'. I don't know what ghost uses. Regards, Josef ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13
H. Peter Anvin
2002-Apr-25 18:37 UTC
[syslinux] Format for the Hard Disk image that SYSLinux can boot.
JBaugher wrote:> I couldn't find this information on your site for SysLinux, and I'm > sorry to bother you with this, now, but I was wondering > > what format of hard disk images SysLinux supports. Is it a raw format, > or a format like drive image or ghost. >It's an MS-DOS format: you need MBR+partition table+MS-DOS partition (FAT12 or FAT16). -hpa