Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I also created a virtual machine in VirtualBox and successfully booted it. It asked for you to insert Disk 2 during the boot process. You need to have added your new floppy.img in the virtual media manager. You can then select Devices->Floppy Devices->floppy.img and hit Enter to continue the boot.
I must be nearly there, too. Unfortunately I am not quite able to get the second floppy to work properly.
I can see DISK2.TGZ in:
/media/image/DISK2.TGZ
When I use virtual box virtual media manager to navigate to the location of a floppy image, I canīt get it to see a floppy image. It just has a pink screen and there appear to be no floppy images available, except for the DISK1.IMG.
I tried following your instructions above.
They should have got it working for me, but I donīt know why, they didnīt. I canīt understand why.
One good thing is that a DISK2 did appear in my folder and this was recognized as a floppy image in the virtual device manager.
When i reached the insert disc 2 and hit enter moment, I got this:
cannot find valid MSDOS file system on dev 02:00
mount: Mounting /dev/fd0 on /fd failed
Thanks for helping me with this reed9. Really I should be able to get this thing running by now, but I just canīt. I have tried deleting everything and starting over again from the beginning but that didnīt work either.
Maybe this is the problem:
Some things I havenīt been able to delete, and I am using improperly prepared instances of files. For example, in my directory tree, I can see a place named
1.5 MB Filesystem
That must be the floppy disc or something that was created. I donīt know how to delete this. If I click on it, I get this message:
Unable to mount 1.5 MB Filesystem
Error mounting: mount: /dev/loop0: can't read superblock
Maybe that has something to do with the improper file system. If I could delete it and try what you pasted earlier, that would work. But I donīt know how to delete it.
Also, I have the following:
/media/image/DISK2.TGZ
/media/image2.gz (I created this trying my own ideas)
I would like to delete these 2 things, but I do not know how. I think if I could delete them, getting back to square one, I would then be able to get your procedure to work properly.
Thank you so much for having stayed with me on this problem! I really want to get this to work now!
If you have the floppy image you created still mounted on /media/image, that might be a reason it could not be read by VirtualBox. Does it not successfully unmount?
Code:
sudo umount /media/image
In any case, I wouldn't think those things should prevent you from creating a different image file and mount point to work with.
For those who had this problem and like me went out there for an answer, it's quite easy to do under Windows.
1. Open up 7-zip
2. Open Tools -> Options
3. Check tgz files
4. open up your tgz file and extract it somewhere
5. open up MagicISO (or something else that does the job, MagicISO is fine)
6. make your .img file with the extracted files from the .tgz
7. Enjoy
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.