Page 1 of 1

Middleton Linux

Posted: Sat Sep 03, 2016 12:46 pm
by walrustahiti
Hi everyone,

Has someone succeeded to flash Middleton BIOS using a USB key ? I'm using Linux and tried the two following commands (this was the most promising lead after hours of googling... sorry I'm a noob) :

Code: Select all

geteltorito -o bios.img 7nuj22uc.iso

Code: Select all

dd if=bios.img of=/dev/sdd bs=512k
I can't boot : I get the "non-system disk" error :(

Any hint ? Thanks ! (currently don't have any Windows box here at home)

P.S. : I'm trying to bring new life to honeypie, my X61s... Was trying to flash Middleton before putting a SSD drive.

Re: Middleton Linux

Posted: Sat Sep 03, 2016 1:31 pm
by RealBlackStuff
Middleton has a bootable .iso file in each download.
Use an external CD-burner/player to load the BIOS.

Re: Middleton Linux

Posted: Sun Sep 04, 2016 3:10 am
by jaspen-meyer
Check the USB is bootable.
sudo fdisk /dev/sdX
click p to view partition table and there should be an * in the boot column.

Other options:

OPTION 1
1. dd this image to your usb http://jesseo.com/thinkpads/dosboot.img

Code: Select all

wget http://jesseo.com/thinkpads/dosboot.img
dd if=dosboot.img of=/dev/sdX bs=512
2. extract files from iso
3. copy necessary files to usb
4. boot from usb

I made dosboot.img as follows:
1. format usb in windows with Rufus using its default settings for dos image
2. dd if=/dev/sdX of=dosboot.img bs=512 count=30000

OPTION 2
https://www.chtaube.eu/computers/freedos/bootable-usb/

Re: Middleton Linux

Posted: Sun Sep 04, 2016 5:50 pm
by walrustahiti
Hi guys,

Thanks for your replies ! I managed to flash Middleton BIOS yesterday thanks to you :) Now trying to get more memory and SSD disk to squeeze a few more years of my beloved X61s :)