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
  •  


Intel Core i7-13700KF - 13th Gen Raptor Lake 16-Core (8P+8E) Desktop CPU Proc... picture

Intel Core i7-13700KF - 13th Gen Raptor Lake 16-Core (8P+8E) Desktop CPU Proc...

$269.99



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$214.99



AMD Ryzen 9 7900X3D Gaming Processor - 12 Core And 24 Threads picture

AMD Ryzen 9 7900X3D Gaming Processor - 12 Core And 24 Threads

$309.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$309.99



Intel - Core i5-12600K Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unloc... picture

Intel - Core i5-12600K Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unloc...

$174.99



AMD Ryzen 5 7600x Processor (5.3 GHz, 6 Cores, LGA 1718/Socket AM5) NEW OEM Tray picture

AMD Ryzen 5 7600x Processor (5.3 GHz, 6 Cores, LGA 1718/Socket AM5) NEW OEM Tray

$169.98



Intel Core i5-11400F 2.6GHz 6-Core Desktop Processor, LGA 1200 Socket picture

Intel Core i5-11400F 2.6GHz 6-Core Desktop Processor, LGA 1200 Socket

$60.00



Intel - Core i7-14700K 14th Gen 20-Core 28-Thread - 4.3GHz (5.6GHz Turbo) Soc... picture

Intel - Core i7-14700K 14th Gen 20-Core 28-Thread - 4.3GHz (5.6GHz Turbo) Soc...

$444.99



Intel Core i9-11900K Processor (5.3 GHz, 8 Cores, Socket FCLGA1200) Box  -... picture

Intel Core i9-11900K Processor (5.3 GHz, 8 Cores, Socket FCLGA1200) Box -...

$200.00



LOT QTY 2 of INTEL XEON 10 CORE E5-2690 V2 25MB 3.00GHZ CPU SR1A5 picture

LOT QTY 2 of INTEL XEON 10 CORE E5-2690 V2 25MB 3.00GHZ CPU SR1A5

$139.99