Difference: CemBootUSB (1 vs. 9)

Revision 907 Jul 2015 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool (under Windows 7, right click and run as Administrator)
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
sudo ./bootlace.com /dev/sda
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
   DEVICE=GRUB.EXE
   INSTALL=GRUB.EXE
   SHELL=GRUB.EXE
  • Edit menu.lst so it includes the following :
title Title of my bootable cd
map --mem --read-only (hd0,0)/image.iso (hd32)
map --hook
chainloader (hd32)
boot[/size]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

Files needed

  • grib4dos.zip: grub for dos (modifications to menu.lst and config.sys already done)

References

Boot your system from a floppy (Much easier)

  • insert floppy into drive
  • format floppy
    • mkfs -V -t msdos /dev/fd0
  • use grub to transfer boot loader to floppy
    • grub> find /boot/grub/stage1 (or find /grub/stage1)
      • (hd1,0)
    • grub> root (hd1,0) (this specifies the source bootloader)
    • grub> setup (fd0) (this transfers to the floppy)
    • grub> quit

Update - Making a bootable Acronis 2014 USB Flash for backup

  • use grub4dos
  • all setup done in linux
  • USB should be FAT32
  • unzip grub4dos (attached) onto USB drive
  • copy acronis2014.iso onto root of USB drive
  • assuming USB is /dev/sdb

install bootloader onto USB

Changed:
<
<
cd /mnt/usb/grub4dos
>
>
cd /mnt/usb/grub4dos-0.4.4
  sudo ./bootlace.com /dev/sdb cd ..
Changed:
<
<
cp grub4dos/grldr . cp grub4dos/grldr.mbr . cp grub4dos/menu.lst .
>
>
cp grub4dos-0.4.4/grldr . cp grub4dos-0.4.4/grldr.mbr . cp grub4dos-0.4.4/menu.lst .
 

Edit menu.lst as follows

color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default

title Acronis 
fallback 1
  map (hd0,0)/acronis2014.iso (hd32)
  map --hook
  root (hd32)
  chainloader (hd32)
  boot


title commandline
commandline

title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)

title back to dos
quit

title reboot
reboot

title halt
halt
Added:
>
>

files needed

 
  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Deleted:
<
<
* grub4dos-0.4.4-2009-06-20.zip: grub4dos, works for acronis 2014
 
Deleted:
<
<
* acronis2014.iso: bootable acronis 2014 cd image d148 1
 
META FILEATTACHMENT attr="" autoattached="1" comment="grub4dos, works for acronis 2014" date="1436244808" name="grub4dos-0.4.4-2009-06-20.zip" path="grub4dos-0.4.4-2009-06-20.zip" size="828933" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="bootable acronis 2014 cd image" date="1436250513" name="acronis2014.iso" path="acronis2014.iso" size="457703424" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="windows 98 boot files" date="1338917380" name="win98boot.zip" path="win98boot.zip" size="685454" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="HP boot USB creation utility" date="1338917404" name="SP27608.exe" path="SP27608.exe" size="2074384" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="grib for dos" date="1338917361" name="grib4dos.zip" path="grib4dos.zip" size="828087" user="Main.BillRice" version="1"
Deleted:
<
<
META FILEATTACHMENT attachment="acronis2014.iso" attr="" comment="bootable acronis 2014 cd image" date="1436250509" name="acronis2014.iso" path="acronis2014.iso" size="457703424" stream="acronis2014.iso" user="Main.BillRice" version="1"
 

Revision 807 Jul 2015 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool (under Windows 7, right click and run as Administrator)
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
sudo ./bootlace.com /dev/sda
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
   DEVICE=GRUB.EXE
   INSTALL=GRUB.EXE
   SHELL=GRUB.EXE
  • Edit menu.lst so it includes the following :
title Title of my bootable cd
map --mem --read-only (hd0,0)/image.iso (hd32)
map --hook
chainloader (hd32)
boot[/size]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

Files needed

  • grib4dos.zip: grub for dos (modifications to menu.lst and config.sys already done)

References

Boot your system from a floppy (Much easier)

  • insert floppy into drive
  • format floppy
    • mkfs -V -t msdos /dev/fd0
  • use grub to transfer boot loader to floppy
    • grub> find /boot/grub/stage1 (or find /grub/stage1)
      • (hd1,0)
    • grub> root (hd1,0) (this specifies the source bootloader)
    • grub> setup (fd0) (this transfers to the floppy)
    • grub> quit

