LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-21-2013, 11:54 PM   #16
donnestorin
LQ Newbie
 
Registered: Sep 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled

I can not since returned kernel panic
 
Old 09-22-2013, 03:45 AM   #17
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,551

Rep: Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833Reputation: 2833
So your problem is that you cannot successfully boot your Slackware install.

This suggests a problem with your bootloader setup but we would need the output requested in post#11.
 
Old 09-22-2013, 04:15 AM   #18
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Slackware can't be installed to an NTFS partition.
 
Old 09-22-2013, 04:43 AM   #19
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,332

Rep: Reputation: Disabled
You will need to boot with your installation media.

After logging in as root, don't run setup again but issue following command:
Code:
fdisk -l
take a note of the output and report it here.

You can also tell how these partitions are used.

Consider the partitions that have Linux as System (as shown in fdisk -l) and do this (I assume /dev/sda1 has System Linux, adapt accordingly for the other ones case occuring):
Code:
mkdir /P1
mount -t auto /dev/sda1 /P1
ls -1 /P1
So you will know what's in it. I assume you have a / (root) partition for Slackware, maybe another one for /home.

If you report the layout you find we will be able to help you.

Also if you find the root partition, let's say as /P1 (with /etc in it), please do
Code:
cat /P1/etc/fstab
cat /P1/etc/lilo.conf
and tell us what you find.

To avoid you the hassle of copying all that on a paper you could also mount an USB key. Plug it in, assuming it is recognized as /dev/sdb1 (you can check with cat /proc/partitions), mount it:
Code:
mkdir /key
mount -t auto /dev/sdb1 /key
After that you can copy the file to the key, e.g.
Code:
cp /P1/etc/fstab /key/fstab.txt
The same way you can copy the results of a command, e.g.
Code:
fdisk -l > /key/fdisk.txt
ls -l /P1 > /key/lsP1.txt
When copying files is over, don't forget to umount the key:
Code:
umount /key
EDIT Again, It seems that I like to complicate things uselessly - just boot your system using the DVD as told in the first screen of the installer to get the info we need

Last edited by Didier Spaier; 09-22-2013 at 10:46 PM. Reason: EDIT added
 
1 members found this post helpful.
Old 09-24-2013, 03:36 AM   #20
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,201

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by gnashley View Post
Slackware can't be installed to an NTFS partition.
You can load Linux from NTFS with LILO, though this is not a good idea due to lack of POSIX permissions and etc..
 
Old 09-24-2013, 11:16 AM   #21
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
You might be able to load the linux kernel from NTFS, but no distro is going to be able to boot from an NTFS filesystem -except for one which loop-mounts an FS image from NTFS.
 
Old 09-24-2013, 12:31 PM   #22
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,201

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by gnashley View Post
You might be able to load the linux kernel from NTFS, but no distro is going to be able to boot from an NTFS filesystem -except for one which loop-mounts an FS image from NTFS.
As long as you can load the kernel image you can have a complete system. I've made a demo a few years ago:
Code:
chmod +x bbsplay.txt
./bbsplay.txt ntfs_slack.log
Attached Files
File Type: txt bbsplay.txt (1.2 KB, 9 views)
File Type: log ntfs_slack.log (58.2 KB, 10 views)
 
Old 09-24-2013, 01:42 PM   #23
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Yeah, well you got me there -I meant an installed system. Sounds pretty safe to assume the OP is not booting a fat kernel with a huge intrdfs inside...
 
Old 09-24-2013, 03:09 PM   #24
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,201

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by gnashley View Post
...
Sounds pretty safe to assume the OP is not booting a fat kernel with a huge intrdfs inside...
This demo is using the official "generic" kernel. LILO loaded both the bzImage and the initrd from NTFS (LILO does not care about the FS actually).

However, I agree that the OP is unlikely doing this way.

Last edited by guanx; 09-24-2013 at 03:10 PM.
 
Old 09-25-2013, 01:03 PM   #25
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 96
Calling Troll on this guy... he did similar in the G+ slackware group... helping just lead to frustration as the answers kept changing and the story got more and more bizarre... sry, not buying this is a real problem.

Just like on G+, he never answers your questions with anything useful, never answers them the same way twice, and never gives you any idea of what is really going on... you could get more information from emacs psychoanalyze scripts.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel panic on boot with new SATA drive Slackware 12 kernel: 2.6.21.5 theapodan Linux - Hardware 3 05-18-2009 03:02 PM
kernel panic: kernel-2.6.24.3 + alsa-1.0.16(or15) + Slackware-12 ludist Slackware 1 03-07-2008 09:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration