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
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$79.19



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



DELL POWEREDGE R730 8 Bay SFF 2x 8 CORE E5-2667v4 3.2GHz 32GB RAM H730 iDrac8ENT picture

DELL POWEREDGE R730 8 Bay SFF 2x 8 CORE E5-2667v4 3.2GHz 32GB RAM H730 iDrac8ENT

$264.95



Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu picture

Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu

$135.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$246.67



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



DELL R730XD Server 2x E5-2680v4 2.4GHz =28 Cores 128GB H730 4x 1.2TB SAS 4xRJ45 picture

DELL R730XD Server 2x E5-2680v4 2.4GHz =28 Cores 128GB H730 4x 1.2TB SAS 4xRJ45

$504.00