Update - Making a bootable Acronis 2014 USB Flash for backup

  • use grub4dos
  • all setup done in linux
  • USB should be FAT32
  • unzip grub4dos (attached) onto USB drive
  • copy acronis2014.iso onto root of USB drive
  • assuming USB is /dev/sdb

install bootloader onto USB

   cd /mnt/usb/grub4dos
   sudo ./bootlace.com /dev/sdb
   cd ..
   cp grub4dos/grldr .
   cp grub4dos/grldr.mbr .
   cp grub4dos/menu.lst .

Edit menu.lst as follows

color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default

title Acronis 
fallback 1
  map (hd0,0)/acronis2014.iso (hd32)
  map --hook
  root (hd32)
  chainloader (hd32)
  boot


title commandline
commandline

title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)

title back to dos
quit

title reboot
reboot

title halt
halt

  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

* grub4dos-0.4.4-2009-06-20.zip: grub4dos, works for acronis 2014

Added:
>
>
* acronis2014.iso: bootable acronis 2014 cd image d148 1
META FILEATTACHMENT attr="" autoattached="1" comment="grub4dos, works for acronis 2014" date="1436244808" name="grub4dos-0.4.4-2009-06-20.zip" path="grub4dos-0.4.4-2009-06-20.zip" size="828933" user="Main.BillRice" version="1"
 
META FILEATTACHMENT attr="" autoattached="1" comment="bootable acronis 2014 cd image" date="1436250513" name="acronis2014.iso" path="acronis2014.iso" size="457703424" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="windows 98 boot files" date="1338917380" name="win98boot.zip" path="win98boot.zip" size="685454" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="HP boot USB creation utility" date="1338917404" name="SP27608.exe" path="SP27608.exe" size="2074384" user="Main.BillRice" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="grub4dos-0.4.4-2009-06-20.zip" attr="" comment="grub4dos, works for acronis 2014" date="1436244807" name="grub4dos-0.4.4-2009-06-20.zip" path="grub4dos-0.4.4-2009-06-20.zip" size="828933" stream="grub4dos-0.4.4-2009-06-20.zip" user="Main.BillRice" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="grib for dos" date="1338917361" name="grib4dos.zip" path="grib4dos.zip" size="828087" user="Main.BillRice" version="1"
 
META FILEATTACHMENT attachment="acronis2014.iso" attr="" comment="bootable acronis 2014 cd image" date="1436250509" name="acronis2014.iso" path="acronis2014.iso" size="457703424" stream="acronis2014.iso" user="Main.BillRice" version="1"

Revision 707 Jul 2015 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool (under Windows 7, right click and run as Administrator)
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
sudo ./bootlace.com /dev/sda
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
   DEVICE=GRUB.EXE
   INSTALL=GRUB.EXE
   SHELL=GRUB.EXE
  • Edit menu.lst so it includes the following :
title Title of my bootable cd
map --mem --read-only (hd0,0)/image.iso (hd32)
map --hook
chainloader (hd32)
boot[/size]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

Files needed

  • grib4dos.zip: grub for dos (modifications to menu.lst and config.sys already done)

References

Boot your system from a floppy (Much easier)

  • insert floppy into drive
  • format floppy
    • mkfs -V -t msdos /dev/fd0
  • use grub to transfer boot loader to floppy
    • grub> find /boot/grub/stage1 (or find /grub/stage1)
      • (hd1,0)
    • grub> root (hd1,0) (this specifies the source bootloader)
    • grub> setup (fd0) (this transfers to the floppy)
    • grub> quit
Added:
>
>

Update - Making a bootable Acronis 2014 USB Flash for backup

  • use grub4dos
  • all setup done in linux
  • USB should be FAT32
  • unzip grub4dos (attached) onto USB drive
  • copy acronis2014.iso onto root of USB drive
  • assuming USB is /dev/sdb

install bootloader onto USB

   cd /mnt/usb/grub4dos
   sudo ./bootlace.com /dev/sdb
   cd ..
   cp grub4dos/grldr .
   cp grub4dos/grldr.mbr .
   cp grub4dos/menu.lst .
 
Added:
>
>

Edit menu.lst as follows

color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
 
