LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 06-17-2016, 09:27 PM   #1
svengolster
LQ Newbie
 
Registered: Dec 2013
Location: Oregon
Distribution: Mint13
Posts: 15

Rep: Reputation: Disabled
Win98 virtual boot floppy needed for VBox in Mint 17


Hello, I have Mint 17 Raphael with VBox 5.0 installed. In order to install Win98 in VBox I need to make a virtual floppy that is bootable. Here's what I have found and tried:

I make a folder called floppy in my home folder.
Then in the terminal:
Code:
$ mkfs.vfat -C "floppy.img" 1440
$ sudo mount -o loop,uid=$UID -t vfat "floppy.img" /home/chu/floppy/
that Puts a hard drive icon on the folder named floppy and a 1.5 MB Volume on my desktop. I also have on my desktop a folder named 98BOOT that contains all the files from a Win98 boot floppy. I can copy all those files and paste them into the 1.5 MB Volume. Unmount the Volume, start VBox, add floppy.img to Controller: Floppy. The Win98.vdi file is . At boot time the message is "This is not a bootable disk. Please insert a bootable floppy and press any key.........". I have worked on this for many hours and have come to the end of my ingenuity lol. I got lost in the man pages, searched the web and tried dd, cat, cp and other ideas as well. I just need pointed in the right direction, I think,,,,So maybe someone might know how to boot in VBox to start the win98 install with no physical floppy and I will also need to make iso's of win 3.11 floppies because my 98 is an Upgrade version. Also I have tried booting with the volume mounted. Thanks
 
Old 06-17-2016, 09:42 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
You are trying to boot an image with no boot code on it - think of it as your Mint system without grub in the MBR. The machine wouldn't boot.
Do you have the original floppy ?. And a drive ?. If so (under Linux) just dd the floppy to the image file - it should be bootable immediately.
Otherwise you'll have to embed boot code - used to be you would use the "sys" command under MS-DOS; don't know how you'd do it from Linux.
 
Old 06-17-2016, 10:22 PM   #3
svengolster
LQ Newbie
 
Registered: Dec 2013
Location: Oregon
Distribution: Mint13
Posts: 15

Original Poster
Rep: Reputation: Disabled
thanks

OK by using DD to copy the disk it gets the boot sector too. That's what I missed. I do have the floppy but the drive is in a machine that won't install any Linux OS I can use otherwise I would have dd'd the disk into the 1.5 volume. If I could make an image of that floppy in win98, I could transfer it to my Linux box but I find no dos commands to do that.
 
Old 06-17-2016, 10:46 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
If it's that important to you, pull the drive out and stick it in a Linux machine. I keep an old floppy and cable in a cupboard. Haven't needed it for years, but I did to look at some OS/2 boot disks a while back.
 
Old 06-18-2016, 05:34 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,694

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
I have not played with any of these but this should get you going.

http://www.allbootdisks.com
 
Old 06-18-2016, 08:57 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
I have not played with any of these but this should get you going.

http://www.allbootdisks.com
DOS6.22_bootdisk.iso there.
 
Old 06-18-2016, 07:08 PM   #7
svengolster
LQ Newbie
 
Registered: Dec 2013
Location: Oregon
Distribution: Mint13
Posts: 15

Original Poster
Rep: Reputation: Disabled
got it working

OK, syg00. The boot part was the problem. I finally got linux to recognize the floppy disk (I don't know how for sure; I think it was the manual entry in fstab '/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0.
then
Code:
 dd if=/dev/fd0 of=/home/media/Lex32/98SE_BOOT.img
put the flash drive in my machine with Mint 17, started VBox, added new floppy drive pointed to the file on the flash drive. Started the win98 virtual machine and it did boot up with the options to start with CD support. So that is done and thank you all for participating.
 
Old 06-19-2016, 07:46 AM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Good job and well done!
 
Old 06-20-2016, 06:52 PM   #9
svengolster
LQ Newbie
 
Registered: Dec 2013
Location: Oregon
Distribution: Mint13
Posts: 15

Original Poster
Rep: Reputation: Disabled
Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
On Linux Mint - which Vbox is the best to use? kkazia Linux - Newbie 11 12-09-2015 04:40 AM
Boot loader on floppy needed or1onas Linux - Newbie 1 02-15-2005 03:00 AM
suse 9.0 boot floppy help needed please Lumberjack Linux - Newbie 2 01-21-2004 10:25 AM
Installation help needed, can't boot from pcmcia DVD-ROM and no floppy TheGr81 Linux - General 2 02-18-2003 09:15 PM
Linux/Win98 Dual Boot, Win98 won't boot TIMMY! Linux - Software 21 04-18-2001 03:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 10:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration