Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Why won't sharks eat lawyers? Professional courtesy.


computers / alt.os.linux.slackware / Re: How2 GRUBboot Slak13's lilo-booted partition?

SubjectAuthor
* How2 GRUBboot Slak13's lilo-booted partition?diojso
`- Re: How2 GRUBboot Slak13's lilo-booted partition?Pascal Hambourg

1
How2 GRUBboot Slak13's lilo-booted partition?

<s950pl$rlu$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=360&group=alt.os.linux.slackware#360

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!aioe.org!TEjQgFaEexXr9GEZ8W/7aQ.user.gioia.aioe.org.POSTED!not-for-mail
From: diojso@gmail.com
Newsgroups: alt.os.linux.slackware
Subject: How2 GRUBboot Slak13's lilo-booted partition?
Date: Tue, 1 Jun 2021 10:05:42 +0000 (UTC)
Organization: gagaioakl -0if
Lines: 39
Message-ID: <s950pl$rlu$1@gioia.aioe.org>
NNTP-Posting-Host: TEjQgFaEexXr9GEZ8W/7aQ.user.gioia.aioe.org
X-Complaints-To: abuse@aioe.org
X-Notice: Filtered by postfilter v. 0.9.2
 by: diojso@gmail.com - Tue, 1 Jun 2021 10:05 UTC

I had a standard slackware-13 installation running on a PC.
Now I'm forced to use a laptop. ShitHole location: needs mobility.
Via a USBhub, with a USBdisk, which `lsblk` shows as : ...
sdc 8:32 0 465.8G 0 disk
sdc1 8:33 0 690.3M 0 part /media/Tosh1Ext4
sdc2 8:34 0 2.1G 0 part /media/Reisr2ext4
sdc3 8:35 0 3.1G 0 part /media/Toshi3
sdc4 8:36 0 459.9G 0 part /media/Tosh4Slak13_
I can `chroot /media/Tosh4Slak13_` to the good-old-stuff
that's been copied from the original PC's disk.
But obviously I'd like to be able to DIRECTLY-RUN the partition:
Tosh4Slak13_, which looks like this:- ...
# ls /media/Tosh4Slak13_/boot/ | wc -l =19 and some are:--...
README.initrd
System.map-huge-2.6.29.6
System.map-huge-smp-2.6.29.6-smp
boot_message.txt
config
config-huge-2.6.29.6
config-huge-smp-2.6.29.6-smp
diag1.img
slack.bmp
vmlinuz
vmlinuz-huge-2.6.29.6
vmlinuz-huge-smp-2.6.29.6-smp ...
----When I select the <Tosh4Slak13_> from the UEFIbootMenu,
slackware-13's lilo starts <tracing> but fails to install.
It ends with: "(initramfs)"
AFAIR the setup for the lilo was the STANDARD for those-days,
eg. huge & no initram.
How would I make a GRUB boot-entry in the Debian7's USBstik,
[that's now running] to boot Slak13 ?
--- TIA.
PS. Let's see what GRUBshell sees in /dev/sdc4 ?
That must be where the lilo-settings are ?
ReStart > F7 > grub e > ls <Tab> ...
Or NO! How did lilo work? Probably showed a menu, and I
SELECTED <huge ...etc> ?

Re: How2 GRUBboot Slak13's lilo-booted partition?

<60b76e46$0$6210$426a74cc@news.free.fr>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=364&group=alt.os.linux.slackware#364

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-a.proxad.net!nnrp1-2.free.fr!not-for-mail
Subject: Re: How2 GRUBboot Slak13's lilo-booted partition?
Newsgroups: alt.os.linux.slackware
References: <s950pl$rlu$1@gioia.aioe.org>
From: pascal@plouf.fr.eu.org (Pascal Hambourg)
Date: Wed, 2 Jun 2021 13:40:54 +0200
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:78.0) Gecko/20100101
Thunderbird/78.10.0
MIME-Version: 1.0
In-Reply-To: <s950pl$rlu$1@gioia.aioe.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Lines: 23
Message-ID: <60b76e46$0$6210$426a74cc@news.free.fr>
Organization: Guest of ProXad - France
NNTP-Posting-Date: 02 Jun 2021 13:40:54 CEST
NNTP-Posting-Host: 213.41.155.166
X-Trace: 1622634054 news-3.free.fr 6210 213.41.155.166:38362
X-Complaints-To: abuse@proxad.net
 by: Pascal Hambourg - Wed, 2 Jun 2021 11:40 UTC

Le 01/06/2021 à 12:05, diojso@gmail.com a écrit :
> ----When I select the <Tosh4Slak13_> from the UEFIbootMenu,
> slackware-13's lilo starts <tracing> but fails to install.
> It ends with: "(initramfs)"

What do you mean by "select from the EFIbootMenu" ?
Do you really have a UEFI boot entry labelled "Tosh4Slak13_" ?
AFAIK, LILO is not compatible with EFI boot. Do you mean eLILO ?
What do you mean by "<tracing>" ?
What do you mean by "fails to install" ?
What is displayed before "(initramfs)" ?

> AFAIR the setup for the lilo was the STANDARD for those-days,
> eg. huge & no initram.

So I guess the root= parameter points to the original /dev/sd* root
device. Can you see LILO's menu ?

> PS. Let's see what GRUBshell sees in /dev/sdc4 ?
> That must be where the lilo-settings are ?
> ReStart > F7 > grub e > ls <Tab> ...

What does that show ?

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor