Results 1 to 10 of 11

Thread: Can't image Hard Disk - help please...!!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2004
    Location
    ACT
    Posts
    134
    Hi Matt,

    The file you've downloaded should have an "iso" extension, not "mfs". Did you get that number by running a md5sum check on the file? This page provides some good information on how it's done:

    http://www.openoffice.org/dev_docs/using_md5sums.html

    The result should be the same as in this file:

    http://minnie.tuhs.org/TiVo/files/im...050524.iso.md5

    Cheers, Dave.
    Living Room: US Philips HDR112, Seagate 200Gb, OzTiVo Image v1.5 (20051128), CacheCard (no RAM), Kross STB
    Rumpus Room: US Philips HDR31202, Seagate 120Gb, OzTiVo Image v1.6, CacheCard (no RAM), Tuner Mod, Dual Input Mod
    Additional Hacks: Re-order Season Passes

  2. #2

    Checksum OK

    Hi Dave

    I probably didn't explain myself too well.

    It was an .ISO file that I downloaded. The CD booted up ok - but hung after the boot: prompt.

    I ran the checksum and that came up with the right numbers as supplied by you. So I can only assume that the ISO is fine.

    That only then leaves me with the computers I've tried to image from. They are just an old Pentium 2 and pentium 3 - nothing special.

    Any further ideas???

    Thanks for your help.

    Matt

  3. #3
    Join Date
    May 2004
    Location
    Victoria
    Posts
    1,239
    Hi Legend

    Had further thoughts to it from this mornings email but will take it up here on the forums as you will get more of a wider audience than just "one on one".

    First of all, I don't see older computers being a problem for burning the image. If you have used something pretty standard like Nero for example to burn the ISO then this is all you need to actually create the CD.

    What I didn't suggest this morning but throughout the day thought of is the following:

    1. PC you are attempting to image from has had it's usual hard disk disconnected

    2. Your TiVo hard disk has been set to "master" and not left as CS (cable select)

    3. You are not putting the TiVo hard disk as primary master (linux parlay HDA) but preferrably secondary master (HDC) device

    4. The PC has a BIOS that will allow a CDROM device to be bootable

    Any of those help?

    Darren
    Darren King
    OzTiVo Repairs and Modifications
    If your TiVo requires repairs or modifications
    then visit: http://kingey1971.wix.com/tivorepairs

    NOW ALSO REPAIRING FETCH TOO!

  4. #4
    Join Date
    Apr 2004
    Location
    ACT
    Posts
    134
    Hi Matt,

    That really only leaves the hardware. You might have to try (yet) another PC.

    The bootable CD image is based on Knoppix 3.3 (dated November 2003) - as per the splash screen that appears with the boot prompt.

    Also it's safe to do a quick test by booting a PC off the CD without disconnecting the PC's normal HDD - as long as you don't proceed to restore the TiVo image. Just press <CTRL><ALT><DELETE> if you get to the install menu and it should shut down again. That way you can tell if it's worthwhile opening the case etc.

    Sorry, not much else I can offer.

    Cheers, Dave.
    Living Room: US Philips HDR112, Seagate 200Gb, OzTiVo Image v1.5 (20051128), CacheCard (no RAM), Kross STB
    Rumpus Room: US Philips HDR31202, Seagate 120Gb, OzTiVo Image v1.6, CacheCard (no RAM), Tuner Mod, Dual Input Mod
    Additional Hacks: Re-order Season Passes

  5. #5

    What I've tried....

    Here is a list of things I've tried....

    1. Hard Disk as Secondary Master and CDROM as Primary Master (as detected by the BIOS during boot up).

    2. Setting the computer BIOS to boot off the CD (the Knoppix splash screen appears - but then hangs after the boot: prompt).

    3. Normal computer hard disk is disconnected.

    4. CD burnt with Nero.

    No luck with the above.

    I will be trying a different PC today to see if I have any further luck.

    Thanks for everyone's help...!!

  6. #6

    Nero was the problem - another error though

    After getting advice from a friend - I tried Alcohol 120 to burn the CD - and no problems.

    The next issue I'm facing is an error message :


    ---------------------------------------------------

    Please append a correct "root=" boot option
    Kernal panic VFS: unable to mount root fs on 03:01

    ----------------------------------------------------

    Any more advice guys????

  7. #7
    Join Date
    Apr 2004
    Location
    ACT
    Posts
    134
    Hi Matt,

    You might be able to get around this by typing something like this at the boot prompt:

    boot noscsi nodma

    If this doesn't work there are some other cheatcodes (as they're called) you could try. If you hit F2 at the boot prompt you'll see them.

    HTH.

    Cheers, Dave.
    Living Room: US Philips HDR112, Seagate 200Gb, OzTiVo Image v1.5 (20051128), CacheCard (no RAM), Kross STB
    Rumpus Room: US Philips HDR31202, Seagate 120Gb, OzTiVo Image v1.6, CacheCard (no RAM), Tuner Mod, Dual Input Mod
    Additional Hacks: Re-order Season Passes

  8. #8
    Join Date
    Apr 2004
    Location
    ACT
    Posts
    134
    Hi Matt,

    Make that

    nodma
    or perhaps:

    nodma noscsi
    at the boot prompt.

    Sorry about this afternoon's post. I was flying blind.

    "nodma" is actually a label for a more complicated boot command. The file isolinux.cfg on the CD shows what switches the full command is using:

    Code:
    DEFAULT oztivo
    TIMEOUT 50
    PROMPT 1
    DISPLAY boot.msg
    F1 boot.msg
    F2 f2
    
    LABEL oztivo
    KERNEL bzImage
    APPEND 2 ramdisk_size=100000 init=/etc/init lang=us apm=power-off hda=bswap hdb=bswap hdc=bswap hdd=bswap hde=bswap hdf=bswap hdg=bswap hdh=bswap vga=788 initrd=miniroot.gz nomce dma BOOT_IMAGE=knoppix
    
    LABEL nobswap
    KERNEL bzImage
    APPEND 2 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=788 initrd=miniroot.gz nomce dma BOOT_IMAGE=knoppix
    
    LABEL nodma
    KERNEL bzImage
    APPEND 2 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=788 initrd=miniroot.gz nomce ide=nodma BOOT_IMAGE=knoppix
    So to play with these values you'll need to use a full command starting like this:

    bzImage 2 ramdisk_size=...
    HTH more than earlier.

    Cheers, Dave.
    Living Room: US Philips HDR112, Seagate 200Gb, OzTiVo Image v1.5 (20051128), CacheCard (no RAM), Kross STB
    Rumpus Room: US Philips HDR31202, Seagate 120Gb, OzTiVo Image v1.6, CacheCard (no RAM), Tuner Mod, Dual Input Mod
    Additional Hacks: Re-order Season Passes

Similar Threads

  1. Series 3 Australian/NZ TiVo Hard Disk Upgrade
    By rtfmoz in forum Hardware Upgrades/Mods
    Replies: 10
    Last Post: 27-11-2017, 08:14 PM
  2. Imageing tivo hard disk
    By gregs in forum Question and Answer Forum
    Replies: 3
    Last Post: 23-12-2005, 08:00 AM
  3. OzTiVo Hard-disk / Airnet install problems
    By streetrj in forum Question and Answer Forum
    Replies: 6
    Last Post: 12-11-2004, 08:12 PM

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
  •