LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-31-2005, 04:56 PM   #1
emcoder123
LQ Newbie
 
Registered: Jul 2004
Location: Qatar
Distribution: Slackware 10.1
Posts: 17

Rep: Reputation: 0
A Laptop Puzzle


Hey guys,

I have a small problem. You see, I didnt download the slackware ISOs, instead I got the tgz files and loadlin in order to start the setup program from dos...because I didnt have a cd writer...but now I got a laptop, and it doesnt have a floppy disk, so I cant open dos under normal xpian circumstances. So, I cant boot dos, and I cant boot the cd. What can I do to install it ( PS, I dont have a network connection, and I have a modem connection, so dont bother with 'download the isos' + 'my laptop has a cd-rw).

I just have to install slackware on it.

Thank you.
 
Old 08-31-2005, 05:09 PM   #2
Fluxx
Member
 
Registered: Aug 2005
Location: Bavaria, Germany
Distribution: Slackware (Current)
Posts: 225

Rep: Reputation: 30
Do you know somebody with an old Windows98SE CD to boot into DOS? Or are you able (I hope I understood you right that there is a CD-RW in your new laptop?) to create in Windows with a burning program a bootable CD with FREEDOS on it and then boot into DOS and install Slackware?

Only two ideas ...

I installed Slackware to a Toshiba Libretto without Floppy and without CD-ROM by removing the harddisk and inserting it to another laptop only for installing Slackware and to install the bootloader.

Fluxx.

Last edited by Fluxx; 08-31-2005 at 05:18 PM.
 
Old 08-31-2005, 05:10 PM   #3
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
Without a floppy or CDROM, your options for installing the system are severely limited. Your best bet would probably actually be CoLinux or if you want something slack-based, AmigoLinux, both of which can run from within your existing Windows installation. You could also try ZipSlack.

If you've got a CDROM drive, and the laptop can boot from it, you can also order the Slackware CDs from http://store.slackware.com/cgi-bin/store

They're reasonably priced, though obviously more expensive than calling ${RANDOM_FRIEND_WITH_HIGH_SPEED_AND_BURNER} and getting them to make the discs for you. Still... support Pat. Even though it's more expensive to order the discs from the store, the store is Pat's only source of income and if you use the product extensively, you should reward him for his work.
 
Old 08-31-2005, 05:50 PM   #4
emcoder123
LQ Newbie
 
Registered: Jul 2004
Location: Qatar
Distribution: Slackware 10.1
Posts: 17

Original Poster
Rep: Reputation: 0
That was my first guess, the Windows 98SE bootable cd. I dont have one, but I can get one, as well as a bootable cd ( I dont know how I am going to get a FreeDOS or x-Dos bootable cd ). I have a SuSE 9.2 live cd, cant I use grub to boot color.gz ( initrd ) from my local partition.

Thanks
 
Old 09-01-2005, 02:29 AM   #5
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
THIS is a Windows 98SE boot floppy that I made from a fresh install and then converted into a bootable ISO, if that will help you... My floppy drive went out on me a couple years ago so I came up with this idea... Works a charm.
 
Old 09-01-2005, 02:39 AM   #6
Fluxx
Member
 
Registered: Aug 2005
Location: Bavaria, Germany
Distribution: Slackware (Current)
Posts: 225

Rep: Reputation: 30
If you have a bootable CD-ROM-Device and a SuSE Live-CD you are able to install Slackware out of running SuSE. The Slackware packages should be on your local harddisk or on a USB-drive.

Boot SuSE, run "cfdisk" to partition your harddisk and format your partitions with "mkfs....".

Then mount the partition to which you want to install Slackware with "mount -t reiserfs(or xfs) /dev/hda_where_you_want_install_Slackware /mnt/hd" (you can create the mountpoint /mnt/hd if it doesn't exist in SuSE).

Then mount the partition with the Slackware packages in the same way with a different mountpoint and "cd /mnt/hda_where_your_packages_are".

With "installpkg -root /mnt/hd /mnt/where_you_mounted_the_partition_with_slackware_packages/slackware-packages.tgz" you are able to install all the Slackware packages to your Slackware partition (if you have more directories e. g. a directory with several other directories in it which contain the Slackware packages like a, d, n, kde, xap and so on, you can add to the command above something like "installpkg -root /mnt/hd /mnt/where_you_mounted_the_partition_with_slackware_packages/*/*/slackware-packages.tgz").

After all packages are installed you can chroot to the Slackware partition with two commands:

"mount --bind /dev /mnt/hd/dev"
"chroot /mnt/hd"

and there you install LiLO with

"liloconfig".

Now you are able to reboot and Slackware should be present within LiLO.

Fluxx.

P. S.: I hope that I didn't forget something important, just try it, I think it will work fine.
 
Old 09-01-2005, 08:29 AM   #7
DyeKid
Member
 
Registered: Apr 2003
Distribution: Slackware 10.2 (AMD64 Desktop, HP ZV5120US & IBM T20 Laptops) Suse 10.1 (IBM T23 Laptop)
Posts: 58

Rep: Reputation: 15
I ran across this nice bootdisk site a while back,

www.bootdisk.org

You can have a friend download the bootddisk of your choice, burn it to cd, and boot it from your hard drive.
 
Old 09-01-2005, 03:37 PM   #8
emcoder123
LQ Newbie
 
Registered: Jul 2004
Location: Qatar
Distribution: Slackware 10.1
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks

Well, to be precise, all I was asking for was a bootable dos cd, but I got more. Thanks very much jong and fluxx.

Anyways, that seems a pretty darn good idea. I do have a SuSE Live CD, and I know how to install, but it's annoying to boot it.

Anyways, thanks.

Last edited by emcoder123; 09-01-2005 at 03:58 PM.
 
Old 09-01-2005, 05:32 PM   #9
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
That 98seboot.iso is DOS. That's why I posted a link altho I'm not sure if that will do what you want or not...
 
Old 09-02-2005, 06:09 AM   #10
Fritz_Monroe
Member
 
Registered: Nov 2004
Location: Maryland, USA
Distribution: Mint 13
Posts: 276

Rep: Reputation: 31
Take a look at the Ultimate Boot CD. It allows you to boot different free DOS versions. Also has a ton of free utilities. Saw that you didn't have a CD writer, there's links to people that will burn it for you.

See that, being a DOS/Windows guy does come in handy sometimes.

F_M
 
Old 09-02-2005, 08:44 AM   #11
emcoder123
LQ Newbie
 
Registered: Jul 2004
Location: Qatar
Distribution: Slackware 10.1
Posts: 17

Original Poster
Rep: Reputation: 0
Yeah, that'll do, you see all I need is to boot into dos, and then everything will be alright, since I can loadlin from there into the setup program. I dont need cd support, I have it on my local hard drive.
Anyways, that sounds like a great cd, the ultimate one :-).

Thanks.
 
  


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
GTK puzzle Chuck23 Fedora 9 08-24-2004 03:04 AM
Partition puzzle davoman Linux - General 7 04-26-2004 08:35 PM
Binary Puzzle aioss Programming 25 02-08-2004 02:50 PM
dhcpd puzzle sureshot! Linux - Networking 3 10-22-2003 05:54 AM
A puzzle for you to figure out, I can't cpeppler Linux - Software 12 10-06-2003 12:37 PM

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

All times are GMT -5. The time now is 09:48 AM.

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