LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem installing Slackware64 14.0 (https://www.linuxquestions.org/questions/slackware-14/problem-installing-slackware64-14-0-a-4175434641/)

ferrel 10-30-2012 09:09 PM

3 Attachment(s)
Thanks, here is lilo.conf in there segments.

sse007 10-30-2012 09:49 PM

config looks fine, have u tried boot into single user mode ?
for starting the 13.37 dvd, just hit enter at the boot: prompt or put in any options after typing huge.s and hit enter

ferrel 10-30-2012 10:08 PM

I've tried using telinit 1, with no luck.

sse007 10-30-2012 10:41 PM

i reread your first post and notice your screen went blank and then show no input signal, i know slackware 13.37 and 14.0 use modesetting which will switch to higher resolution that your videio card can handle at some point during boot, just wondering if it is your monitor doesn't support that resolution, so what you can try during installation when you get to the lilo installation, select expert and at the append kernel parameter, put in video=800x600, that will make it use that resolution instead of switch to the higher resolution

ferrel 10-30-2012 11:10 PM

I tried it, same problem.

bormant 10-31-2012 05:03 AM

From http://wiki.linuxquestions.org/wiki/LILO_Error_Codes
Quote:

Causes
This error may occur, if the hard drive is in normal mode, but lilo has written the boot record using logical block addressing mode. Switching the bios hard drive parameters to logical block addressing allows the bootloader to start normally. Unfortunately a side effect of this is that now the system may not start properly, because geometry differences prevent the bootloader from locating the partitions properly.

ferrel 10-31-2012 05:27 AM

Where in the install/boot process would I enter lilo -g?

bormant 10-31-2012 05:56 AM

You can boot into installed system with Slackware install media.
1) boot from the install DVD or CD
2) in syslinux prompt "boot:" answer as shown in example on screen
boot: huge.s root=/dev/sda1 rdinit= ro
where /dev/sda1 is your actual root partition; note space after "rdinit="

Anather way is to boot in Slackware install environment, mount root partition to /mnt and chroot into it:
1) boot from the install DVD or CD
2) press Eneter at syslinux "boot:" prompt and more until root shell prompt "#"
# mount /dev/sda1 /mnt
# for d in dev proc sys do; mount --bind /$d /mnt/$d; done
# chroot /mnt
where /dev/sda1 is your actual root partition.

jjthomas 10-31-2012 06:32 AM

You have 4 partitions. One is your swap partition, what are the other three? Can you post your /etc/fstab?

-JJ

ferrel 10-31-2012 09:35 AM

1 Attachment(s)
First method led to noise, blank screen, halt.
Other as show

ferrel 10-31-2012 09:44 AM

1 Attachment(s)
Here it is

ferrel 10-31-2012 01:28 PM

Before attempting this 14.0 install, my computer was a dual boot system
of xp and slackware64 13.1. I decided my 13.1 was getting dated, also
because I was having a problem with my video display when xscreensaver
was running. When running xp, there was no problem with the display at
all, only with 13.1 when xscreensaver was running. After xscreensaver
would start running, at some point the display would freeze, always
showing a series of diagonal lines of characters (blocks, dots, etc),
similar to a photo I posted in this thread earlier. This would sometimes
occur soon after xscreensaver began, or it might be many hours before
it would occur. It would always occur. So I wonder if there is some
connection with that, and with my current problem. This xscreensaver
problem is only a couple of months old; I assumed at the time that I
had botched my system my self in some way, and i made attempts to fix it,
without success. As mentioned earlier, it never occurred while xp was
running, which seemed to indicate the problem was software related,
rather than hardware related. Also, for the first year or so of the 13.1
installation, xscreensaver worked fine, with no freezing up with
those diagonal displays.

I had no problem installing lilo in the dual boot system.

I usually use cfdisk for partitioning, but I tried fdisk once during the 14.0
installation, primarily to try to begin my first sector on 1. The
default sector beginning was 2048; I tried to begin at 1, but
received an error message from fdisk that the value was
"out of range." The error about "cylinder number is too big"
appears to be related to this inaccessible space at the start on my hd.
I decided to not keep xp this time, so I'm wondering if this has
precipitated this problem?

Sorry for the long post, but I thought some background information
might be helpful.

bormant 10-31-2012 01:48 PM

I modified message #23 added mounting /dev, /proc and /sys to new root. This removes LILO warning about /proc/partitions. But this cannot do anything with kernel location after 1023 cylinder, so "-g" doesn't help.
If trouble in kernel location on disk (depends on BIOS, it's settings for this HDD) you can try to make separate small partition for /boot at the beginning of HDD.

jjthomas 10-31-2012 02:50 PM

No worries on the long post:
Quote:

Originally Posted by ferrel (Post 4819123)
primarily to try to begin my first sector on 1. The
default sector beginning was 2048; I tried to begin at 1, but
received an error message from fdisk that the value was
"out of range." The error about "cylinder number is too big"
appears to be related to this inaccessible space at the start on my hd.
I decided to not keep xp this time, so I'm wondering if this has
precipitated this problem?

I think that is your problem. Why not stick with the default 2048? Check out http://www.linuxquestions.org/questi...4/#post4701338

I remember reading somewhere that it was a bad idea to start a partition before 2048. Here is a google search: http://www.google.com/search?num=50&...1c.m0b85b_ezvY

The clunking on your hard disk concerns me. When my drives have clunked, they usually failed. However, I have an old Seagate 500 G that clunked a few years ago, and it is still running. YMMV.

My next step would be to erase the drive using dd, run fdisk and take the recommended starting partition of 2048. I would not enter sector 1 for a starting position. As Bormant suggested make sure you have a /boot partition and it needs to be you first partition.

Here is my suggestion (KISS):
/boot 128M
/ 30G
swap double RAM or 1G minimum
/home rest of drive

Creating a /boot partition is old school. But I still do it. I would not put /usr/local in a separate partition.

-JJ

PS On using dd you just need to erase the MBR, I let it run for a few seconds and ctrl-c out of it.

ferrel 10-31-2012 11:44 PM

1 Attachment(s)
Success! One time! So far, not reproducible. I made the partition
table as recommended, did the simple auto lilo install, booted,
had an awkward split second when it made noise, and seemed on the
verge of hanging up …. then the usual boot screen scrolled by,
although in much smaller type, and got a login prompt in single
user mode. telinit 4 gave a graphical login screen.
I've tried four times since then, same old problem.


All times are GMT -5. The time now is 06:46 PM.