Results 1 to 10 of 10
Just install debian etch on hd1 with Slackware 12 on hd3 which I already had running with lilo bootloader, I selected Grub on debian to use for bootload, Now debian ...
- 06-20-2007 #1Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Booting Slack 12.0
Just install debian etch on hd1 with Slackware 12 on hd3 which I already had running with lilo bootloader, I selected Grub on debian to use for bootload, Now debian grub has 4 titles slackware /hd3 for booting and I tried to boot from the first one and got kernel panic.
Looked into grub menu and found that each of the slackware hd3 have different kernel /boot/vmlinuz. Ok which kernel is the right one?
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda3.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda3)
root (hd0,2)
kernel /boot/vmlinuz-generic-2.6.21.5 root=/dev/hda3
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda3.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda3)
root (hd0,2)
kernel /boot/vmlinuz-generic-smp-2.6.21.5-smp root=/dev/hda3
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda3.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda3)
root (hd0,2)
kernel /boot/vmlinuz-huge-2.6.21.5 root=/dev/hda3
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda3.
title Slackware Linux (Slackware 12.0.0) (on /dev/hda3)
root (hd0,2)
kernel /boot/vmlinuz-huge-smp-2.6.21.5-smp root=/dev/hda3
savedefault
boot
frank@debian:~$
__________________
- 06-20-2007 #2
mount hda3 partition and open /etc/lilo.conf file. check which kernel version its using. is it using any kernel parameter ( append line ). edit menu.lst file of Debian accordingly.
check /boot partition of hda3 for available kernels.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-20-2007 #3Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
OK here it is,
Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda3
label = Linux
read-only
# Linux bootable partition config ends
What do I put in Grub?
- 06-20-2007 #4
just put vmlinuz only.
Code:title Slackware Linux root (hd0,2) kernel /boot/vmlinuz ro root=/dev/hda3 savedefault boot
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-20-2007 #5
From where did you can the Slackware 12.0 ? i'm just asking .and do you know when the official version will be released ?
Linux is not only an operating system, it's a philosophy.
Archost.
- 06-20-2007 #6i was searching for Slackware 12 too and got a little info here.
Originally Posted by aliov It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-20-2007 #7Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Got from Slackware mirror current iso.
I'm getting "Kernel panic-not syncing:VFS Unable to mount root on unknown - block (33)
Going back to try to boot with your
title Slackware Linux
root (hd0,2)
kernel /boot/vmlinuz ro root=/dev/hda3
savedefault
boot
let you know soon.
- 06-20-2007 #8Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Resolved!
That did it, here I am in Slack 12.0, Thanks Guys, your on the ball. Great company.
devils_casper
just put vmlinuz only.
Code:
title Slackware Linux root (hd0,2)
kernel /boot/vmlinuz ro root=/dev/hda3
savedefault
boot
- 06-20-2007 #9
you are Welcome fvs ! glad to help you.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-20-2007 #10Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote
