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
  •  


SUN Blade X6250 Server 8GB RAM DUAL PROCESSORS 594-4531-01 picture

SUN Blade X6250 Server 8GB RAM DUAL PROCESSORS 594-4531-01

$109.99



Dell PowerEdge FX2 FX2S Enclosure - 4x PowerEdge FC640 w/ 8x Gold 6132 112C 1TB picture

Dell PowerEdge FX2 FX2S Enclosure - 4x PowerEdge FC640 w/ 8x Gold 6132 112C 1TB

$2699.99



HPE BL460c G10 ProLiant Blade | 2x Silver 4110 | 16GB | P204I | 2x300GB 10KRPM picture

HPE BL460c G10 ProLiant Blade | 2x Silver 4110 | 16GB | P204I | 2x300GB 10KRPM

$1419.00



Dell PowerEdge M640 Blade Server 2x Xeon Gold 5122 3.6GHz, No RAM, READ _ picture

Dell PowerEdge M640 Blade Server 2x Xeon Gold 5122 3.6GHz, No RAM, READ _

$402.38



Dell PowerEdge M620 0F9HJC Blade Server 2*E5-2670 2.60GHz 192GB RAM 2*300GB SAS picture

Dell PowerEdge M620 0F9HJC Blade Server 2*E5-2670 2.60GHz 192GB RAM 2*300GB SAS

$103.99



HP ProLiant BL460c G9 (Gen9) 2x E5-2670V3 12 Core 3.1GHz No Ram or No Drives picture

HP ProLiant BL460c G9 (Gen9) 2x E5-2670V3 12 Core 3.1GHz No Ram or No Drives

$59.98



HPE 863442-B21 ProLiant BL460c G10 Blade (2) Intel Xeon Silver CPUs NO HD/NO RAM picture

HPE 863442-B21 ProLiant BL460c G10 Blade (2) Intel Xeon Silver CPUs NO HD/NO RAM

$319.00



Dell PowerEdge M630 Blade Server 1x Xeon E5-2630 v4 CPU / Motherboard P/N 0R10KG picture

Dell PowerEdge M630 Blade Server 1x Xeon E5-2630 v4 CPU / Motherboard P/N 0R10KG

$69.99



Dell PowerEdge FX2s CTO Blade 4 Slot 2U Chassis 2x 2000W picture

Dell PowerEdge FX2s CTO Blade 4 Slot 2U Chassis 2x 2000W

$399.00



Cisco UCS 5108 Blade Server Chassis Enclosure N20-C6508 4x PSU 8x Fans 2x Fabric picture

Cisco UCS 5108 Blade Server Chassis Enclosure N20-C6508 4x PSU 8x Fans 2x Fabric

$139.99