Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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.

Problem booting your Kimsufi with Windows? Read this!

netomxnetomx Moderator, Veteran

I had problems booting the templates in Kimsufi, and 3 days later, found out why: The new Kimsufi line is UEFI. Made a new template with EFI, dd it, and it is working!

Comments

  • myhkenmyhken Member

    What line is that? Do you have any server models?

  • netomxnetomx Moderator, Veteran

    Ks-2c (is this the promo one?)

  • rds100rds100 Member

    Why do people use windows in the first place?

  • myhkenmyhken Member

    I like to mix Windows and Linux. Normally using Windows as Server OS and then Linux on VMs. (and VPS).

    I had some issues with the KS-3C that I got some help with, and I have created my own template based on that. My "old" template work on KS-2A and KS-1

    Thanked by 1netomx
  • netomxnetomx Moderator, Veteran

    @rds100 said:
    Why do people use windows in the first place?

    It is for a friend

  • ATHKATHK Member

    @rds100 said:
    Why do people use windows in the first place?

    Game servers that have no linux counter part?

    That shit thing lewissue uses? Hitleap? Some spam SEO thing.

  • rds100 said: Why do people use windows in the first place?

    Exchange alone is enough of a reason.

  • raindog308raindog308 Administrator, Veteran

    netomx said: It is for a friend

    Uh-huh, suuuuure it is.

  • jarjar Patron Provider, Top Host, Veteran

    netomx said: It is for a friend

    Friends don't let friends use windows.

  • edanedan Member

    Well install it using the rescue system is fine even with UEFI:

    wget -qO- /tmp http://notfor.pro/content/files/vkvm.tar.gz | tar xvz -C /tmp
    wget -qO- /tmp http://notfor.pro/content/files/uefi.tar.gz | tar xvz -C /tmp
    

    Open the QEMU on UEFI mode:

    /tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /mnt/win8-64.iso -hda /dev/sda -boot once=d -vnc :1
  • @edan said:

    Hi edan

    I'm trying this method on hetzner i7-3770 with windows 7, but can't work.

    Windows always restart and boot to windows system restore :(

  • edanedan Member
    edited July 2016

    @hawkjohn7 said:

    @edan said:

    Hi edan

    I'm trying this method on hetzner i7-3770 with windows 7, but can't work.

    Windows always restart and boot to windows system restore :(

    Windows 7 vs. Windows 8 or 10 has a lot of differences when handling new hardware changes etc. so you can try to use Windows 8 or 10 instead.

    Thanked by 1netomx
  • netomxnetomx Moderator, Veteran

    @edan said:
    Well install it using the rescue system is fine even with UEFI:

    wget -qO- /tmp http://notfor.pro/content/files/vkvm.tar.gz | tar xvz -C /tmp
    wget -qO- /tmp http://notfor.pro/content/files/uefi.tar.gz | tar xvz -C /tmp
    > 

    Open the QEMU on UEFI mode:

    /tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /mnt/win8-64.iso -hda /dev/sda -boot once=d -vnc :1

    N2800 doesnt have kvm, and trying it with no-kvm is way bad :c

  • @netomx said:

    Fortunly, i have kimsufi ks-2e :D

    I will try with windows 7, 8,10 and server 2012

  • edanedan Member

    netomx said: N2800 doesnt have kvm, and trying it with no-kvm is way bad :c

    I am installing Windows on the KS-2E and yes it takes more than 1 hour to finished :)

    /tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -cpu qemu32,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /mnt/win8-64.iso -hda /dev/sda -boot once=d -vnc :1
    
    Thanked by 1netomx
  • @edan said:

    Client mintanya windows 7.

  • netomxnetomx Moderator, Veteran

    @edan said:

    netomx said: N2800 doesnt have kvm, and trying it with no-kvm is way bad :c

    I am installing Windows on the KS-2E and yes it takes more than 1 hour to finished :)

    /tmp/qemu-system-x86_64 -bios /tmp/uefi.bin -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -cpu qemu32,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -cdrom /mnt/win8-64.iso -hda /dev/sda -boot once=d -vnc :1
    > 

    Ha! Spent literally 1 hour to open event viewer, good luck

Sign In or Register to comment.