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/3x600Gb SAS, Proxmox picture

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

$360.00



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$721.06



CSE-118 Supermicro 1U GPU Server 2.6Ghz 28-C 128GB 2x Nvidia K40 GPU 2x1600W PSU picture

CSE-118 Supermicro 1U GPU Server 2.6Ghz 28-C 128GB 2x Nvidia K40 GPU 2x1600W PSU

$580.03



Supermicro 4U 4x Nvidia GPU AI Server 2.1Ghz 16-Core 192GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 2.1Ghz 16-Core 192GB 2x10G SFP+ 2x2200W

$1250.00



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$44.99



INTEL XEON GOLD 6148 20 Core SR3B6 2.4GHZ 27.5MB Processor    @24 picture

INTEL XEON GOLD 6148 20 Core SR3B6 2.4GHZ 27.5MB Processor @24

$99.99



Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5 picture

Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5

$46.00



Lenovo ThinkStation P920 1.5TB SSD OS Intel Xeon Silver, 2.40 GHz 16GB Desktop picture

Lenovo ThinkStation P920 1.5TB SSD OS Intel Xeon Silver, 2.40 GHz 16GB Desktop

$680.00



HP Z440 Workstation 18 Core E5-2699 V3 128GB RAM 512GB SSD 2TB WiFi WIN10 DVD picture

HP Z440 Workstation 18 Core E5-2699 V3 128GB RAM 512GB SSD 2TB WiFi WIN10 DVD

$309.99