Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Looking for feedback on this gentoo based mini rescue system
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Wed Apr 24, 2013 7:00 am    Post subject: Looking for feedback on this gentoo based mini rescue system Reply with quote

Hi guys,

I am a big gentoo fan, and I use it on all of my boxes, I just get annoyed with other distributions.
However sometimes things break and I also have standalone boxes without monitor etc.
In that case I like to use a livecd to chroot into the broken system and fix it. - however no common livecd starts a ssh deamon and is ready to log in

I know this is unsecure, but for recovery within my own net - chance of getting hacked is less than 0% :roll:

So I put together this little rescue system

It is a very skimmed down version (~50MB) of Gentoo linux (pentoo kernel) that intents to start networking, an openSSH server, so you can login and chroot into your broken system.

In case I made some licensing issues, let me know. I will immediately fix these issues.


System requirements

- i686
- at least 192MB of RAM
I checked the package on qemu and a VIA-EPIA PC


1) Installation

Unpack the image file and write it to a USB memory
eg: dd if=usb_img.img of=/dev/xxx
where xxx is supposed to be exchanged against the USB memory. (sdb etc)

2) Network configuration

Networking is configured by kernel command line (you need to edit syslinux.cfg)
Like that it is not necessary to have a monitor/ keyboard connected to the PC.


Examples:

netip_eth0=dhcp <- configure eth0 using dhcp
netip_eth0=192.168.1.10,255.255.255.0,192.168.1.1,192.168.1.1
devicename=IP,MASK,DefaultGW,Nameserver

You can provide multiple interface configurations, however gateway cannot be overwritten.

3) Login[/u]

default root password is "rescue"

ToDo
- Raid Support
- Luks Support
- Maybe include midnight commander

Please if you have time to play, get the first working sample http://goo.gl/xUDEe
and feedback any comment
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Wed Apr 24, 2013 7:02 am    Post subject: Reply with quote

Hello,

What is the benefit of your system compared to SystemRescueCD, which is also Gentoo-based?
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Wed Apr 24, 2013 8:48 am    Post subject: Reply with quote

I never saw this livecd - what a bummer :-)
It has all I needed 8O

Appart from all the features I needed,
- my setup is significantly smaller, but I guess nowadays that is not an argument.
- my setup only has the kernel and initrd, which gives you the option to load modules etc by yourself, in case the livecd cannot be found
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum