Questions tagged [syslinux]

SYSLINUX is a boot loader for the Linux operating system which runs on an MS-DOS/Windows FAT filesystem.

SYSLINUX is a boot loader for the Linux operating system which runs on an MS-DOS/Windows FAT filesystem. It is intended to simplify first-time installation of Linux, and for creation of rescue and other special purpose boot disks.

When properly configured, SYSLINUX can be used to completely eliminate the need for distribution of raw boot floppy images. A SYSLINUX floppy can be manipulated using standard MS-DOS (or any OS capable of accessing an MS-DOS filesystem) tools once it has been created.1

1Source:syslinux.org

127 questions
1
vote
1 answer

how to kill process inside the kernel itself not from the user level

I am trying to kill a specific process from the kernel (not in the user level) so I was trying to use sys_kill, kill, kill_pid but it did not work the only one did not give me an error is kill_pid but it did not kill the process that I asked so any…
1
vote
1 answer

What version of OC Linux can I use?

I want to try something new. I used Windows for a long time. I have sistem: сore i5-4460 Asus 1050. I was thinking of installing Ubuntu, just her. But amd is written on the installation file, can it work for me? Which system might work for me? I…
1
vote
0 answers

Screen get black

I have a laptop HP EliteBook 840 I have installed Ubuntu 18.04.1 LTS When I work, the screen suddenly turn into black "it is still working". Sometimes it stays like this for 4 t0 6 seconds. And some times I should press a key in the keyboard to get…
0
votes
0 answers

Clonezilla fails to find disk

I have an ubuntu 16.04 , build 1.48 installed on my laptop with a dual boot windows/ ubuntu. I tried using Clonezilla to clone my disk bit it failes to find "existing or unmount disk". Please advise on any easy to use alternatives to Clonezilla?
0
votes
1 answer

Lubuntu or Ubuntu

I want to ask: I have laptop with Intel Pentium M with single core, RAM 1 GB, HDD 30 GB. What is the best Linux software for my computer?
William W
  • 1
  • 1
0
votes
1 answer

My computer is now just a grub terminal and I need to boot from flash drive

Help! my computer dosen't have anything but a grub script. How can i boot into ubuntu? It says i am in secure boot. "minimal bash like editing is supported." i need to get into a operating system. I have a bootable flash drive with linux mint.
0
votes
1 answer

How do I make a syslinux file for an ubuntu partition that is not where syslinux is

Sorry, i am a bit of an ubuntu and syslinux begginer, and i was just wondering where i can read some documentation using syslinux on ubuntu. What kind of search terms and sites should i use?
0
votes
0 answers

Linux application installed date

I need to get the installed date of linux applications from /usr/share/applications/ as I am be able to get the Name of the installed applications using this command sed -ns '1F;/^\[Desktop Entry\]/,/^\[/{/^Name=/p;/^Exec=/h};${z;x;G;p}'…
0
votes
1 answer

cron is not running

I have written below mentioned code and given oracle path but still I am unable to run the .sh file through the cronjob: export PATH export PS1='$PWD>'; export LANG=C; export LC_ALL=C; export EDITOR=vi; export ORACLE_BASE=/home/app export…