Page 1 of 4 123 ... LastLast
Results 1 to 10 of 40

Thread: V7.0.3 LiveDVD-Flash_Installer Error

  1. #1
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157

    Question V7.0.3 LiveDVD-Flash_Installer Error

    I Downloaded V7.0.3-DVD.iso and ran the md5sum integrity test.
    Then I burned image to DVD and wanted to make an USB Flashdisk Installation.
    When it says "Creating Boot Record on /dev/sdh" I got the Error message:

    lseek: Invalid argument

    sfdisk: seek error on /dev/sdh - cannot seek to 0
    /dev/sdh: unrecognized partition table type

    sfdisk: 1: no such partition
    What is wrong? How can I fix it?

    PS.: I use a 32GB HP USB drive which I formatted FAT32 first.

  2. #2
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157

    Further investigations...

    knoppix@Microknoppix:~$ sfdisk -l /dev/sdh Disk /dev/sdh: 4294967295 cylinders, 255 heads, 63 sectors/track lseek: Invalid argument sfdisk: seek error on /dev/sdh - cannot seek to 0 /dev/sdh: unrecognized partition table type No partitions found
    knoppix@Microknoppix:~$ gedit /etc/fstab
    See attached /etc/fstab-ORIGINAL and fstab after inserting USB drive

    As I understand it the system recognizes the USB drive correctly (Because it is 32GB, I created two FAT32 partitions to have a partition for multi purpose use).
    Why do I get this seek error on /dev/sdh?
    Is it a badly burned DVD?
    What can I do?
    Attached Files Attached Files

  3. #3
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157

    Question Further Investigations...On my Machine, V7.0.3DVD can not do....

    On my machine, V7.0.3-DVD can NOT do what V7.0.2-DVD can,
    i.e. do install KNOPPIX on flash disk!

    I used the same USB to install V7.0.2 DVD without any difficulty...
    that means no "sfdisk: seek error on /dev/sdh" as mentioned above.

    I would appreciate any idea or advice how to get V7.0.3 on an USB drive!

  4. #4
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157

    More info...

    I checked the fstab in both - V7.0.3 and V7.0.2 and they are identical...
    #V7.0.3
    # Added by KNOPPIX
    /dev/sdh1 /media/sdh1 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/sdh2 /media/sdh2 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0

    #V7.0.2
    # Added by KNOPPIX
    /dev/sdh1 /media/sdh1 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/sdh2 /media/sdh2 vfat noauto,users,exec,umask=000,shortname=winnt,uid=kn oppix,gid=knoppix 0 0

  5. #5
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157

    Question Still working on it....Another try...

    Hello
    I wonder if somebody could help me with this issue (Installing V7.0.3 on 32GB HP USB drive)
    a) I downloaded V7.0.3 again and burned a new DVD from the .iso file.
    b) I used a different USB flash disk (16GB no-name brand) and could succeed!
    c) I tried it again on the HP flash which I cleared with 'gparted' and got the following message:
    Checking that no-one is using this disk right now ...
    OK
    lseek: Invalid argument

    sfdisk: seek error on /dev/sdh - cannot seek to 0
    /dev/sdh: unrecognized partition table type
    No partitions found
    lseek: Invalid argument

    sfdisk: seek error on /dev/sdh - cannot seek to 0
    BLKRRPART: Device or resource busy
    The command to re-read the partition table failed.
    Run partprobe(, kpartx( or reboot your system now,
    before using mkfs
    If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
    to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
    (See fdisk(
    Has anybody an idea what could be wrong with this flash drive?
    As I already mentioned, the V7.0.2 could be installed on the same flash drive.

  6. #6
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Greetings Karibu!

    I have no idea what went wrong but I would suggest that you issue the command
    Code:
    fdisk -l /dev/sdh
    and post the output. /dev/sdh is the device name of your 32 GB HP USB drive.

  7. #7
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157
    Hello Klaus and thank you for the response....Here is the terminal output of fdisk...
    knoppix@Microknoppix:~$ fdisk -l /dev/sdh1

    Disk /dev/sdh1: 32.5 GB, 32462864384 bytes
    255 heads, 63 sectors/track, 3946 cylinders, total 63404032 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000

    Device Boot Start End Blocks Id System
    knoppix@Microknoppix:~$

  8. #8
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    You issued "fdisk -l /dev/sdh1" but I suggested "fdisk -l /dev/sdh". The comand I suggested would give information about the whole drive /dev/sdh and not only about the partition /dev/sdh1. I thought it would be helpful to see the full description of that drive including the partition table.

  9. #9
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157
    Code:
    fdisk -l /dev/sdh
    gives no output at all.

    knoppix@Microknoppix:~$ fdisk -l /dev/sdh
    knoppix@Microknoppix:~$ fdisk -l /dev/sdh
    knoppix@Microknoppix:~$ fdisk -l /dev/sdh
    knoppix@Microknoppix:~$ fdisk -l /dev/sdh
    I thought, because the Filesystem manager finds the flash drive under "/media/sdh1". I had to use sdh1!

  10. #10
    Senior Member Karibu's Avatar
    Join Date
    Feb 2012
    Location
    Kelowna, BC Canada
    Posts
    157
    For better understanding what I mean:
    Screenshot shows Filemanager/Installer identifying USB
    flash drive as sdh1/sdh and 'fdisk' shows different size than Installer.
    Attached Images Attached Images

Page 1 of 4 123 ... LastLast

Posting Permissions

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


Seagate Exos X22 ST20000NM004E 20TB 512E SATA 6Gb/s 3.5

Seagate Exos X22 ST20000NM004E 20TB 512E SATA 6Gb/s 3.5" Enterprise Hard Drive

$268.99



80GB Hard Drive IBM Thinkpad R32 R40 R50 R51 R52 T30 T40 T41 T42 T43 IDE Laptop picture

80GB Hard Drive IBM Thinkpad R32 R40 R50 R51 R52 T30 T40 T41 T42 T43 IDE Laptop

$22.99



Dell 1.8TB 10K SAS-12Gb/s 2.5in Hot-Plug Hard Drive AL15SEB18EQY 0WRRF picture

Dell 1.8TB 10K SAS-12Gb/s 2.5in Hot-Plug Hard Drive AL15SEB18EQY 0WRRF

$80.99



NEW 49Y1866 49Y1870 49Y1869 IBM 600GB 15K 3.5'' 6GBPS HS LFF SAS HARD DRIVE picture

NEW 49Y1866 49Y1870 49Y1869 IBM 600GB 15K 3.5'' 6GBPS HS LFF SAS HARD DRIVE

$84.77



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$82.99



Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5

Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5" Internal Hard Drive

$29.99



HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5

HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5" Enterprise HDD

$69.99



8TB Seagate Archive SATA 3.5

8TB Seagate Archive SATA 3.5" HDD Hard Drive 100% Healthy 200MB/s ST8000AS0002

$36.42



WD 16TB Elements Desktop, Certified Refurbished Hard Drive - RWDBWLG0160HBK-NESN picture

WD 16TB Elements Desktop, Certified Refurbished Hard Drive - RWDBWLG0160HBK-NESN

$174.99



WD 4TB Certified Refurbished Elements, External Hard Drive - RWDBU6Y0040BBK-WESN picture

WD 4TB Certified Refurbished Elements, External Hard Drive - RWDBU6Y0040BBK-WESN

$69.99