LinuxQuestions.org
Visit Jeremy's Blog.
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 05-03-2006, 01:35 PM   #1
/y0shi
Member
 
Registered: Jan 2006
Location: berlin, germany
Distribution: slackware 12.0
Posts: 58

Rep: Reputation: 17
Slackware 10.2 on a Vaio, cant write to masterbootrecord


I installed allready a few times debian on that vaio sony notebook (its not mine, but its the one of a friend ...) and all worked pretty well.
So now I really want slackware on that box cause I like slackware more I have really good experiences on my thinkpad with slackware 10.2 ...

So I tried to install slackware on that vaio box strictly from cd cause there no floppy and no chance to connect an extern floppydrive.
Installation proces worked well exept this lilo install ...
... I dont really understand why I cant write to the masterbootrecord cause under debian it works
I would make a bootfloppy but there is like I sad no possibility to connect a floppydrive ...
Some ideas? I really would enjoy some slackware on that box

thx in advance (hopefully)
 
Old 05-04-2006, 07:26 AM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,994
Blog Entries: 46

Rep: Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232
Quote:
Originally Posted by /y0shi
I installed allready a few times debian on that vaio sony notebook (its not mine, but its the one of a friend ...) and all worked pretty well.
So now I really want slackware on that box cause I like slackware more I have really good experiences on my thinkpad with slackware 10.2 ...

So I tried to install slackware on that vaio box strictly from cd cause there no floppy and no chance to connect an extern floppydrive.
Installation proces worked well exept this lilo install ...
... I dont really understand why I cant write to the masterbootrecord cause under debian it works
I would make a bootfloppy but there is like I sad no possibility to connect a floppydrive ...
Some ideas? I really would enjoy some slackware on that box

thx in advance (hopefully)
Hi,

Did you make the partition active/boot when you created? You can check this with fdisk or cfdisk. The partition would have an asterisk in the active/boot column to indicate so.

You could use the install cd1 or a live-cd to use the fdisk or cfdisk utilities.

You could use the install cd1 to boot your slackware!
 
Old 05-05-2006, 04:28 AM   #3
/y0shi
Member
 
Registered: Jan 2006
Location: berlin, germany
Distribution: slackware 12.0
Posts: 58

Original Poster
Rep: Reputation: 17
thanx for your help so far!
well it is some time ago, but I think the slackware root-partition had the boot flag not activated, because there is windows on that box (same harddrive differend partition) ...

If I could boot the installed slackware from slackware installationdisc1 that would be a nice try, I than could install grub and see weather grub works.
But how do I boot my installed slackware with the installationdisc1 and do not reinstall?
 
Old 05-05-2006, 08:04 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,994
Blog Entries: 46

Rep: Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232
Quote:
Originally Posted by /y0shi
thanx for your help so far!
well it is some time ago, but I think the slackware root-partition had the boot flag not activated, because there is windows on that box (same harddrive differend partition) ...

If I could boot the installed slackware from slackware installationdisc1 that would be a nice try, I than could install grub and see weather grub works.
But how do I boot my installed slackware with the installationdisc1 and do not reinstall?
Hi,

As I stated in a previous post, you can use the install cd1 as a boot cd. Check and make sure that the partition is active for the boot. If it is a windows partition and is the active boot then you can use lilo to do a dual boot. Since you loaded linux after windows.

If it is a matter of just editing your current lilo then just boot with the cd1. Create a mount point such as;
[CODE]
#mkdir /mnt/tmpboot
#mount /dev/hdaN /mnt/tmpboot #change N to your%

Last edited by onebuck; 05-05-2006 at 08:09 AM.
 
Old 05-16-2006, 10:58 AM   #5
Hendronicus
Member
 
Registered: Feb 2006
Location: Oldsmar, Fl. USA
Distribution: Slackware, Ubuntu
Posts: 176

Rep: Reputation: 50
Did you make sure that the MBR write protection is set to "off" in the bios? Sometimes they call it virus protection.
 
Old 05-17-2006, 09:02 AM   #6
/y0shi
Member
 
Registered: Jan 2006
Location: berlin, germany
Distribution: slackware 12.0
Posts: 58

Original Poster
Rep: Reputation: 17
ok thx so far, but this laptop is the one of a friend and now she wants to keep her debian untill she buys herself a new harddisk (she wants to do that) - than I will try your help and say how it worked ...

till than
 
Old 05-17-2006, 04:56 PM   #7
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Gentoo on headless; Arch on everything that requires a GUI
Posts: 6,941

Rep: Reputation: 137Reputation: 137
Welcome to LQ!

Install LiLO to the MBR.

Slackware (Linux) does not need a partition flagged "bootable".

LiLO will boot both Windoze XP and Slackware (Linux).

You boot with the Slackware CD1 by issuing at the boot: prompt
Code:
bare.i root=/dev/hdax noinitrd ro
where x is the Slackware / (root) partition.

Advise her to buy a Seagate drive.

Is her name Debbie, or yours Ian? If not, she/you shouldn't use DebIan. ;-)
 
Old 05-19-2006, 08:42 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,994
Blog Entries: 46

Rep: Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232Reputation: 3232
Quote:
Originally Posted by Chinaman
Welcome to LQ!

Install LiLO to the MBR.

Slackware (Linux) does not need a partition flagged "bootable".

LiLO will boot both Windoze XP and Slackware (Linux).

You boot with the Slackware CD1 by issuing at the boot: prompt
Code:
bare.i root=/dev/hdax noinitrd ro
where x is the Slackware / (root) partition.

Advise her to buy a Seagate drive.

Is her name Debbie, or yours Ian? If not, she/you shouldn't use DebIan. ;-)
Hi,

Just to clear up the OP. The active partition for the /dev/hda would be the windows /dev/hda1. The boot could be set to active if you wish to boot other distributions on different partitions or different devices with other partitions either via mbr or superblock.

You then would setup lilo/grub to select the desired distro. This would be set within the stanza of the configuration file for each distro. You can write the lilo/grub to the superblock for this method.

As for the advice to purchase a Seagate drive. That would not be my first choice for a hard disk!
 
  


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
Sony VAIOŽ FS742/W Notebook and Slackware Fritz_Monroe Linux - Laptop and Netbook 2 11-14-2005 10:19 AM
how can i write cd's in slackware nick021 Linux - Newbie 6 09-16-2005 12:35 AM
Masterbootrecord and changing distributions artificialGekko Linux - General 8 03-11-2005 08:33 AM
Slackware 10 on Sony Vaio laptop Gimzo Slackware 1 07-01-2004 08:56 AM
Appreciate help installing Slackware 9.1 on Sony Vaio PCG-R505JS Matashi Linux - Laptop and Netbook 0 03-14-2004 03:41 AM

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

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