LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 06-03-2007, 05:59 AM   #1
cuek80
LQ Newbie
 
Registered: Apr 2007
Distribution: Slackware, Slax
Posts: 26

Rep: Reputation: 15
Dual OS (WinXP - Slack) - Please Help.. =(


i know there are lots of discussion/reference about this, but i just can't make it work..
i m new with linux, and after reading some article, i decided to try slackware..
i have:
- slackware dvd
- 2 hdd (maxtor & seagate if brand does matter)
SEAGATE (150 Gb)
hda1 = primary partition - ntfs 20Gb - win xp pro
hda5 = extended/logical partition - ntfs 130Gb - data

MAXTOR (56 Gb)
hdb1 = primary partition - ntfs 46 Gb - data
hdb2 = primary partition - swap 2 Gb - linux swap
hdb3 = primary partition - ext2 8 Gb - slackware

installation step i've done:
1. install slackware using dvd
2. install lilo to superblock (expert mode)
3. create lnx file using
Code:
dd if=/dev/hdb3 of=/sda1/linux.lnx bs=1 count=512
4. copy the file to c:\
5. insert boot option to boot.ini
Code:
c:\linux.lnx="Slackware v11"
now, when i boot my pc and choose slackware v11, only several "L" appear without error code..
where did i do wrong?
here is my lilo.conf
Code:
boot = /dev/hdb3

vga = normal

image = /boot/vmlinuz
  root = /dev/hdb3
  label = linux
  read-only
there several lines start with #, that's comments, rite? should i post it to?
fyi, i don't insert "prompt" and only add linux on purpose.

please please please.. help me...

ps. i can boot slackware using dvd with boot code:
Code:
sata.i root=/dev/hdb3 noinitrd ro
i have slax on usb flashdrive if that can be used to solve the problem? i don't know.. clueless =(

Last edited by cuek80; 06-03-2007 at 06:01 AM.
 
Old 06-03-2007, 07:47 AM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Let us see the complete /etc/lilo.conf.
 
Old 06-03-2007, 09:03 AM   #3
cuek80
LQ Newbie
 
Registered: Apr 2007
Distribution: Slackware, Slax
Posts: 26

Original Poster
Rep: Reputation: 15
here u go..
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hdb3
#compact        # faster, but won't work on all systems.
#prompt
#timeout = 5
# 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/hdb3
  label = linux
  read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
 
Old 06-03-2007, 02:32 PM   #4
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Quote:
Originally Posted by cuek80
3. create lnx file using
Code:
dd if=/dev/hdb3 of=/sda1/linux.lnx bs=1 count=512
4. copy the file to c:\
5. insert boot option to boot.ini
Code:
c:\linux.lnx="Slackware v11"
If you use LILO as bootloader, you don't need these steps.
Boot from Slackware DVD, run again liloconfig in expert mode, install LILO in MBR on /dev/hda, add your Windows and Linux partitions.
 
Old 06-04-2007, 03:32 AM   #5
cuek80
LQ Newbie
 
Registered: Apr 2007
Distribution: Slackware, Slax
Posts: 26

Original Poster
Rep: Reputation: 15
i tried that method.. mess my mbr..
only "L" appear and nothing happen..

but here's something wierd:
when i install lilo to mbr.. and i re-config lilo using my usb live (slax), it works.. lilo boot manager appear...
but... if i boot without my flashdrive on the usb, it stuck with an "L" again...

this is how i re-config lilo using flashdrive:
i boot to usb, login as root in slax, run "/sbin/liloconfig". reconfig using lilo gui, expert mode, install to mbr.. copy "/etc/lilo.conf" from usb to "/hdb3/etc/" and then reboot..
 
Old 06-05-2007, 04:54 AM   #6
cuek80
LQ Newbie
 
Registered: Apr 2007
Distribution: Slackware, Slax
Posts: 26

Original Poster
Rep: Reputation: 15
anyone? no suggestion?
 
Old 06-07-2007, 08:31 PM   #7
cuek80
LQ Newbie
 
Registered: Apr 2007
Distribution: Slackware, Slax
Posts: 26

Original Poster
Rep: Reputation: 15
Talking case close!!!

k, giving up the idea using superblock..
so i here's what i do:
- i change the partition of hdd maxtor
hdb1-ext2
hdb2-swap
hdb5-fat32 (exchange file purpose between os)
- re-install lilo to mbr, not to hda, but to hdb..
- using bios boot menu by pressing F8 to boot to maxtor instead of seagate if i want to boot slackware..

it works now... not very practical.. well at least now i have dual os work, and i think there wont be a problem if i re-install windows.. rite?
now i having other problem regarding nvidia driver n network.. i'll post another topic...

thank you.. case closed
 
Old 06-08-2007, 08:06 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by cuek80
k, giving up the idea using superblock..
so i here's what i do:
- i change the partition of hdd maxtor
hdb1-ext2
hdb2-swap
hdb5-fat32 (exchange file purpose between os)
- re-install lilo to mbr, not to hda, but to hdb..
- using bios boot menu by pressing F8 to boot to maxtor instead of seagate if i want to boot slackware..

it works now... not very practical.. well at least now i have dual os work, and i think there wont be a problem if i re-install windows.. rite?
now i having other problem regarding nvidia driver n network.. i'll post another topic...

thank you.. case closed
Hi,

Sorry about not getting back to the topic until now.

You can use the superblock, I do it all the time.

You should load your windows first then the Linux. That way no conflict. You can create a boot load file for the ntloader. Here's a link that is a good example.
 
Old 06-08-2007, 08:59 AM   #9
cuek80
LQ Newbie
 
Registered: Apr 2007
Distribution: Slackware, Slax
Posts: 26

Original Poster
Rep: Reputation: 15
no.. really.. it's fine..
i've tried using superblock, tried to use .lnx and .bin extention.. never tried using .img though. will that make a big diff?
now.. i promise u this.. next time i reinstall slack, i'll give it another try. hehehe.. and i think that wont be long
i'll post the outcome here later..
btw.. now i'm trying to set up my network n nvidia vga card

thanks...
 
  


Reply

Tags
dual, lilo, slackware, windows xp



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 hangs - slack & winxp timoioi Linux - Software 5 10-09-2005 10:18 PM
WinXP Slack Dual Booting on a 200GB Seagate Barracuda kurtwisener Slackware 1 10-18-2004 01:23 AM
Dual Boot Slack and WinXP c31c Linux - Newbie 42 03-23-2004 01:51 PM
vmware Slack (Host)/WinXP - dual-boot issues gearsmithy Linux - Software 0 01-28-2004 10:42 AM
Dual boot - Slack 9.1, WinXP Pro blade00 Linux - General 10 12-30-2003 09:07 PM

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

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