Added:
>
>
title Acronis fallback 1 map (hd0,0)/acronis2014.iso (hd32) map --hook root (hd32) chainloader (hd32) boot

title commandline commandline

title floppy (fd0) chainloader (fd0)+1 rootnoverify (fd0)

title back to dos quit

title reboot reboot

title halt halt

 
  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Added:
>
>
* grub4dos-0.4.4-2009-06-20.zip: grub4dos, works for acronis 2014
 
META FILEATTACHMENT attr="" autoattached="1" comment="bootable acronis 2014 cd image" date="1436250513" name="acronis2014.iso" path="acronis2014.iso" size="457703424" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="windows 98 boot files" date="1338917380" name="win98boot.zip" path="win98boot.zip" size="685454" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="HP boot USB creation utility" date="1338917404" name="SP27608.exe" path="SP27608.exe" size="2074384" user="Main.BillRice" version="1"
Added:
>
>
META FILEATTACHMENT attachment="grub4dos-0.4.4-2009-06-20.zip" attr="" comment="grub4dos, works for acronis 2014" date="1436244807" name="grub4dos-0.4.4-2009-06-20.zip" path="grub4dos-0.4.4-2009-06-20.zip" size="828933" stream="grub4dos-0.4.4-2009-06-20.zip" user="Main.BillRice" version="1"
 
META FILEATTACHMENT attachment="acronis2014.iso" attr="" comment="bootable acronis 2014 cd image" date="1436250509" name="acronis2014.iso" path="acronis2014.iso" size="457703424" stream="acronis2014.iso" user="Main.BillRice" version="1"

Revision 605 Jun 2012 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool (under Windows 7, right click and run as Administrator)
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
sudo ./bootlace.com /dev/sda
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
   DEVICE=GRUB.EXE
   INSTALL=GRUB.EXE
   SHELL=GRUB.EXE
  • Edit menu.lst so it includes the following :
title Title of my bootable cd
map --mem --read-only (hd0,0)/image.iso (hd32)
map --hook
chainloader (hd32)
boot[/size]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image
Added:
>
>

Files needed

  • grib4dos.zip: grub for dos (modifications to menu.lst and config.sys already done)

 

References

Boot your system from a floppy (Much easier)

  • insert floppy into drive
  • format floppy
    • mkfs -V -t msdos /dev/fd0
  • use grub to transfer boot loader to floppy
    • grub> find /boot/grub/stage1 (or find /grub/stage1)
      • (hd1,0)
    • grub> root (hd1,0) (this specifies the source bootloader)
    • grub> setup (fd0) (this transfers to the floppy)
    • grub> quit

  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Added:
>
>

META FILEATTACHMENT attr="" autoattached="1" comment="bootable acronis 2014 cd image" date="1436250513" name="acronis2014.iso" path="acronis2014.iso" size="457703424" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="windows 98 boot files" date="1338917380" name="win98boot.zip" path="win98boot.zip" size="685454" user="Main.BillRice" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="HP boot USB creation utility" date="1338917404" name="SP27608.exe" path="SP27608.exe" size="2074384" user="Main.BillRice" version="1"
META FILEATTACHMENT attachment="acronis2014.iso" attr="" comment="bootable acronis 2014 cd image" date="1436250509" name="acronis2014.iso" path="acronis2014.iso" size="457703424" stream="acronis2014.iso" user="Main.BillRice" version="1"
 

Revision 531 May 2012 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
Changed:
<
<
  • Run HP USB Disk Storage tool
>
>
  • Run HP USB Disk Storage tool (under Windows 7, right click and run as Administrator)
 
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
sudo ./bootlace.com /dev/sda
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
   DEVICE=GRUB.EXE
   INSTALL=GRUB.EXE
   SHELL=GRUB.EXE
  • Edit menu.lst so it includes the following :
title Title of my bootable cd
map --mem --read-only (hd0,0)/image.iso (hd32)
map --hook
chainloader (hd32)
boot[/size]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

References

Boot your system from a floppy (Much easier)

  • insert floppy into drive
  • format floppy
    • mkfs -V -t msdos /dev/fd0
  • use grub to transfer boot loader to floppy
    • grub> find /boot/grub/stage1 (or find /grub/stage1)
      • (hd1,0)
    • grub> root (hd1,0) (this specifies the source bootloader)
    • grub> setup (fd0) (this transfers to the floppy)
    • grub> quit

  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Revision 416 Sep 2009 - Main.DavidStokes

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
sudo ./bootlace.com /dev/sda
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
   DEVICE=GRUB.EXE
   INSTALL=GRUB.EXE
   SHELL=GRUB.EXE
  • Edit menu.lst so it includes the following :
