Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Cannot boot when harddisk with NTFS is plugged

  1. #1
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13

    Cannot boot when harddisk with NTFS is plugged

    Hi all !

    i've just installed the fresh-new Knoppix 3.8.1. It boots correctly, but not on a laptop. A Toshiba Satellite Pro. When removing harddisk, it boots.

    With harddisk plugged, it hangs on "Scanning for Harddisk partitions and creating /etc/fstab ..." and never came back ...
    Without, it simply works perfect. On all the other machine i tried, harddisk were plugged. The only difference is that only the Toshiba has NTFS partitions ...

    As there's some new features for NTFS in this release, think it's due to this.

    Can anybody help me booting without unplugging the harddisk?

    Thanks.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Cannot boot when HDD is plugged

    Quote Originally Posted by lissyx
    On all the other machine i tried, harddisk were plugged. The only difference is that only the Toshiba has NTFS partitions ....
    I don't quite know what "harddisk were plugged" means, but I strongly suspect there are more differences in those systems than the Toshiba having NTFS partitions (starting with the others are apparently not even Toshibas). I don't think it has anythig to do with NTFS partitions. You might want to read this recent thread: Boots on 1 PC but not on the other ???

  3. #3
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13

    Re: Cannot boot when HDD is plugged

    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by lissyx
    On all the other machine i tried, harddisk were plugged. The only difference is that only the Toshiba has NTFS partitions ....
    I don't quite know what "harddisk were plugged" means, but I strongly suspect there are more differences in those systems than the Toshiba having NTFS partitions (starting with the others are apparently not even Toshibas). I don't think it has anythig to do with NTFS partitions. You might want to read this recent thread: Boots on 1 PC but not on the other ???
    it simply means that harddisks were present during boot.
    With Knoppix 3.7, this laptop was booting correctly. All i know i that on all the other machines, partitions are either ext3 or fat32, but as far as i remember none is NTFS. (and i can't check for now).

    Thanks for the link, but it didn't help me ...
    checksum is good, and the Knoppix CD is directly on network using NFS, and a mount -o loop

    And you're right, the other are not even Toshibas ... The Toshiba is a laptop, not the others ...

    And here is my commandline in PXEGrub :
    (nd)/boot/knoppix-vmlinuz nfsdir=192.168.0.3:/partage/knoppix-cd/ nodhcp lang=fr desktop=kde vga=792 ramdisk_size=100000 BOOT_IMAGE=knoppix

    Update (12 april, 14:33 Paris, France) :
    I've just checked, on another machine with a 40Go harddisk, with ext3/fat32 partitions, there is no problem !


    Err ... The ASUS has also FAT32 ... and boots correctly ..

  4. #4
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13
    Here is the output of the partitions list from fdisk /dev/hda, using 'RIP'.

    Code:
    Command (m for help): p
    
    Disk /dev/hda: 20.0GB, 20003880960 bytes
    255 heads, 63 sectors/track, 2432 cylinders
    Units = cylinders of 16065*512 = 8225280 bytes
    
         Device  Boot    Start        End         Blocks    Id     System
    /dev/hda1      *         1        510        4096543+    7     HPFS/NTFS
    /dev/hda2              511       2432       15438465     7     HPFS/NTFS

  5. #5
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13
    Some news again :

    i'm able to boot on the Toshiba, passing 'nofstab' on the kernel command line. BUT ! i tried to do a 'sudo fdisk /dev/hda' once the machine was up, and never get the prompt back. a sudo kill -9 or kill -15 didn't stop the fdisk processus ...

    i've done a strace on this fdisk /dev/hda, automount wasn't launched. (it's the same with)

    Code:
    root@1[autofs]# strace fdisk /dev/hda
    execve("/sbin/fdisk", ["fdisk", "/dev/hda"], [/* 34 vars */]) = 0
    uname({sys="Linux", node="Knoppix", ...}) = 0
    brk(0)                                  = 0x805e000
    old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe9000
    access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY)      = 3
    fstat64(3, {st_mode=S_IFREG|0644, st_size=58018, ...}) = 0
    old_mmap(NULL, 58018, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fda000
    close(3)                                = 0
    access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
    open("/lib/tls/libc.so.6", O_RDONLY)    = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360Y\1"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0644, st_size=1253924, ...}) = 0
    old_mmap(NULL, 1260140, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7ea6000
    old_mmap(0xb7fcf000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x129000) = 0xb7fcf000
    old_mmap(0xb7fd7000, 10860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fd7000
    close(3)                                = 0
    old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ea5000
    set_thread_area({entry_number:-1 -> 6, base_addr:0xb7ea5460, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    munmap(0xb7fda000, 58018)               = 0
    open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
    fstat64(3, {st_mode=S_IFREG|0644, st_size=14636176, ...}) = 0
    mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ca5000
    mmap2(NULL, 212992, PROT_READ, MAP_PRIVATE, 3, 0x487) = 0xb7c71000
    brk(0)                                  = 0x805e000
    brk(0x807f000)                          = 0x807f000
    brk(0)                                  = 0x807f000
    mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x4bf) = 0xb7c70000
    close(3)                                = 0
    open("/dev/hda", O_RDWR|O_LARGEFILE)    = 3
    read(3,  <unfinished ...>
    root@1[autofs]#

  6. #6
    Junior Member registered user
    Join Date
    Mar 2005
    Location
    Evergreen,Co
    Posts
    28
    I can't help you with your problem because I don't even understand it. Just be aware that thousands of computers have winxp ntfs and knoppix happily co-existing on their hard drives. I have 3.8 on a gateway laptop, an averatec laptop, and my vpr matrix desktop along with winxp. I wish I could be of some help but I would have to go looking for trouble!

  7. #7
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    13
    Quote Originally Posted by whoeverheis
    I can't help you with your problem because I don't even understand it. Just be aware that thousands of computers have winxp ntfs and knoppix happily co-existing on their hard drives. I have 3.8 on a gateway laptop, an averatec laptop, and my vpr matrix desktop along with winxp. I wish I could be of some help but I would have to go looking for trouble!
    i know, and as i said in the beginning, Knoppix 3.7 works correctly with the hard drive ... And i haven't any other NTFS drive at home, so i can't test with another (and no free drive too ...).
    You said you have Knoppix 3.8 working perfectly, could you try with 3.8.1 ?

    Thanks

    PS: excuse me for my bad english, i'm not english at all !

  8. #8
    Junior Member registered user
    Join Date
    Mar 2005
    Location
    Evergreen,Co
    Posts
    28
    Hang in there lissyx. I'm downloading 3.8.1 on another computer at this very moment. I'm spoiled with 3 computers on cable Should be only about 2 hours to download, burn and boot. I'll let you know of any problems. Most Americans should be as articulate as you

  9. #9
    Junior Member registered user
    Join Date
    Mar 2005
    Location
    Evergreen,Co
    Posts
    28
    Well, it took 2 downloads. The first one had md5 problems. This is coming to you from one of my hd installs. 3.8.1 seems to be alive and well. I don't have time right now to look at the differences but I've noticed a few. I now have winxp, knoppix 3.7, 3.8, 3.8.1 and puppy all on one hd and they're all getting along just fine. Good luck and I sure hope you find your problem.

  10. #10
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by whoeverheis
    Well, it took 2 downloads. The first one had md5 problems..
    That's been my experience with the mirrors too, about 1/2 the downloads are bad. I bet if you checked the size the bad ISO would have been slightly larger, and if you searched out the differences that you would find Linux New Line character bytes replaced with MS LF/CR pairs. Bittorrent has it's own checking that prevents this, but when using a mirror this happens.

Page 1 of 2 12 LastLast

Similar Threads

  1. K6 on thumb drive often crashes when another USB plugged in
    By cvevans in forum Hardware & Booting
    Replies: 0
    Last Post: 04-11-2009, 01:58 AM
  2. Knoppix doesn't boot while usb device is plugged
    By prasatko in forum Hardware & Booting
    Replies: 0
    Last Post: 05-20-2007, 08:24 PM
  3. Cannot boot from new harddisk
    By GblubbR in forum Hardware & Booting
    Replies: 1
    Last Post: 09-09-2005, 05:18 PM
  4. USB harddisk boot
    By Fabrice in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 03-12-2005, 11:39 PM
  5. usb-harddisk boot
    By theomega in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 05-07-2004, 05:12 PM

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 R640 Server | 2x Silver 4114 20 Cores | 96GB | 8x 1.8TB Dell SAS picture

Dell Poweredge R640 Server | 2x Silver 4114 20 Cores | 96GB | 8x 1.8TB Dell SAS

$2749.99



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



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 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 R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 1x 300GB HDD picture

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

$89.99



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 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

$340.00



DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45 picture

DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45

$232.97



DELL PowerEdge R630 8SFF Server 2x E5-2680v3 2.5GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2680v3 2.5GHz =24 Cores 32GB H730 4xRJ45

$240.00



Dell R630 8 Port SFF Server 2x E5-2680v4 28C H730P 128GB 2x Trays RJ-45 ENT picture

Dell R630 8 Port SFF Server 2x E5-2680v4 28C H730P 128GB 2x Trays RJ-45 ENT

$345.00