LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-21-2006, 02:08 PM   #1
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Rep: Reputation: 15
Dual Boot Slackware and XP


I have a XP installation on a mahcine and I want to install Slackware also.
How do I get fdisk or cfdisk to see the NTFS partion? I don't want to install over it by accident.
 
Old 10-21-2006, 02:22 PM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
What do you mean? Running fdisk or cfdisk will show you the partitions on the disk, NTFS ones included. IIRC, NTFS ones show up as type "HPFS/NTFS" or something like that.
 
Old 10-22-2006, 04:12 PM   #3
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Original Poster
Rep: Reputation: 15
I was trying to see the partition table in cfdisk. It only showed 3809 mb unused which was incorrect. I'm using a 40 gig hard drive. 20 was for windows and I want to use 20 for slackware.

I finallly got it installed except I somehow forgot to add the linux partition to LIlo. I know with Fedora I can boot off the cd and edit grub. Is the process similar with Slackware?
 
Old 10-22-2006, 04:43 PM   #4
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Original Poster
Rep: Reputation: 15
I got it installed. I tried booting slack and I get a
warning: unable to open an initial console.
Kernel panic: No init found. Try passing init= option to kernal.

I'm lost. What would cause this?

Last edited by jerzeejerome; 10-22-2006 at 05:02 PM.
 
Old 10-22-2006, 04:58 PM   #5
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
That message could indicate a lot of things being wrong, can you post about 10 - 15 lines of output above that?
 
Old 10-22-2006, 05:21 PM   #6
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Original Poster
Rep: Reputation: 15
There is nothing negative at that point:

raid5: using function: pIII_sse (2548.700 MB/sec)
md: md driver 0.90.0 Max_MD
md: Autodectection RAID arrays.
md: autorun
md:...autorun DONE.
LVM Version 1.0.8(17/11/2003)
Initializing Cryptographic API
NET4: Linux TCp/IP 1.0 for NET 4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table
TCP Hash tables configured
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux
VFS: Mounted root (ext2 filesystem) readonly
Freeing unused kenrnel meomory: 128k freed



Further up I do see several
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter. eerno =2

I'm wondering if I should have made it boot off the root partion instead of the /boot
 
Old 11-04-2006, 02:18 AM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Did you manage to get it working?

Quote:
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter. eerno =2
I'm not sure, but I don't think this is very serious. I also see several lines like this when I boot, but haven't had any problems.
 
Old 11-04-2006, 04:18 PM   #8
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Are you mounting the correct root filesystem? It looks like it's getting to the point where the kernel tries to execute /sbin/init but it is failing. Can you check your bootloader config and check if you have the right root partition specified on the kernel command line.
 
Old 11-20-2006, 09:39 PM   #9
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by btmiller
Are you mounting the correct root filesystem? It looks like it's getting to the point where the kernel tries to execute /sbin/init but it is failing. Can you check your bootloader config and check if you have the right root partition specified on the kernel command line.
I'm going to go through the process again. Maybe it will be easier for someone to help me.

on the setup screen I addswap
I click on Target and set up my partitions
/boot
/root
/home
/usr

Install from cd, I use the default settings and choose full install

Use a kernel from CD

This is one of the places I am confused, There are several different kernels. I have no idea which one to use. I don't know if I should use raid.s/bzImage or sata.i/bzImage. I don't have sata at the moment and I don't know if that kernel works woth ATA . I do have on board raid highpoint. I have tried both and get the exact same results.

When I get to the LILO installation (this is where I think my problem is) I have tried a simple install and Expert modes. I don't use a header since I don't know what it is or if I need one.

On the Select Lilo Target Location screen, I have tried Root Install to superblock, and MBR.
I'm using MBR on this install. I add a windows partiton then Linux. This is another place I am lost. If I add /boot I get the message I posted earlier. If I add /root it will go through the boot process and give me a welcome prompt, but I can't type a login name.
 
Old 11-21-2006, 12:39 AM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by jerzeejerome
Use a kernel from CD
There should be an option to use the kernel that you're using currently (i.e. the one you ran with the installer). I can't remember the exact wording.

Quote:
Originally Posted by jerzeejerome
When I get to the LILO installation (this is where I think my problem is) I have tried a simple install and Expert modes. I don't use a header since I don't know what it is or if I need one.
What do you mean by "header"?

Quote:
Originally Posted by jerzeejerome
If I add /boot I get the message I posted earlier. If I add /root it will go through the boot process and give me a welcome prompt, but I can't type a login name.
Where are you adding /boot or /root to? In any case, you shouldn't be adding /root anywhere, as that's root's home directory.

Last edited by Nylex; 11-21-2006 at 12:42 AM.
 
Old 11-21-2006, 05:19 PM   #11
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Nylex
There should be an option to use the kernel that you're using currently (i.e. the one you ran with the installer). I can't remember the exact wording.



What do you mean by "header"?



Where are you adding /boot or /root to? In any case, you shouldn't be adding /root anywhere, as that's root's home directory.
The install ask for a header for Lilo when you are adding partions.

How is the OS going to function without a root partition? I was explaining from a fresh install.

Last edited by jerzeejerome; 11-21-2006 at 05:26 PM.
 
Old 11-21-2006, 07:41 PM   #12
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
The root partition is mounted on / not /root. As Nylex said, /root is root's home directory. / is the root of the filesystem.
 
Old 11-21-2006, 07:50 PM   #13
jerzeejerome
Member
 
Registered: Aug 2006
Location: Jersey, USA
Distribution: Fedora 34
Posts: 68

Original Poster
Rep: Reputation: 15
Ok I figured out what I was doing wrong. I didn't need a /boot partition. I mounted the / partition and it worked. Another problem was it didn't like the usb mouse. I used a PS2 adapter then it worked fine. Could be an issue with the motherboard. Thanks guys.
 
  


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
Dual boot windows/slackware, but slackware installed first? Cryptic_K Slackware 3 11-20-2006 12:49 PM
dual boot Slackware/XP c_olin3404 Slackware 7 05-15-2005 08:08 AM
system alarm on boot in slackware 10.0 but not win2000(dual boot) Arch Stanton Slackware 3 01-24-2005 10:33 AM
Dual-boot Slackware and XP dustin_wielenga Slackware 27 01-09-2005 10:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:02 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