Has anyone installed DOS afterpuppy?

Moderator: Forum moderators

Post Reply
sj60
Posts: 10
Joined: Tue Dec 08, 2020 1:14 am
Has thanked: 1 time

Has anyone installed DOS afterpuppy?

Post by sj60 »

Hi Puppy users

Has anyone installed MS DOS after installing puppy and what is the best way to do this?

My setup is bionicpup32 8.0 booting from the HDD. I have no other OS although Grub4Dos has the 'empty' boot option to Windows. By empty I mean it doesnt boot to anything.

I have 2 partitions on my boot HDD:
70 GB primary partition, boot flagged, ext3 formatted (this was preceded by an approx 1 MB unallocated space);
5 GB primary partition, ext3 linux swap file. ext3 seemed to work for me.

This is my boot menu:

Code: Select all

# menu.lst produced by grub4dosconfig-v1.9.3
color white/blue black/cyan white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0

# Full installed Linux

title BionicPup32 19.03 (sda1/boot)
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 ro 
  initrd /boot/initrd.gz

title BionicPup32 19.03 (sda1/boot)
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/sda1 ro 
  initrd /boot/initrd.gz

# Windows
# this entry searches Windows on the HDD and boot it up
title Windows\nBoot up Windows if installed
  errorcheck off
  find --set-root --ignore-floppies --ignore-cd  /bootmgr
  chainloader /bootmgr
  find --set-root --ignore-floppies --ignore-cd  /ntldr
  chainloader /ntldr
  find --set-root --ignore-floppies --ignore-cd   /io.sys
  chainloader /io.sys
  errorcheck on

# Advanced Menu
title Advanced menu
  configfile /menu-advanced.lst
  commandline

I want to install DOS 6.2 on a 100 MB FAT16 partition (is FAT16 possible now?).
Why DOS? because nostalgia has grabbed me.

What is the best way to do this to avoid any hiccups and given the above, and what modifications, if any, do I need to make to the 'Windows' boot loader?

I have been researching but all the info is about installing puppy AFTER you have DOS etc. I dont want to just go backwards as I suspect it might land me in trouble.

Many thanks!

Last edited by sj60 on Tue Jan 19, 2021 9:03 pm, edited 1 time in total.
s243a
Posts: 501
Joined: Mon Dec 09, 2019 7:29 pm
Has thanked: 90 times
Been thanked: 37 times

Re: Has anyone installed DOS afterpuppy?

Post by s243a »

Puppy Arcade has a dos emulator called dosbox.

User avatar
Grey
Posts: 2016
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 75 times
Been thanked: 375 times

Re: Has anyone installed DOS afterpuppy?

Post by Grey »

Perhaps, FreeDOS can help you deal with the feeling of nostalgia?
https://www.freedos.org/

Fossapup OS, Ryzen 5 3600 CPU, 64 GB RAM, GeForce GTX 1050 Ti 4 GB, Sound Blaster Audigy Rx with amplifier + Yamaha speakers for loud sound, USB Sound Blaster X-Fi Surround 5.1 Pro V3 + headphones for quiet sound.

User avatar
rockedge
Site Admin
Posts: 6375
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2570 times
Been thanked: 2532 times
Contact:

Re: Has anyone installed DOS afterpuppy?

Post by rockedge »

Best bet and works well is DOSBox. I've made PET files here:
http://rockedge.org/kernels/data/PET/Bi ... x86_64.pet
http://rockedge.org/kernels/data/PET/Bi ... 2-i686.pet

Then I've had good results running a VirtualBox machine formating a drive fat16 and installing DOS from virtual floppy drive images. Make sure to limit CPU cycles in the virtual machine's settings. I also got a network connection going and a ftp client to be able to load some software. There is a lot of DOS programs out there...most can be had for free.

User avatar
bigpup
Moderator
Posts: 6831
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 873 times
Been thanked: 1470 times

Re: Has anyone installed DOS afterpuppy?

Post by bigpup »

Grub4dos bootloader config always makes an entry for Windows, even if Windows is not on the computer.
All the Windows stuff can be deleted from the menu.lst file by opening the file in a text editor and editing it.
Also when you run Grub4dos config and it gets to the window showing what it is going to make for a menu.
Just delete the entry for Windows.
When Grub4dos config completes, no Windows entry will be in the menu.

The biggest reason to first install DOS. It's installer program may try to totally takeover the partition and format layout of the drive.
If that happens, Puppy is going to get removed.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

sj60
Posts: 10
Joined: Tue Dec 08, 2020 1:14 am
Has thanked: 1 time

Re: Has anyone installed DOS afterpuppy?

Post by sj60 »

Thanks @rockedge
I downloaded the 32bit pet file and am now playing around with it. Works pretty nicely. Takes some getting used to as its working through a vm. I would like to get direct access to the floppy and CD drives however rather than copy images of them. This is a basic question but can puppy access files I create once I end a dosbox session?
Thanks!

@Grey I will also be checking out freedos too.

Last edited by sj60 on Fri Jan 22, 2021 2:12 am, edited 1 time in total.
sj60
Posts: 10
Joined: Tue Dec 08, 2020 1:14 am
Has thanked: 1 time

Re: Has anyone installed DOS afterpuppy?

Post by sj60 »

Thanks @bigpup on your insights into Grub4Dos and the headsup on how things can go south going the other way. I will be treading carefully!

User avatar
rockedge
Site Admin
Posts: 6375
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2570 times
Been thanked: 2532 times
Contact:

Re: Has anyone installed DOS afterpuppy?

Post by rockedge »

sj60 wrote: Fri Jan 22, 2021 2:05 am

can puppy access files I create once I end a dosbox session?

Yes it is possible to access the files. I have all my DOS programs for example in /mnt/sda1/dos which I automatically mount as drive c:\ by adding the commands to the AUTOEXEC.BAT section at the bottom of the DOSBox.conf file.

screenshot-2.png
screenshot-2.png (36.01 KiB) Viewed 764 times

I have also Norton's Commander start up in the AUTOEXEC.BAT

If you run DOS in a VirtualBox machine make sure to limit the CPU cycles in the VBox settings! DOS was designed to run the CPU full speed always. So limiting the CPU to 60% (test what works for you) will keep the host system happy.

Post Reply

Return to “Install”