LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-10-2003, 07:13 AM   #1
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Rep: Reputation: 16
knoppix hd install


hey i am planning on doing aknoppix hd installand would like to know if its safe as in it wont overwrite my mandrake lilo and i can just add knoppix to my drake lilo.conf i hope someone know this
 
Old 09-10-2003, 02:29 PM   #2
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Original Poster
Rep: Reputation: 16
well i went and did it anyway before i got a response so what happened was it went really smoothly i didnt configure lilo during setup and my mandrake lilo is still entact exept now i need to know what to do to add knoppix to lilo in mandrale lilo.conf

here is my lilo.conf for mandrake

boot="/dev/hdc"
map=/boot/map
install=menu
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout="100"
message=/boot/message
menu-scheme=wb:bw:wb:bw

image="/boot/vmlinuz"
label="linux"
root="/dev/hdc6"
initrd="/boot/initrd.img"
append="quiet devfs=mount hda=ide-scsi acpi=off"
vga=788
read-only

image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hdc6
initrd=/boot/initrd.img
append="devfs=mount hda=ide-scsi acpi=off"
read-only

image=/boot/vmlinuz
label="failsafe"
root=/dev/hdc6
initrd=/boot/initrd.img
append="failsafe devfs=nomount hda=ide-scsi acpi=off"
read-only

other=/dev/hdc1 label="windows"
table=/dev/hdc

other=/dev/fd0 label="floppy" unsafe

and here is my lilo conf from knoppix

boot=/dev/hdd5
vga=791
prompt
timeout=50
append = "hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi apm=power-off nomce"

image=/boot/vmlinuz-2.4.20-xfs
label=knoppix
root=/dev/hdd5
read-only
initrd=/boot/initrd.gz

## A Windows installation, example for partition 1 on first IDE harddisk
# other=/dev/hda1
# label=dos
# optional
# table=/dev/hda


is it as simple as adding

this line to my mandrake lilo.conf

image=/boot/vmlinuz-2.4.20-xfs
label=knoppix
root=/dev/hdd5

could some plz help me clean this up i also have my fstab
here as well from mandrake

dev/hdc6 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdc8 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/cdrom2 supermount dev=/dev/hdd,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hdc1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hdc5 /mnt/win_d vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
/dev/hdc7 swap swap defaults 0 0
/dev/hdd1 /mnt/hd auto user,kudzu,noauto,umask=0,exec 0 0




i like it how it mount my drives at start up, and here is my knoppix fstab


# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hdd5 / ext3 defaults,errors=remount-ro 0 1
/dev/hdc7 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
# partitions found by Knoppix
#/dev/hdc1 /mnt/hdc1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
#/dev/hdc5 /mnt/hdc5 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
#/dev/hdc6 /mnt/hdc6 ext3 noauto,users,exec 0 0
#/dev/hdc8 /mnt/hdc8 ext3 noauto,users,exec 0 0
#/dev/hdd1 /mnt/hdd1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0


do you think it is as simple as copying my fstab from mandrake to my knoppix box if so i need to keep file attributes i know there is a cmd to copy a file keeping these attributes is it cp somthing fstab
oh and i did make a boot floppy thats the only way to get into knoppix it has a syslinux.cfg file that reads default knoppix
prompt 1
timeout 50
label knoppix
kernel vmlinuz
append root=/dev/hdd5 ro vga=791 apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi nomce initrd=initrd.gz

alright thanx in advance
 
Old 09-10-2003, 11:37 PM   #3
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Original Poster
Rep: Reputation: 16
just to keep you posted this is what i have tried so far

hasnt worked yet tried heaps of different things mandrake has been acting slow and buggy i may end just sticking with knoppix instead.

boot=/dev/hdc
map=/boot/map
install=menu
default=linux
keytable=/boot/us.klt
prompt
nowarn
timeout=300
message=/boot/message
menu-scheme=wb:bw:wb:bw

image=/boot/vmlinuz
label=linux
root=/dev/hdc6
initrd=/boot/initrd.img
append="quiet devfs=mount hda=ide-scsi acpi=off"
vga=788
read-only

image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hdc6
initrd=/boot/initrd.img
append="devfs=mount hda=ide-scsi acpi=off"
read-only

image=/boot/vmlinuz
label=failsafe
root=/dev/hdc6
initrd=/boot/initrd.img
append="failsafe devfs=nomount hda=ide-scsi acpi=off"
read-only

other=/dev/hdc1
label="windows_xp"
table=/dev/hdc

image=/boot/vmlinuz-2.4.20-xfs
label=knoppix
root=/dev/hdd5
initrd=/boot/initrd.gz
append ="apm=power-off"
read-only
 
  


Reply



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
i got knoppix on cd and it rocks when booted! wut can i do to install knoppix on HD? kublador Linux - Distributions 4 12-12-2005 04:08 PM
trying to install softmodem in knoppix, cannot make install Ricio Linux - Distributions 2 11-01-2004 02:22 PM
knoppix liveCD install works great, HD install not so good stephanie_k Linux - Newbie 3 05-10-2004 09:41 AM
How does one remove the custom KNOPPIX graphics from a KNOPPIX HD Install? apache363 Linux - Distributions 2 03-29-2004 05:08 AM
Cannot install gnome-utils....Knoppix 3.2 HD install quo_vadis Debian 3 11-10-2003 07:44 AM

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

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