dennyg <
denn...@cfl.rr.com> wrote:
> On Thu, 02 Feb 2012 17:09:00 +0000, root wrote:
>
>> dennyg <
denn...@cfl.rr.com> wrote:
>>> I've been trying to install the new 13.37 slackware on a new machine.
>>> After installing to sda1 and formatting with fdisk or gdisk, on booting I
>>> get "VFS: Cannot opoen root device "802" or unknown-block(8,2). I've
>>> reinstalled several times, add root=/dev/sda1 etc, but nothing helps. I
>>> don't have a boot disk obviously, since I can't run. Any help would be
>>> appreciated.
>>
>> Did you let the install disk do its own thing or did you tweak
>> anything? Did you install lilo to the MBR?
>>
>> Yes.
>
> You can go back to the install disk and use it as a boot disk:
>> at the prompt, see the message "In a Pinch". You type
>> something like this:
>> hugesmp.s root=/dev/sda1 rdinit= ro
>>
>> This will bypass lilo and should boot directly into sda1.
>>
> Did that. Still no go.
>
Boot back into the install disk, as if you were going
to do a new install. This time, however, do fdisk and
see what partitions are on the drive. Mount the partitions
and take a look at what is there. You may have a hardware
problem.
>
>> I have had troubles like this after building a new
>> kernel, but never after a new install.
>
> Been there, done that. Very carefully repeated everything including
> rformating drive using gdisk. only now i get unknown=block 0,0. I'm
When you say formatting, don't you really mean partitioning?
> snowed. By the way, his isn't the first time I've loaded slackware on a
> machine. Never had a problem like this. The only thing I've done
> differently is use a SATA/USB external drive. But the software loads from
> a cd just fine. Anybody have any ideas? Thanks in advance.
Is the drive so large that you need to partition with gdisk?
Is there anything else on the drive that matters to you?
If not, from the install disk, assuming the drive is /dev/sda
do:
dd if=/dev/null of=/dev/sda count=5000
start over by running fdisk, not gdisk, and partition the
drive as you want. Re-run fdisk to see that the partions
are there.
Then do setup and take defaults on everything. Let the
install do "everything".
Let it install lilo to the mbr.
Then reboot. If that fails I would bet the drive or
motherboard are bad.