Jump to content

Mepis ( kernel 2.6 and KDE 3.2.2 ) for Colin


Bruno

Recommended Posts

  • Replies 200
  • Created
  • Last Reply

Top Posters In This Topic

  • kamicota

    99

  • Bruno

    76

  • quint

    12

  • teacher

    10

Top Posters In This Topic

Heck Julia/BrunoI went slow & steady even unchecked the Grub Box Did NOT get the make rescueAnd B) :P :( ;) :'( :P I STILL have the MDK 10 loader BUT :o neither MDK, MEPIS or PCLOs will load.I rebooted with PCLos rescue cd and that's where I'm at CONFUSED as ever :blink: Colin :D

Link to comment
Share on other sites

Great Colin . . . well, let us see what the damage is :lol:You are in PCLos ? Do:

$ su< password ># /sbin/lilo# reboot

And tell me if you get the PCLos Lilo at boot :DB) Bruno

Link to comment
Share on other sites

Great Colin . . good progress !!Question . . is Windows already in PCLos Lilo ??Here is the first stage of commands:

$  su < password > #  mkdir  /mnt/mepis #  mkdir  /boot/mepis #  ls  /boot

:P Bruno

Link to comment
Share on other sites

[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# mkdir /mnt/mepis[root@localhost kamicota]# mkdir /boot/mepis[root@localhost kamicota]# ls /bootboot.0300 lost+found/boot.0800 mapconfig@ mepis/config-2.4.23-2.tmb.2mdk message@diag1.img message-graphicdiag2.img message-textinitrd-2.4.23-2.tmb.2mdk.img System.map@initrd.img@ System.map-2.4.23-2.tmb.2mdkkernel.h@ us.kltkernel.h-2.4.23-2.tmb.2mdk vmlinuz@livecd.klt vmlinuz-2.4.23-2.tmb.2mdk[root@localhost kamicota]#Colin

Link to comment
Share on other sites

Brilliant . . step 2:

# mount  /dev/hda7  /mnt/mepis # cp  /mnt/mepis/boot/vmlinuz-2.4.26  /boot/mepis # cp  /mnt/mepis/boot/vmlinuz-2.6.4  /boot/mepis # ls  /boot/mepis

:P Bruno

Link to comment
Share on other sites

:P [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# mount /dev/hda7 /mnt/mepis[root@localhost kamicota]# cp /mnt/mepis/boot/vmlinuz-2.4.26 /boot/mepis[root@localhost kamicota]# cp /mnt/mepis/boot/vmlinuz-2.6.4 /boot/mepis[root@localhost kamicota]# ls /boot/mepisvmlinuz-2.4.26 vmlinuz-2.6.4[root@localhost kamicota]#Colin :P
Link to comment
Share on other sites

Great Job Colin !!!Next step:

# kedit  /etc/lilo.conf

( Or use kwrite if you prefer ) This will open a window with the lilo.conf file in it . . . now PASTE at the bottom of it:

image=/boot/mepis/vmlinuz-2.4.26          label="Mepis-24"          root=/dev/hda7          vga=788           read-only  image=/boot/mepis/vmlinuz-2.6.4          label="Mepis-26"          root=/dev/hda7          vga=788           read-only  other=/dev/hda1      	 label="Windows"      	 table=/dev/hda

Then save the file and close the kedit window.Then show me:

# cat /etc/lilo.conf

:P Bruno

Link to comment
Share on other sites

[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# cat /etc/lilo.confboot=/dev/hdamap=/boot/mapdefault="pclinuxos"keytable=/boot/livecd.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.23-2.tmb.2mdk label="pclinuxos" root=/dev/hda9 initrd=/boot/initrd-2.4.23-2.tmb.2mdk.img append="devfs=mount splash=silent" vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.4.26 label="Mepis-24" root=/dev/hda7 vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.6.4 label="Mepis-26" root=/dev/hda7 vga=788 read-onlyother=/dev/hda1label="Windows"[root@localhost kamicota]#Colin

Link to comment
Share on other sites

:P [root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#Colin :P
Link to comment
Share on other sites

Sorry Colin . . I am missing the last line I gave you :other=/dev/hda1 label="Windows" table=/dev/hda <-------------------------------- !!!!!:P Bruno

Link to comment
Share on other sites

# kedit /etc/lilo.conf

And add:

table=/dev/hda

Directly at the end and then save the file again and:

# cat /etc/lilo.conf

:P Bruno

Link to comment
Share on other sites

this is what I get in Kedit nowboot=/dev/hdamap=/boot/mapdefault="pclinuxos"keytable=/boot/livecd.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.23-2.tmb.2mdk label="pclinuxos" root=/dev/hda9 initrd=/boot/initrd-2.4.23-2.tmb.2mdk.img append="devfs=mount splash=silent" vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.4.26 label="Mepis-24" root=/dev/hda7 vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.6.4 label="Mepis-26" root=/dev/hda7 vga=788 read-onlyother=/dev/hda1label="Windows"table=/dev/hdaColin

Link to comment
Share on other sites

Bruno because We cross Posted this is what I have now after I checked[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#I did NOT do # kedit /etc/lilo.confAnd add:CODEtable=/dev/hdaDirectly at the end and then save the file again and:CODE# cat /etc/lilo.confColin

Link to comment
Share on other sites

[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]# cat /etc/lilo.confboot=/dev/hdamap=/boot/mapdefault="pclinuxos"keytable=/boot/livecd.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.23-2.tmb.2mdk label="pclinuxos" root=/dev/hda9 initrd=/boot/initrd-2.4.23-2.tmb.2mdk.img append="devfs=mount splash=silent" vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.4.26 label="Mepis-24" root=/dev/hda7 vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.6.4 label="Mepis-26" root=/dev/hda7 vga=788 read-onlyother=/dev/hda1label="Windows"table=/dev/hda[root@localhost kamicota]#Guess I'd better do the CODE# kedit /etc/lilo.confAnd add:CODEtable=/dev/hdaDirectly at the end and then save the file again and:CODE# cat /etc/lilo.confOver again eh :P

Link to comment
Share on other sites

NO NO Colin . . it is Okay this way . . don't change anything !!just do

# /sbin/lilo

Again and we are ready !:P Bruno

Link to comment
Share on other sites

[root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#That's itColin

Link to comment
Share on other sites

Now first try to reboot into Windows . . . . if that is okay then try Mepis-24 . . . . . and post from there ;):P Bruno

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...