Software :: Where Is Slitaz Floppy-grub4dos Boot Disk?

Feb 18, 2011

I want to boot Slitaz on an old laptop that can't boot from the CD drive, so I need a boot floppy which can in turn boot from the CD.Over on http://slitaz.org/en/get/ there is a link to download the floppy-grub4dos boot disk, but the link is broken. Is there an alternate source for this disk?

View 2 Replies


ADVERTISEMENT

Hardware :: Cant Open A Floppy Disk On Floppy Drive

Jun 7, 2009

error message:Unable to scan Floppy Drive for media changes Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

View 1 Replies View Related

General :: Boot Debian Install Disk From Floppy?

May 4, 2010

I scored a Dell poweredge 6300 from a local pawn shop. It has the capability to boot from cd-rom, but apparently not with isolinux, which is what the debian installer cd uses. I was able to boot to UBCD411 (Ultimate Boot CD, which uses syslinux), but didn't see any option to boot to a CD (maybe I'm missing something here?). I tried using the boot floppy from this site. I didn't expect it to work (it's from the Woody era), and it did not. I got a message that says SYSLINUX ver.XXXX CBIOS boot failed. I went to [URL].. and looked for a boot floppy image for Lenny, but apparently it doesn't exist. I did however find the boot floppy image for Etch.

To be honest, even if I did find the Lenny floppy boot image, I'm not sure how to use it to point the system to the installer CD. So, I have two questions:

1) Does anyone know of a boot floppy image for Lenny, or if I could use the Etch boot floppy image?

2) How would one boot from floppy, then point the system to the installer CD?

System info:
(4) Xeon Pentium 2 processors 500 Mhz
(6) UltraSCSI hard drives
(1) SCSI cd-rom drive
(1) SCSI dvd-rom drive
(1) Floppy drive
(1) 10/100 NIC

I'm open to any other suggestions as to how I could install Debian Lenny on this machine.

View 5 Replies View Related

General :: Old Pc: Make A Bootable Single Floppy Disk To Boot With The Pendrive?

Sep 1, 2009

Nothing is working,[URL] My bootable pendrive is not seen by grub. The tab in grub, e, gives my 3 partitions only

[URL]

View 2 Replies View Related

Hardware :: Write A Floppy Boot Image To Floppy Drive (as Root)?

Feb 19, 2010

I am trying to write a floppy boot image to my floppy drive (as root):

