Note: You are viewing an old version of this page. View the current version.

Differences between version 2 and previous revision of 2.88Boot.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on Wednesday, 17 December 2008 7:18:03 by CyberLeo Revert
Older page: version 1 Last edited on Wednesday, 17 December 2008 6:51:25 by CyberLeo Revert
@@ -9,8 +9,10 @@
 <verbatim> 
 dd if=/dev/zero of=floppy.img bs=1024 count=2880 
 mkdosfs -vvv floppy.img 
 </verbatim> 
+  
+[Upload:2.88Boot-1.png]  
  
 Launch dosbox 
 <verbatim> 
 dosbox 
@@ -21,11 +23,17 @@
 mount c ~/boot 
 c: 
 boot win98s~1.img floppy.img 
 </verbatim> 
+  
+[Upload:2.88Boot-2.png]  
+[Upload:2.88Boot-3.png]  
  
 After win98seboot boots, you will be dropped to a prompt. Copy the system over to the B: disk 
 <verbatim> 
 sys b: 
 </verbatim> 
+  
+[Upload:2.88Boot-4.png]  
+[Upload:2.88Boot-5.png]  
  
 All done! 

version 2

mkdir ~/boot
cd ~/boot

Grab a copy of win98seboot.img

Create a blank 2.88MB floppy image and format as FAT12

dd if=/dev/zero of=floppy.img bs=1024 count=2880
mkdosfs -vvv floppy.img

Launch dosbox

dosbox

Within dosbox, mount the directory containing the images, and issue a boot command.

mount c ~/boot
c:
boot win98s~1.img floppy.img

After win98seboot boots, you will be dropped to a prompt. Copy the system over to the B: disk

sys b:

All done!