Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Hostsolutions.ro Debain Install
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Hostsolutions.ro Debain Install

davidavi Member

I have 1 TB storage KVM VPS from hostsolutions.ro. In control panel I do not see any option to install Debian 10 through ISO but it has prebuilt Debian 10 image which has single root partition. There is no rescue mode in panel. How I can install Debian 10 where home is on separate partition. I tried netbboot.xyz and that does not work.

Comments

  • dfroedfroe Member, Host Rep

    Do you have (no)VNC and iPXE on that VPS?
    If yes, you can load the Debian installer during boot with iPXE from the internet.
    Works pretty well and with that genuine Debian installer you can install your OS from scratch like you want it, just like from ISO.

    Thanked by 1davi
  • davidavi Member

    Yes it has VNC and it is proxmox VPS which show in starting iPXE. You know any tutorial how I can do it. I tried below commands but it can not get any network address

    wget -q http://dl.panticz.de/ipxe/ipxe.lkrn -O /boot/ipxe.lkrn
    wget -q https://raw.githubusercontent.com/panticz/preseed/master/ipxe/scripts/grub/49_ipxe -O /etc/grub.d/49_ipxe
    chmod a+x /etc/grub.d/49_ipxe
    update-grub

  • dfroedfroe Member, Host Rep

    iPXE has its own syntax not having much in common with unix shells.

    Back in 2017 I posted the basic steps here on LET.

    dfroe once said:
    Interrupt iPXE/gPXE with Ctrl-B and here you go:

    dhcp
    initrd http://httpredir.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz
    kernel http://httpredir.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux
    boot
    

    This should get you the idea how to start. ;)

    Thanked by 2davi Falzo
  • davidavi Member
    edited April 2020

    Thanks @dfroe I tried below command and now installing through VNC

    bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -m -firmware

    Thanked by 1Falzo
  • dfroedfroe Member, Host Rep

    Those MoeClub install shell scripts do not depend on iPXE etc. so they basically work in more environments. For instance Oracle Cloud where you do not have VNC, iPXE etc.

    IIRC this script installs a preseeded Debian, i.e. it does not invoke the genuine install wizard. This saves you some time but can also be less flexible.

    As always there are many ways to go. :)

    Thanked by 1Falzo
  • MikePTMikePT Moderator, Patron Provider, Veteran

    You can ask to mount a custom ISO next week.
    Open a ticket and PM me the ID.

Sign In or Register to comment.