Page 7 of 17 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 167

Thread: HOWTO: Flash BIOS, The Ubuntu Way

  1. #61
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    @bja888,

    Very happy to hear you found this thread and that it was able to help you get your board working again.

  2. #62
    Join Date
    Jan 2008
    Beans
    7

    Question Re: HOWTO: Flash BIOS, The Ubuntu Way

    yo thanks. nice how to. how can you do this using a live cd?

  3. #63
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    Quote Originally Posted by ender353 View Post
    yo thanks. nice how to. how can you do this using a live cd?
    Not sure. Might be tricky. Theoretically I suppose you could roll your own distro and add the flashing files to it and force it to load on boot, thereby allowing a BIOS flash before entering a live environment. Other than that, not sure. Alternatives to this HOWTO are to use a USB flash drive, a burned CD w/BIOS files, or a floppy.

    EDIT: I assume you mean using a live Ubuntu CD, for example?
    Last edited by ciscosurfer; January 5th, 2009 at 06:54 PM.

  4. #64
    Join Date
    Nov 2008
    Location
    127.0.0.1
    Beans
    12
    Distro
    Lubuntu

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    Can you give any suggestion as to why I run out of space on the device???

    johnny@heythere-desktop:~$ cd Desktop
    johnny@heythere-desktop:~/Desktop$ cd jaystonish
    johnny@heythere-desktop:~/Desktop/jaystonish$ sudo gunzip FDOEM.144.gz
    [sudo] password for johnny:
    johnny@heythere-desktop:~/Desktop/jaystonish$ dir
    AFUDOS.exe FDOEM.144 S8VM1023.ROM
    johnny@heythere-desktop:~/Desktop/jaystonish$ mkdir /mnt/temp
    mkdir: cannot create directory `/mnt/temp': File exists
    johnny@heythere-desktop:~/Desktop/jaystonish$ sudo modprobe loop
    johnny@heythere-desktop:~/Desktop/jaystonish$ sudo mount -o loop -t vfat FDOEM.144 /mnt/temp
    johnny@heythere-desktop:~/Desktop/jaystonish$ sudo cp ~/Desktop/jaystonish/* /mnt/temp
    cp: writing `/mnt/temp/FDOEM.144': No space left on device
    cp: writing `/mnt/temp/S8VM1023.ROM': No space left on device
    johnny@heythere-desktop:~/Desktop/jaystonish$
    Thanks in advance!
    404 -user not found

    http://rexmo.net

  5. #65
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    rexmo,

    You shouldn't need to use sudo when gunzipping the FDOEM.144 image, you should however use sudo or get root when creating the temp directory under /mnt

    Is /mnt its own partition? Does it have enough available space? You can run a df -h to what's going on. Does /mnt/temp even exist? Change directories or take a file listing to see. How big is the image you are trying to copy over including your new flash rom? Which method (floppy, CD, other) are you attempting to copy to?

    What I think is occuring is that the file AFUDOS.exe is too large and will not fit nicely into the 1.44 MB FreeDOS image we are using. There are alternative methods in this thread (links in the main post as well as comments throughout the thread) that can help you to flash using other means (there are even 2.88 MB images available if you need just a little more room).

    Lastly, have you checked to see if your board can be flashed using a native Linux utility? If so, I would suggest going that route b/c it might be easier.

  6. #66
    Join Date
    Nov 2008
    Location
    127.0.0.1
    Beans
    12
    Distro
    Lubuntu

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    Ok, I think the AFUDOS.EXE is well over 1.2 MB and that doesn't leave enough room for the .ROM BIOS file.

    I am using this process to create a bootable CD so using any image up to about 740 MB should be fine.

    I currently cannot update the bios of my friends computer without creating a bootable CD because is does not have an OS yet and I need the update to install UBUNTU.

    Is the 2.88 or even larger image file availabe through the FreeDOS link?
    Could you send me the links?

    Thanks very much!!!
    404 -user not found

    http://rexmo.net

  7. #67
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    A link to these images was posted in the Howto found on the first page, but here it is again for your convenience: http://www.fdos.org/bootdisks/

    You should be able to find what you are looking for on that page.

    Good luck!

  8. #68
    Join Date
    Feb 2009
    Beans
    1

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    Great How-to

    BUT it failed to work on Acer TravelMate 6592 with the following message:
    (freeDOS) "InitDiskBad or missing Command Interpreter"

    It is because the current BIOS on the laptop does not support a floppy drive (A...

    Maybe ciscosurfer can add that as a note to save someone else some time - please.

    It works on a desktop though.

    rean

  9. #69
    Join Date
    Feb 2007
    Location
    Vancouver, WA
    Beans
    47
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Flash BIOS, The Ubuntu Way

    Very informative, very nice indeed!
    Definitely going to remember this thread for the future.
    Ubuntu

  10. #70
    Join Date
    Jun 2008
    Location
    Portugal
    Beans
    356
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Why not just use flashrom

    Hi Guys,

    Read this HOWTO and wonder what's it all about? Why wouldn't you just use FLASHROM http://www.coreboot.org/Flashrom

    install with

    > sudo apt-get install flashrom.

    Backup your existing bios with

    > sudo flashrom -r original.rom

    Write the new one with

    > sudo flashrom -w new.rom

    reboot and be happy.
    Last edited by nyarnon; March 2nd, 2009 at 09:45 AM. Reason: corrections on command syntax
    The cloud is evil. Ubuntu One > /dev/null !!!

Page 7 of 17 FirstFirst ... 56789 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •