![]() |
|
|
#21 |
|
Senior Member
|
Re: How-To: Remote Debian installation
Ok I've achieved it, managed to set up RAID1 (i hope) and done it all using vKVM and not rescue pro.
__________________
I currently have: 2 servers with OVH SP BestOf #1: loot.listy.li and an RPS... |
|
|
|
|
|
#22 |
|
Senior Member
|
Re: How-To: Remote Debian installation
Err hangon I'm stuck on installing grub at 50%
__________________
I currently have: 2 servers with OVH SP BestOf #1: loot.listy.li and an RPS... |
|
|
|
|
|
#23 |
|
Junior Member
Join Date: Jan 2010
Posts: 9
|
Re: How-To: Remote Debian installation
Great Guide
|
|
|
|
|
|
#24 |
|
Senior Member
Join Date: Jul 2008
Posts: 1,138
|
Re: How-To: Remote Debian installation
Thanks. Used this as a helper to installing ubuntu. Will post ubuntu guide within a few hours
Last edited by monkey56657; 03-06-2010 at 05:08 PM. |
|
|
|
|
|
#25 |
|
Senior Member
Join Date: Apr 2008
Location: Edinburgh, United Kingdom
Posts: 595
|
Re: How-To: Remote Debian installation
Doesn't work well with soft raid on the EG 10 Hybrid. Played with a few things but couldn't get it to work. Not really got the time to play any more just thought I would post.
__________________
Iain Kay www.iainkay.co.uk Any Stock OS installed on your server, to your specification, for £20. No success = Fast 100% Refund. Email/Add me to MSN messenger i.kay[at]me.com www.dedidemon.com <-- OVH/Kimsufi Reseller |
|
|
|
|
|
#26 |
|
Senior Member
|
Re: How-To: Remote Debian installation
And what is not working?
I don't have a server with Soft Raid, but obviously, setting up Raid before doing the Debian install is a requirnment, and shouldn't be covered by this guide.
__________________
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);' |
|
|
|
|
|
#27 |
|
Senior Member
Join Date: Jul 2008
Posts: 1,138
|
Re: How-To: Remote Debian installation
Software raid worked fine for me.. My ubuntu install was using soft raid.
|
|
|
|
|
|
#28 |
|
Junior Member
Join Date: Apr 2010
Posts: 2
|
Re: How-To: Remote Debian installation
hmm, does anyone know if this is possible with an RPS?
i tried the following a few times and it doesn't seem to want to come back online.. i set rescue mode in ovh-manager, then ssh'd my RPS and rebooted, then ssh again with the new rescue mode pass, then: Code:
cfdisk /dev/sda mkfs.ext3 /dev/sda1 mkfs.ext3 /dev/sda2 mkfs.ext3 -m 0 /dev/sda3 mkdir /di mount /dev/sda2 /di mkdir /di/boot mount /dev/sda1 /di/boot debootstrap --arch i386 lenny /di ftp://ftp.uk.debian.org/debian/ echo "127.0.0.1 localhost" > /di/etc/hosts echo "namerps" > /di/etc/hostname nano /di/etc/network/interfaces PHP Code:
Code:
nano /di/etc/fstab PHP Code:
Code:
nano /di/etc/apt/sources.list PHP Code:
Code:
mount --bind /dev /di/dev chroot /di mount none /proc -t proc apt-get update apt-get install linux-image-2.6-686 openssh-server module-init-tools grub mkdir /boot/grub grub-install /dev/sda update-grub nano /boot/grub/menu.lst PHP Code:
Code:
passwd exit umount /di/dev umount /di/proc umount /di/boot umount /di Code:
reboot ![]() i waited an hour and it didnt come back |
|
|
|
|
|
#29 |
|
Junior Member
Join Date: Apr 2010
Posts: 2
|
Re: How-To: Remote Debian installation
Ttt
|
|
|
|
|
|
#30 | |
|
Junior Member
Join Date: May 2010
Posts: 1
|
Re: How-To: Remote Debian installation
I'm fine up until I try to configure grub. The command update-grub returns:
Quote:
I'm pretty sure it wasn't a typo, so that could be causing some problems. Last edited by enigmajr; 05-07-2010 at 09:52 PM. |
|
|
|
|
![]() |
| Thread Tools | |
|
|