Skip Internal Hard Disk Detection

Booting, installing, newbie
Post Reply
Message
Author
esamrat
Posts: 3
Joined: Fri 10 Apr 2009, 16:24

Skip Internal Hard Disk Detection

#1 Post by esamrat »

I successfully loaded USB Puppy linux 4.1 on my laptop with crashed hard disk but connected. During boot up sequence .. it tries to access pup file on crashed hard disk slowing down the boot process. my question is can i skip that hard disk checking which is already crashed?

Thanks in advance.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#2 Post by Béèm »

If the bios of your PC permits it, disable the HDD.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Bruce B

#3 Post by Bruce B »

Béèm wrote:If the bios of your PC permits it, disable the HDD.
It won't work my dear friend. Linux is too powerful for that. It will find the hard disks anyway. Moreover, we'd need to look at the effects of probepart_init, which will probe even if we use the kernel noprobe arguments.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post by MU »

you can force to use a partition and even a subfolder in it.

If you use grub, it could be done like this:

Code: Select all

  title Puppy 412
  root (hd0,0)
  kernel /puppy412/vmlinuz acpi=force pmedia=idehd pdev1=sdc7 psubdir=puppy412
  initrd /puppy412/initrd.gz
So the files are searched on /dev/sdc7 in the subfolder /puppy412

If you run from CD, try a boot option like
puppy pdev1=sdc7 psubdir=puppy412
But I never tested, if it works from the CD bootmenu.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#5 Post by Béèm »

I thought that if the bios doesn't know a HDD is in the machine, it couldn't pass this info to the boot of linux.
My bad then.

Remove the bad HDD then.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Post Reply