I installed Ubuntu 5.10 again on my good old laptop, but I made a booboo. I told it to overwrite the MBR. It overwrote the Windows 2000 MBR. I used my Windows 98 boot disk to fdisk /mbr. Destroyed the partition table. I tried booting with W2K boot disk, but it could never read the 2nd disk for some reason. I used Partition Magic 8.0 Boot Disks to recreate the partition in hopes of repairing the table. Still broken. Worse still, the Windows 98 boot disk doesn't recognize my 2nd partition, a FAT32 with a Norton Ghost image on it of the C: drive.
Didn't sleep well last night. Today, I downloaded a boot disk that used FreeDOS. It could read the (broken?) partition table and loaded my D: partition with the Ghost image!
FreeDOS to the Rescue
Related Posts:
Disable automatic update check for macOSNot sure if this works. sudo defaults write com.apple.SoftwareUpdate AutomaticCheckEnabled 0 … Read More
My temporary development environmentHere is how I set up my tools on a computer I'm temporarily using, such as one at the library. Putty Download putty from www.chiark.greenend.org.uk… Read More
Fixing sound on RetroPie after updating and installing Desktop EnvironmentI started out by imaging retropie-buster-4.7.1-rpi2_3.img.gz onto an SD card for a Raspberry Pi 3 B. Then I updated the software using the menus in Em… Read More
sed basicsTo replace all instances of http://www.youtube in html files to https://www.youtube: find . -name "*.html" -exec sed -i 's|http://www.youtube|https:/… Read More
ffmpeg write mp3 metadataTo create an mp3 file with some ID3 metadata. This example is to create files corresponding to chapters of an audiobook. Shell script: #!/bin/sh# Conv… Read More
0 comments:
Post a Comment