LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   adding a hard disk after instalation (newbie assistance) (https://www.linuxquestions.org/questions/slackware-14/adding-a-hard-disk-after-instalation-newbie-assistance-59112/)

kyoukan 05-10-2003 06:50 PM

adding a hard disk after instalation (newbie assistance)
 
brief synopsis:

i pluged a new hdd in as my secondary master and lilo flips out, giving me L 99 99 99... crap on boot

long synopsis:

i installed slackware onto /dev/hdb1. windows is on /dev/hda1. i'm using nt loader to boot into /dev/hdb1. i duplicated the /dev/hdb1 superblock using dd command into lilo.boot file on my /dev/hda1. everything works fine. i pluged a new hdd in as my secondary master and lilo flips out giving me L 99 99 99... crap on boot. i unplug the hdd.. it works fine :). i never even get to the dmseg screen so i know its nothing wrong with detecting the hdd.. its just lilo flipping out.. i went into liloconfig but i dont thing there is anything there that will help me. i tryed reduplicating the superblock but i get the same crap

any assistance will be appreciated

thanks

manthram 05-10-2003 07:02 PM

boot using a boot folppy and post your "lilo.conf" file contents and the harddisk partition info.

kyoukan 05-10-2003 07:19 PM

partition info

/dev/hda1 - dos - 19564 MB
/dev/hdb1 - root - 7570 MB
/dev/hdb2 - swap - 552 MB
/dev/hdc1 - data
/dev/hdd1 - iso9660

lilo.conf

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hdb1
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdb1
label = Slackware
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# DOS bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# DOS bootable partition config ends

manthram 05-10-2003 07:51 PM

lilo is flipping at boot=/dev/hdb1

you changed the hard disk right. you said you were booting with nt bootloader. do you want to do that. that is an extra step you can avoid. install lilo on to hda MBR. if you want to restore the windows MBR latte you can do that using the windows cd.

change the line boot=/dev/hdb1

make it boot=/dev/hda

save the file and run "lilo" in the command prompt.

all the best

kyoukan 05-10-2003 07:54 PM

thanks for the comment.. but my way works fine... the config is great and i can boot from it (as a matter of fact i did just that to get the lilo.conf file you requested). the only problem is when i add my third hard disk to sec-ide master (/dev/hdc1) lilo flips

just as referance i'm not even sure it is lilo... i get into nt loader and it boots to windows fine with that drive in but when i go into linux to load lilo it flips..


All times are GMT -5. The time now is 02:24 AM.