title Title of my bootable cd
map --mem --read-only (hd0,0)/image.iso (hd32)
map --hook
chainloader (hd32)
boot[/size]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

References

Added:
>
>

Boot your system from a floppy (Much easier)

  • insert floppy into drive
  • format floppy
    • mkfs -V -t msdos /dev/fd0
  • use grub to transfer boot loader to floppy
    • grub> find /boot/grub/stage1 (or find /grub/stage1)
      • (hd1,0)
    • grub> root (hd1,0) (this specifies the source bootloader)
    • grub> setup (fd0) (this transfers to the floppy)
    • grub> quit
 
  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Revision 320 Mar 2009 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
Changed:
<
<
[verbatim]
>
>
 sudo ./bootlace.com /dev/sda
Changed:
<
<
[/verbatim]
>
>
 
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
Changed:
<
<
[verbatim]
>
>
  DEVICE=GRUB.EXE INSTALL=GRUB.EXE SHELL=GRUB.EXE
Changed:
<
<
[/verbatim]
>
>
 
  • Edit menu.lst so it includes the following :
Changed:
<
<
[verbatim]
>
>
 title Title of my bootable cd map --mem --read-only (hd0,0)/image.iso (hd32) map --hook chainloader (hd32) boot[/size]
Changed:
<
<
[/verbatim]
>
>
 
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

References

  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Revision 220 Mar 2009 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
[verbatim] sudo ./bootlace.com /dev/sda [/verbatim]
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
[verbatim] DEVICE=GRUB.EXE INSTALL=GRUB.EXE SHELL=GRUB.EXE [/verbatim]
  • Edit menu.lst so it includes the following :
[verbatim] title Title of my bootable cd map --mem --read-only (hd0,0)/image.iso (hd32) map --hook chainloader (hd32) boot[/size] [/verbatim]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image
Added:
>
>

References

 
  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

Revision 120 Mar 2009 - Main.BillRice

 
META TOPICPARENT name="CemIT"
Contents

Making a bootable USB thumbdrive from a bootable Windows CD

Background

  • Tietz PC on J2100 has non-functional CDROM drive
  • Need to back up this PC (clone the drive), and need to boot from other media

Preparation

  • USB thumb drive (1 GB plenty of space)
  • HP USB Disk Storage tool -- Windows program which formats USB drive as FAT32, writes MBR, adds DOS files
  • Windows 98 system files -- the MS DOS needed to boot
  • Grub4DOS -- needed to boot into CD image
  • Bootable CD ROM

Procedure

  • Plug USB drive into Windows XP computer (drive will be wiped)
  • On Windows XP, install HP USB Disk Storage tool
  • On Windows XP, unzip the Windows 98 system files into some temporary folder
  • Run HP USB Disk Storage tool
  • Choose to install system files, and select directory of unzipped Win98 files
  • Can now remove USB drive
  • Plug USB drive into linux box and mount it (say it is at sda)
  • In linux, make image of CD using K3b or equivalent
  • Copy image onto USB drive (say it is "image.iso")
  • unzip the program grub4dos
  • Install grub onto USB drive as follows
[verbatim] sudo ./bootlace.com /dev/sda [/verbatim]
  • copy following files from grub4dos onto USB drive:
    • config.sys
    • grldr
    • grldr.mbr (maybe not needed?)
    • grub
    • grub.exe
    • menu.lst
  • Edit config.sys so it reads as follows:
[verbatim] DEVICE=GRUB.EXE INSTALL=GRUB.EXE SHELL=GRUB.EXE [/verbatim]
  • Edit menu.lst so it includes the following :
[verbatim] title Title of my bootable cd map --mem --read-only (hd0,0)/image.iso (hd32) map --hook chainloader (hd32) boot[/size] [/verbatim]
  • Can delete most/all other titles from menu.lst, as they are not relevant
  • Drive is now ready

Use

  • Insert USB drive into system
  • Reboot, choose bootable USB device
  • Menu should come up with option to boot from cd image

  • Set ALLOWTOPICVIEW =

-- BillRice - 20 Mar 2009

 
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this intranet, Send feedback