Sponsored Content
Full Discussion: Load debian using grub
Top Forums UNIX for Advanced & Expert Users Load debian using grub Post 302851645 by Expect on Monday 9th of September 2013 11:57:34 AM
Old 09-09-2013
you want to install it from scratch? why not use bootable ISO?
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

2. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

3. Solaris

GRUB does not load Ms Winows loader

Hi to everyone ;) Yesterday I had to reinstall my dual boot because my bank smart card reader does not work with Solaris so I reinstalled Solaris after I installed Windows 7. When I turn on PC I get grub stage 2 and Solaris has made an entry in menu.lst but does not boot windows . Each OS... (4 Replies)
Discussion started by: solaris_user
4 Replies

4. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

5. Shell Programming and Scripting

Restart debian server if one specific process has more than 10 seconds have high cpu load

Hi, could someone give me an example for a debian server script? I need to check a process if the process has a high cpu load (top). If yes the whole server needs to reboot. Thats it, nothing more. ;) Hope someone could help me. Regards woisch (2 Replies)
Discussion started by: woisch
2 Replies

6. Linux

Debian Grub 1.99 alters BIOS (confirmed after formatting hard disk)

Hi, I am a long time Windows user and recently try this Debian Wheezy OS. Burn Debian ISO in Windows environment and then select DVD ROM drive to boot first in BIOS. The first installation of Debian (GNOME) was with multi-boot option that allows booting from hard disk and DVD drive. I then... (4 Replies)
Discussion started by: Linuxmun
4 Replies

7. UNIX for Dummies Questions & Answers

VPS has load 200, httpd load no activity, netstat nothing

Hello, on my hostserver i see one VPS of mine got load of 200.00 and netstat nothing (not a single blank line on netstat command) after some time, netstat started showing connections, but i see no excessive IP connections. tail -f /var/log/httpd/access_log shows no activity /var/log/messages ;... (1 Reply)
Discussion started by: postcd
1 Replies

8. Solaris

How to recover x86 Solaris 10 u10 boot record/grub menu overwritten by Debian 9?

I installed x86 Solaris 10 update 10 after Windows XP, later I removed xp and installed Debian 9 stretch on the same partition but, Debian couldn't find any other os so it deleted Solaris 10 grub or did something like that I couldn't got. I thought I would be able to recover the lost record by... (0 Replies)
Discussion started by: vectrum
0 Replies
DEBNEST_MAKE(1) 					User Contributed Perl Documentation					   DEBNEST_MAKE(1)

NAME
debnest_make - creates a nested debian source package tree SYNOPSIS
debnest_make <.dsc> [<suffix>] DESCRIPTION
Debnest is a program to create a nested debian source package tree from the specified debian source control file <.dsc>. The nested debian source package will be named as <its original source package>-debian by default and its upstream version will be <original debian source version> and its revision will be 1. If you want to change -debian, you can specify it to second argument. EXAMPLES
This creates debnest-debian-0.0.1/ and debnest-debian-0.0.1.orig/ ~$ debnest_make /tmp/debnest_0.0.1.dsc ~$ ls debnest-debian-0.0.1/ debnest-debian-0.0.1.orig/ ~$ cd debnest-debian-0.0.1 ~$ debuild ~$ ls .. debnest-debian-0.0.1/ debnest-debian_0.0.1-1_i386.changes debnest-debian_0.0.1-1.diff.gz debnest-debian_0.0.1.orig.tar.gz debnest-debian_0.0.1-1.dsc debnest_0.0.1-1_all.deb ~$ tar ztf ../debnest-debian_0.0.1.orig.tar.gz debnest-debian-0.0.1.orig/ debnest-debian-0.0.1.orig/debnest_0.0.1.tar.gz debnest-debian-0.0.1.orig/debnest_0.0.1.dsc This creates debnest-local-0.0.1/ and debnest-local-0.0.1.orig/ ~$ debnest_make /tmp/debnest_0.0.1.dsc -local ~$ ls debnest-local-0.0.1/ debnest-local-0.0.1.orig/ ENVIRONMENT
EMAIL, DEBEMAIL If either of these variables is set, it will be used as the maintainer/uploader's email address. If both are set, DEBEMAIL will take precedence. If neither is set, the current user's email address (or, if that fails, the email of the last original package uploader) will be used. DEBFULLNAME The maintainer/uploader's full name to be used. If unset, the name specified in the passwd file or, if there is none, the name of the last original package uploader. DEBNEST_RULES The rules file to be used. If unset, /usr/share/debneset/rules is used. If you want to use cdbs based rules, you would set it '/usr/share/debnest/rules-cdbs'. Because /usr/share/debnest/ is a default search path, you can specify just 'rules-cdbs'. EXTRA_BUILDDEP Extra build-dependency to be added in your new debian/control. Default is ", debnest" perl v5.8.8 2007-11-16 DEBNEST_MAKE(1)
All times are GMT -4. The time now is 05:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy