Path: utzoo!attcan!uunet!mcvax!unido!tub!tmpmbx!netmbx!felix From: felix@netmbx.UUCP (Felix Gaehtgens) Newsgroups: comp.unix.xenix Subject: Re: bootable floppy: now what? Message-ID: <1994@netmbx.UUCP> Date: 15 Jan 89 17:12:53 GMT References: <1989Jan12.222309.22766@gpu.utcs.toronto.edu> <3700016@eecs.nwu.edu> Reply-To: felix@netmbx.UUCP (Felix Gaehtgens) Organization: netmbx Public Access Unix, Berlin, West Germany Lines: 31 In article <3700016@eecs.nwu.edu> skrenta@eecs.nwu.edu (Richard Skrenta) writes: >I know this is an RTFM kinda problem, but I can't find it.... > >Could someone tell me how to make a bootable floppy? insert an (empty, of course) floppy in your disk drive and type: mkdev fd after this, you have a bootable floppy in your drive. BUT: there is no csh, no ls, rm, cpio, etc. so you should mount the floppy with mount /dev/fd096ds15 /mnt (assuming you've got a 1.2 meg floppy) and copy these files to /mnt/bin. then, you should make a special device entry for your hard disk partition so that you can mount and fsck it if you have to boot from your floppy. do this with the command: mknod /mnt/dev/hdpart b 1 40 then, just sync and umount /dev/fd096ds15. you then have a "last hope" floppy with which you can try to recover your hd partition if it won't boot. i once had to "repair" a hard disk partition of a customer, where the kernel was messed up and did not have anything but the original N1 boot disk (286). it was nasty work, but i finally suceeded (after MKNODing a couple of times, running fsck, mount, copying the kernel, branding the kernel, etc.). this taught me to *always* make a bootable "work disk" after installing xenix on a computer. so long, felix -- BANG: ..pyramid!tub!netmbx!xaos!felix SMART: felix@xaos.sub >In as much as a number of excellent hallucinogens already exist, I would not >reccomend going to the trouble of extracting the adrenal gland from living >humans. I personally also have ethical problems with this procedure ....