Code:
dd if=boot.img of=/dev/fd0
dd: opening `/dev/fd0': Read-only file system

[code]....

View 8 Replies View Related

OpenSUSE Install :: How To Boot DVD ISO Using GRUB4DOS

Jul 9, 2011

I would like to install opensuse from hard disk, using GRUB4DOS (or other bootloader). My old notebook has broken cdrom and does not have support for boot from pendrive/external disk. Anyone tried this installation? I have installed Mandriva/Mageia exactly what I'm saying.
Installing Mandriva Linux - Mandriva Community Wiki

View 1 Replies View Related

Ubuntu :: How To Read Contents Of A Floppy Disk

Jan 8, 2011

I'm trying to read contents of a floppy disk, can't even find the disk, much less contents.

View 9 Replies View Related

Installation :: Bootable Floppy Disk Redirecting To USB?

Feb 10, 2010

I have a box that can not boot from USB, yet it can boot from floppy - how can I save the bootloader on a floppy and make it boot from USB?

View 1 Replies View Related

General :: Mounting A 'super' Floppy Disk?

Apr 23, 2011

I want to mount a 'super floppy' which is listed in the disk utility as /dev/sdb.

I am unsure of the sequence here. Should I first mount: mount /mnt/floppy ...or something similar And next edit the /etc/fstab file....or is this step not necessary.

Finally, this is vfat formatted. Should I try to reformat it in ext or leave it as is?

View 1 Replies View Related

Hardware :: No Floppy Disk Access-Ubuntu?

Oct 25, 2010

I know this is the 21st century, but there are a couple of floppies I needed to access and Ubuntu 10.10 couldn't read 'em. The floppy mounted, but with a disk in the drive I get "Media not found"....well, they work OK on Windoze. I found the solution on another forum. The latest version of udisks doesn't read floppies, but an old version will. You can't downgrade udisks from Synaptic, but there's a guide to downgrade here:[URL]It worked great, even for a n00b like me

View 1 Replies View Related

Fedora :: Mount Floppy Disk Image As Drive?

Jan 17, 2011

This probably is something simple, and may have already been addressed on here.I have a 1.4MB floppy disk image file that I would like to mount as a drive.

View 5 Replies View Related

OpenSUSE Hardware :: Copy Files To A Floppy Disk?

Apr 26, 2010

I cannot copy files to a floppy disk because access denied.

View 9 Replies View Related

OpenSUSE Install :: Cannot Mount CD Floppy Or USB Flash Disk

Jul 22, 2010

The system is 11.1 32 bit and used to work ok

All the drives function and mount normally under Parted Magic.

Sometimes a cd will mount after 15 mins or so but if it is ejected it will not remount. after that event the dmesg output is 3 times as long. As it is 35K chrs long it is too long to post!

I have changed hardware and cables with no effect.

I have run the repair option on the install disk. I get a cannot find floppy error

It also reports cups, hal, ntp & postfix as errors but if I select repair it still returns the same next time I run the repair routine.

It also says the bootloader is faulty if I select repair I go into an infinite loop so I exit with skip. Anyway the system boots ok and runs just fine apart from the cd/fdd/usb problem

View 3 Replies View Related

General :: How To Get Live CD To Start After Booting From Floppy Disk

Nov 18, 2010

I'm an experienced Linux developer who has run into a little problem. I'm using a National Instruments 8170 chassis, among the normal ports, it has a FDD and USB port but this model does not allow booting from a USB CDROM ( I tried a BIOS update, that didn't help either ). I made this cool customized 550MB FC8 LiveCD wtih X, GCC, various apps, etc. and a kernel 2.6.30 & 2.6.18 boot floppy disk with all the needed drivers. The floppy boots to a shell with all the busybox utils, etc. and detects the USB CDROM media and all its files.

My Question is: How do I get the kernel and initrd on the Live CD to start or boot after booting from the Floppy disk ?, I mean, I want to load linux again but this time from the CD after booting linux from floppy, if that makes sense. I'm just using the floppy to boot and recognize the USB CDROM. This can be done with MSDOS and loadlin but loadlin has an issue(it hangs) with the newer kernels (2.6.18 and greater). I searched for the loadlin source code to port it to linux but was unable to find it on the net.

View 1 Replies View Related

General :: Possible To Make Bootable Floppy Disk With PLOP?

Jan 4, 2010

For old machines, is this bootmanager plop floppy disk exists? [URL]

View 1 Replies View Related

Software :: Attempt To Format The Floppy Disk In /dev/fd0 Has Failed

Jan 9, 2011

When I try 'makebootdisk' and get to the 'format' stage, it tells me: "The attempt to format the floppy disk in /dev/fd0 has failed ..." The disk is fine, and can be read from, but the above msg. shows up instantly -- the light on the drive doesn't even come on. I'd expect this to be a routine problem but I can't find any solutions either here or on the web.

View 2 Replies View Related

Debian Multimedia :: How To Mount Floppy Disk Using Squeeze/LXDE?

Sep 11, 2011

I am trying to configure my test Squeze install on an older PC with LXDE desktop, and I can't seem to find anything which would enable me to mount a floppy.Then I tried to use the konsole as root mount -w /dev/fd0 /media/floppy0

But although this device and this mount point exist, nothing is mounted. I double checked with various floppies which I know have data on them and none of them are being mounted. The umount command would I expect be umount /media/floppy0 /dev/fd0...I tried searching the web and this forum and didn't find anything helpful. Can anyone help?

View 2 Replies View Related

Ubuntu :: Cdrom Or Floppy Disk Dont Seem To Auto-mount?

Jan 4, 2011

I have recently installed Xbuntu on my old laptop (An IBM iSeries 2621) - yes its an old piece of kit with a USB 1.0 port, a cd-drive and an internal floppy.My problem is that even though removable media are set to auto-mount in the settings; when I put a floppy disk in, or a CD-ROM, they do not auto-mount so I cant access the disks (the laptop does not have wireless (or even an rj45 port!! - it only has an internal 56k modem) - hence why I REALLY need to get the CD-ROM working and recognised by Xbuntu as I have burned some packages that id like to install to CD-ROM. (a working floppy would definately be a bonus as id like to save my documents there)

View 4 Replies View Related

General :: Difference Between Vfloppy And Virtual Floppy Disk Drive?

May 25, 2010

What is the difference between vfloppy and virtual floppy disk drive?

View 1 Replies View Related

Slackware :: Install Latest Lilo In Small Distro And Fit A 1.44 Mb Floppy Disk

May 22, 2010

I need a small distro... that i can fit into a 1.44 Mb floppy disk... so i can install latest lilo.

View 6 Replies View Related

Fedora :: F12 & Internal Floppy Drive - Floppy Formatting No Longer Works?

Dec 13, 2009

Is there something weird about the FLOPPY DRIVE on F12? Nothing associated with it works & I can't get an icon for it. Also the FLOPPY FORMATTER no longer works. (mine is an internal drive)- I had some really miner quirks with it in 10 but it worked. I had some workaround launchers that I used until an upgrade semi-fixed it. (It would give a false error that it couldn't run but did. I just ignored it.)

I tried to edit FSTAB to cure a problem of my BACKUP drive showing up twice*** so while I was in there I added the stuff for the floppy & it still doesn't work. If I try to mount it manually, I get the error that /dev/fd0 doesn't exist.I tried to find some info on it & it SEEMS that there MAY be a bug but I'm not sure as the info is a bit confusing as to just what version & such they are talking about. And there was also the problem that all the stuff seemed to be OLD or not related to my problem.I why I quite hacking at my system, is that all my workaround launchers & the formatter say that there are GNOME things missing & they can't run. So I figure that there is something missing or screwy already & that I'd better ask BEFORE I make things worse or actually break something.With the fact that floppies are about gone, it's getting to be not that big of a deal but I still find myself having to use them for repair purposes (albeit, not as much) & it gets to be a bit of a pain to fire up M$ just to do something like this.

*** It appears that the one in FSTAB was the one I needed, so where would the OTHER one be so I can get rid of it? Or at least make it auto mount.

View 12 Replies View Related

General :: Cannot Mount Floppy Drive While Creating Driver Floppy

Sep 23, 2009

I am having a Promise TX4650 RAID controller & trying to create a driver floppy for installing the drivers. Also am using RHEL 5, I can create the driver floppy, but when I type "mount /dev/fd0 /media/floppy" I get error: "mount: mount point /media/floppy does not exist".Can I get the files in a format other than the ext2 floppy image, so that we do not need to use a floppy drive?There is a readme file inside the driver archive & you can use that as a reference.

View 2 Replies View Related

General :: How To Boot USB Via Floppy?

Mar 12, 2011

I have several (small) bootable linux distros on USB sticks, and I would like to use them on several computers, some of which do not have USB boot support. Many of these also do not have a CD drive.In order to get around this problem I would like to create a bootable floppy disk that can load the system from the USB stick (similar to http://www.damnsmalllinux.org/wiki/i.../Boot_Floppies). I have found quite a few floppy images on the internet (like the one above), but I haven't yet got one that works and boots the USB sticks that I have (i.e. one that can boot Tiny Core).Is this actually possible (it seems to be, but I haven't got it to work yet) and does anyone know how I can do it?

View 3 Replies View Related

Fedora :: Using Floppy To Boot USB Drive?

Oct 2, 2009

I was wondering if anyone has a floppy image, or something similar that can help me boot my USB.My plan is to have Fedora LiveUSB on my USB... and whenever I need to help someone, or have to use a computer, I can easily pop in my usb, and run Fedora. One problem I've had is that some of my friends have older pcs, and also some of the computers at college are older.I heard that it is possible to force a usb to boot on a motherboard that doesn't support usb boot. I think it has something to do with installing grub on the floppy, and somehow making it install or run usb drivers. (Not entirely sure)One alternative to this that I came up with was to use one of those business card CD's, but apparently the size is too small(at least in the one's I've seen). Not only that, but I can't find them anywhere.

View 4 Replies View Related

Ubuntu Installation :: Cannot Boot From Cd/usb/floppy?

Sep 21, 2010

My computer doesn't support booting from a cd or a usb stick. I managed to install ubuntu (10.04) by using the utility program that came with the live cd. With it I was able to boot from cd and use the live cd., there still seems to be some leftover files of windows in the hard drive where I installed ubuntu. So my question is, how can I reinstall ubuntu so that it will format the whole drive. Is there perhaps a similar utility program for ubuntu that lets me boot from a live cd or can I do the reinstallation just using the already installed ubuntu?

View 7 Replies View Related

General :: Boot Any Usb Distro From Floppy

Mar 22, 2011

I have an old laptop I'd like to try Bodhi linux on from a usb stick. I've got it installed running on a newer laptop so I know the usb install works. I've searched considerably & haven't found the dummy version of how to boot any distro on usb from a floppy. I have used a DSL floppy to boot Damn small on usb. Is there an easy way to boot Bodhi or any other linux distro that is on usb using the same floppy? I type dsl fromusb to get damnsmall to run. Bodhi fromusb doesn't work.

View 1 Replies View Related

Slackware :: Floppy Boot Failing

Mar 13, 2010

I have an external 500gb usb drive with a bootable full install of slackware 12.2, and it also contains all the sets, patches, and extras for 12.2 in /usr/src, along with some other non slackware packages, like gparted, and I use it for rescue, backup, installation, etc.I used this disk with no errors, setting up 12.2 on my mother's dell, a pentium 4.However, my mom has an older gateway as well (a pentium 2) that she keeps around because it has M$ Publisher on it, and sometimes a student emails her a Publisher document, and she has to use her old sluggish beast to open it up.

I have not found an open source solution to open Publisher docs in Linux, so I have been trying to follow http://www.virtualbox.org/wiki/Migrate_Windows to migrate the her xp installation on her old box to a vdi to use with virtualbox.My first obstacle is that the cd drive in the old machine is non-functioning. My second obstacle is that her machine dates back to the days before the bios supported booting from usb.

I have never had the time to mess with network booting, and don't know how to set up a bootp server, so sticking with what I know, I thought I could install lilo on a floppy, and have it configured to boot my external usb. Originally, lilo was installed on the mbr of the usb, but for this project, I went ahead, using the pentium 4, and reinstalled the lilo boot loader on a floppy. I did this by mounting my external usb drive (which shows up as /dev/sda) and then binding /sys, /proc, and /dev to it, and chrooting into the external usb install. Then I modified lilo.conf and reran lilo. It worked, and now the external hard drive only boots on the pentium 4 when I have the floppy inserted into /dev/fd0. However, when I plug the external drive into the pentium 2's usb, and insert the floppy and try to boot, it never makes it to the lilo prompt, and just displays 10 lines of L 07 07 07 07 07 07 07 07 07..The boot order is correctly set in bios to try the floppy first. I thought I might have problems with the smp kernel on such an old system, and thought I might have to go back to huge.s, but I'm not even making it to the prompt...

View 4 Replies View Related

Networking :: "The Network Is Unreachable" - Floppy Disk Distro

May 28, 2011

I am building a v2.6 kernel floppy disk distro to run on a 1992 computer. FWIW The specs on the computer are

* 66 MHZ processor
* 12 MB ram
* 400 MB HD
* EGA monochrome video card

It runs Linux quite nice actually. I want to get it online with a null modem cable and use the other Linux box as a gateway to the internet. I have networking, TCP and slip support in the kernel. I do now know if I have all the needed network configuration files. I am able to ping 127.0.0.1. If I try to ping the other computer, I get a "network is unreachable" error. Tell me any commands to run on either box and I will attempt to do so. Remember the old computer is running a stripped down toolset since its only two floppies worth.

View 6 Replies View Related

Fedora Installation :: Setting Up Boot Floppy

Jan 23, 2009

My goal is to have a dual boot system with Windows and linux. When no floppy is loaded Windows should boot. When a linux boot floppy is loaded linux should boot.Windows (and its boot loader) are on hd0. I installed Fedora 10 to hd1 and had install put the boot loader on that drive. I followed the instructions in http://forums.fedoraforum.org/showthread.php?t=150913 to make a boot floppy. But when I use the boot floppy the system brings up the grub prompt and stops.

View 1 Replies View Related

Fedora Installation :: Create Boot Floppy

Nov 21, 2010

A while ago I made the jump from Mandriva to Fedora. I am very pleased with Fedora, but some things do not seem to be as easy as with Mandriva. Maybe I just got to find my way around and am not aware there are packages that will do what I want, so I think it is a good idea to ask here..Well - I have a multi-boot system. There are a few partitions to test out different Linux versions (like specialised music distro's with low-latency kernels). As a result the MBR gets overwritten by other installs now and then.In Mandriva it was possible to create a simple boot disk without any images - just a "link" or "jump" to vmlinuz etc. on the root partition from the main Linux system. I think only the MBR part was written on the floppy. It was very easy done in the control centre by choosing fd0 in stead of hda as boot medium.

This disk whas a life saver if the MBR was overwritten by another OS intall. I just put in the floppy and boot from that floppy strait into the standard grub menu and so I was able to re-create grub (by doing the same process but pointing to hda in stead of fd0 as boot medium).

Is there a way to create the same simple boot disc under Fedora 14?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved