Re: Journalctl and offline boot disk drive

2025-03-30 Thread Max Nikulin
On 30/03/2025 12:32, George Kirkham wrote: Now with Journalctl, is it still possible to connect the failed-to-boot disk drive to another computer and read logs?  How? [...] https://man.archlinux.org/man/journalctl.1.en -D DIR, --directory=DIR There is <https://manpages.debian.org/journal

Re: Journalctl and offline boot disk drive

2025-03-30 Thread Charles Curley
On Sun, 30 Mar 2025 16:32:55 +1100 George Kirkham wrote: > PS I am currently using Thunderbird to try out email threading. Are > the any other good email clients that support email threading and are > packaged in Debian? If, as in this email, you have two separate queries, you might do better (

Re: Journalctl and offline boot disk drive

2025-03-30 Thread Andy Smith
Hi, On Sun, Mar 30, 2025 at 04:32:55PM +1100, George Kirkham wrote: > Now with Journalctl, is it still possible to connect the failed-to-boot disk > drive to another computer and read logs?  How? You got an answer regarding reading systemd journal in another directory, but… For there to

Re: Journalctl and offline boot disk drive

2025-03-30 Thread David
; could no longer boot. As well as to inspect other things. [...] > Now with Journalctl, is it still possible to connect the failed-to-boot > disk drive to another computer and read logs? How? > Maybe the answer is to use -D or --directory to point to the attached > disk drives jo

Re: Journalctl and offline boot disk drive

2025-03-30 Thread George
ogs to see why it could no longer boot. As well as to inspect other things. [...] Now with Journalctl, is it still possible to connect the failed-to-boot disk drive to another computer and read logs? How? Maybe the answer is to use -D or --directory to point to the attached disk drives journal

Re: Journalctl and offline boot disk drive

2025-03-29 Thread Chris Green
George Kirkham wrote: [snip disk drive question] > PS I am currently using Thunderbird to try out email threading. Are the > any other good email clients that support email threading and are > packaged in Debian? I use mutt, command line MUA, excellent. -- Chris Green ·

Journalctl and offline boot disk drive

2025-03-29 Thread George Kirkham
(apologies that ' offline boot disk drive' might not be the best way to describe a normally bootable disk drive that is now attached as a secondary disk drive to a different computer. Maybe "secondary bootable drive", or "Non-Primary Boot Drive") Now with Journal

Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread Max Nikulin
On 10/12/2024 06:23, Charlie Gibbs wrote: 1. Do a network install on the new drive; It was advised assuming that you would not do the following, otherwise it is wasting of time:     sudo rsync -av /etc   /mnt/backup     sudo rsync -av /lib   /mnt/backup     sudo rsync -av /lib64 /mnt/ba

Re: Subject: Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread David Wright
On Tue 10 Dec 2024 at 15:03:46 (-0800), Charlie Gibbs wrote: > On Tue Dec 10 14:05:20 2024 David Wright wrote: > > > You still haven't said what files cause you concern in /usr/bin/. > > There are a lot of them, e.g. xscreensaver, zip, sox... > > > All the files belonging to Debian's packages a

Re: Subject: Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread David Christensen
On 12/10/24 15:03, Charlie Gibbs wrote: I think it's time to throw in the towel.  The only reason I'm spending so much time on this is that I had knee surgery a few days ago and I'm sitting here at home, not mobile enough to do much else but putter with my machines.  But I think I'll just forget

Re: Subject: Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread John Hasler
Seems like you are going about this in the most difficult and roundabout way possible. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Subject: Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread Charlie Gibbs
On Tue Dec 10 14:05:20 2024 David Wright wrote: > You still haven't said what files cause you concern in /usr/bin/. There are a lot of them, e.g. xscreensaver, zip, sox... > All the files belonging to Debian's packages are going to be present, > because you wrote: > >>> At this point the old a

Re: Subject: Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread David Wright
On Mon 09 Dec 2024 at 21:25:59 (-0800), Charlie Gibbs wrote: > On Mon Dec 9 20:53:54 2024 David Wright wrote: > > On Mon 09 Dec 2024 at 15:23:18 (-0800), Charlie Gibbs wrote: > > > >> Some of you may recall my account of trying to install a new disk (in > >> my case a 1TB NVMe stick) for use as a

Re: Adding a new boot disk while keeping old disk

2024-12-10 Thread Anssi Saari
Charlie Gibbs writes: > 5. Copy directories from the original drive to the new drive: > sudo rsync -av /bin /mnt/backup > sudo rsync -av /etc /mnt/backup > sudo rsync -av /lib /mnt/backup > sudo rsync -av /lib64 /mnt/backup > sudo rsync -av /opt /mnt/backup > sudo

Subject: Re: Adding a new boot disk while keeping old disk

2024-12-09 Thread Charlie Gibbs
[Sorry about breaking the thread structure - I read this group via Usenet and e-mail replies.] On Mon Dec 9 20:53:54 2024 David Wright wrote: > On Mon 09 Dec 2024 at 15:23:18 (-0800), Charlie Gibbs wrote: > >> Some of you may recall my account of trying to install a new disk (in >> my case a 1

Re: Adding a new boot disk while keeping old disk

2024-12-09 Thread David Wright
On Mon 09 Dec 2024 at 15:23:18 (-0800), Charlie Gibbs wrote: > Some of you may recall my account of trying to install a new disk (in > my case a 1TB NVMe stick) for use as a boot device. There has been > another thread or two from other people dealing with the same issue, > so it seems to be a hot

Re: Adding a new boot disk while keeping old disk

2024-12-09 Thread John Hasler
Charlie Gibbs writes: > No, I've been good about installing things the approved way, e.g. > apt install zip Then what files do you think you will lose? > Yes, not even zip is present after an installation from scratch - zip is priority: optional. It won't be installed unless you ask for it. --

Re: Adding a new boot disk while keeping old disk

2024-12-09 Thread Charlie Gibbs
On Mon Dec 9 17:25:55 2024 John Hasler wrote: > Charlie Gibbs writes: > >> But many binaries have been installed in places like /usr/bin; their >> configuration files may or may not be in /home, but I'd rather not >> lose them wherever they are. > > Do you mean that you have placed stuff not un

Re: Adding a new boot disk while keeping old disk

2024-12-09 Thread John Hasler
Charlie Gibbs writes: > But many binaries have been installed in places like /usr/bin; their > configuration files may or may not be in /home, but I'd rather not > lose them wherever they are. Do you mean that you have placed stuff not under control of the package management system in /usr/bin? --

Re: Adding a new boot disk while keeping old disk

2024-12-09 Thread Charlie Gibbs
Some of you may recall my account of trying to install a new disk (in my case a 1TB NVMe stick) for use as a boot device. There has been another thread or two from other people dealing with the same issue, so it seems to be a hot topic. I'm still unwilling to give up all my installed packages an

Re: Adding a new boot disk while keeping old disk

2024-11-27 Thread eben
On 11/26/24 01:03, Charlie Gibbs wrote: > But there are no icons left on the desktop - no more Portal, and none of > the utilities I downloaded were on my $PATH. > > How do the rest of you deal with all the user-added stuff that vanishes > when you do a fresh install? Are there some tricks I can

Re: Adding a new boot disk while keeping old disk

2024-11-26 Thread David Wright
On Mon 25 Nov 2024 at 22:03:33 (-0800), Charlie Gibbs wrote: > But, as I expected, all my stuff is gone. Well, sort of. > I plugged the hard drive back in, and all my files are > there. But there are no icons left on the desktop - no > more Portal, and none of the utilities I downloaded were > o

Re: Adding a new boot disk while keeping old disk

2024-11-26 Thread David Christensen
On 11/25/24 22:03, Charlie Gibbs wrote: Many thanks to all of you who have replied to my questions. YW. :-) It seems that I've been creating trouble for myself by trying to kludge something together from the old installation. The only reason I tried this was the age-old problem I have when

Re: Adding a new boot disk while keeping old disk

2024-11-26 Thread Anssi Saari
Charlie Gibbs writes: > How do the rest of you deal with all the user-added stuff > that vanishes when you do a fresh install? I don't do fresh installs as a rule, not when changing hardware or shuffling files around like in your case, or when I wanted to switch from MBR partition table to GPT o

Re: Adding a new boot disk while keeping old disk

2024-11-26 Thread Chris Green
>> On Tue 26 Nov 2024 at 01:21:31 (-0500), Charlie Gibbs wrote: > > How do the rest of you deal with all the user-added stuff that vanishes > when you do a fresh install? Are there some tricks I can use, rather > than painstakingly re-installing all my utilities one by one? I do two things:- 1

Re: Adding a new boot disk while keeping old disk

2024-11-26 Thread Karl Vogel
>> On Tue 26 Nov 2024 at 01:21:31 (-0500), Charlie Gibbs wrote: > How do the rest of you deal with all the user-added stuff that vanishes > when you do a fresh install? Are there some tricks I can use, rather > than painstakingly re-installing all my utilities one by one? I use a filesystem "/

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread George at Clug
On Tuesday, 26-11-2024 at 17:03 Charlie Gibbs wrote: > Many thanks to all of you who have replied to my questions. > It seems that I've been creating trouble for myself by trying > to kludge something together from the old installation. > The only reason I tried this was the age-old problem I >

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Charlie Gibbs
Many thanks to all of you who have replied to my questions. It seems that I've been creating trouble for myself by trying to kludge something together from the old installation. The only reason I tried this was the age-old problem I have whenever I start from a fresh install: I lose all my customi

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Max Nikulin
On 25/11/2024 23:59, to...@tuxteam.de wrote: On Mon, Nov 25, 2024 at 10:07:35AM -0500, e...@gmx.us wrote: I find PARTLABELs to be a lot more human-friendly than UUIDs. The idea of UUIDs is that they are "unique", so you can run two OS installs automatically without the disk IDs colliding. We l

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread David Christensen
On 11/24/24 17:56, Charlie Gibbs wrote: I have a 20-year-old box which was nonetheless enough to run Debian Bookworm (12.5) - but the video card, equipped with an Nvidia GeForce 610 GPU, was too old.  I was getting messages on boot saying that it was only supported by drivers up to version 390, w

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread George at Clug
On Tuesday, 26-11-2024 at 02:33 Felix Miata wrote: > David Wright composed on 2024-11-25 09:21 (UTC-0600): > > > On Mon 25 Nov 2024 at 10:07:35 (-0500), eben wrote: > > >> George at Clug wrote: > > >>> I would create a folder into which to mount the HD's relevant > >>> partition, then used "b

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread David Wright
On Mon 25 Nov 2024 at 10:33:35 (-0500), Felix Miata wrote: > David Wright composed on 2024-11-25 09:21 (UTC-0600): > > On Mon 25 Nov 2024 at 10:07:35 (-0500), eben wrote: > >> George at Clug wrote: > > >>> I would create a folder into which to mount the HD's relevant > >>> partition, then used "blk

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Felix Miata
Greg Wooledge composed on 2024-11-25 17:50 (UTC-0500): > Given that you dd-copied a file system, you might consider changing > the UUID of the new copy. Assuming this is an ext4 file system, > tune2fs(8) has a -U option that looks like it should do the job. > Specifically, "-U random" looks promi

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Greg Wooledge
On Mon, Nov 25, 2024 at 17:37:28 -0500, e...@gmx.us wrote: > I'm not Thomas, but here you go. If you do > > dd if=/dev/sda1 of=/dev/sdb1 > > to copy sda1 to sdb1, they get the same UUID. Which makes one question the > Uniqueness part. I ran into that, and my solution was to use the actual > de

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread eben
On 11/25/24 12:36, Default User wrote: > > Thomas, would you mind elaborating on, or give a link to an > explanation of: > > "Of course, this UUID uniqueness thing starts looking ever more > flimsy once you start bit-copying file systems . . . " > > I'm not sure I understand what bit-copying of fil

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Hans
I am not sure, what you are intend to do. If you want a new bootable harddrive, I suggest, to clone the old (maybe smaller one) to the new one using clonezilla. After it you can resize the partitions of new one to your needs and then mount the old one to any folder you want (maybe "/space" or "

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Default User
On Mon, 2024-11-25 at 18:59 +0100, to...@tuxteam.de wrote: > On Mon, Nov 25, 2024 at 12:36:55PM -0500, Default User wrote: > > [...] > > > Thomas, would you mind elaborating on, or give a link to an > > explanation of: > > > > "Of course, this UUID uniqueness thing starts looking ever more > >

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread tomas
On Mon, Nov 25, 2024 at 12:36:55PM -0500, Default User wrote: [...] > Thomas, would you mind elaborating on, or give a link to an > explanation of: > > "Of course, this UUID uniqueness thing starts looking ever more > flimsy once you start bit-copying file systems . . . " > > I'm not sure I u

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Default User
On Mon, 2024-11-25 at 17:59 +0100, to...@tuxteam.de wrote: > On Mon, Nov 25, 2024 at 10:07:35AM -0500, e...@gmx.us wrote: > > On 11/25/24 02:26, George at Clug wrote: > > > I would create a folder into which to mount the HD's relevant > > > partition, then used "blkid" to find the UUID and manual

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread eben
On 11/25/24 10:21, David Wright wrote: > On Mon 25 Nov 2024 at 10:07:35 (-0500), eben wrote: >> On 11/25/24 02:26, George at Clug wrote: >>> I would create a folder into which to mount the HD's relevant >>> partition, then used "blkid" to find the UUID and manually added a >>> mount point to "/etc/

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread tomas
On Mon, Nov 25, 2024 at 10:07:35AM -0500, e...@gmx.us wrote: > On 11/25/24 02:26, George at Clug wrote: > > I would create a folder into which to mount the HD's relevant > > partition, then used "blkid" to find the UUID and manually added a > > mount point to "/etc/fstab".  The resulting paths may

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Felix Miata
David Wright composed on 2024-11-25 09:21 (UTC-0600): > On Mon 25 Nov 2024 at 10:07:35 (-0500), eben wrote: >> George at Clug wrote: >>> I would create a folder into which to mount the HD's relevant >>> partition, then used "blkid" to find the UUID and manually added a >>> mount point to "/etc/f

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread David Wright
On Mon 25 Nov 2024 at 10:07:35 (-0500), eben wrote: > On 11/25/24 02:26, George at Clug wrote: > > I would create a folder into which to mount the HD's relevant > > partition, then used "blkid" to find the UUID and manually added a > > mount point to "/etc/fstab".  The resulting paths may be a bit

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread eben
On 11/25/24 02:26, George at Clug wrote: > I would create a folder into which to mount the HD's relevant > partition, then used "blkid" to find the UUID and manually added a > mount point to "/etc/fstab".  The resulting paths may be a bit ugly, > but I am lazy. I find PARTLABELs to be a lot more h

Re: Adding a new boot disk while keeping old disk

2024-11-25 Thread Frank Guthausen
On Sun, 24 Nov 2024 17:56:25 -0800 Charlie Gibbs wrote: > > When re-booting, I went into the BIOS screen, and saw that the SSD was > first in the boot order. However, this probably doesn't mean much if > I didn't get it set up properly. The machine boots, but apparently > falls back to the hard

Re: Adding a new boot disk while keeping old disk

2024-11-24 Thread Andrew M.A. Cater
On Sun, Nov 24, 2024 at 05:56:25PM -0800, Charlie Gibbs wrote: > I have a 20-year-old box which was nonetheless enough to run Debian > Bookworm (12.5) - but the video card, equipped with an Nvidia GeForce > 610 GPU, was too old. I was getting messages on boot saying that it > was only supported by

Re: Adding a new boot disk while keeping old disk

2024-11-24 Thread George at Clug
Charlie, I think this is what you are looking for (and what I use). # nano /etc/default/grub https://wiki.debian.org/Grub The configuration file is /boot/grub/grub.cfg, but you shouldn't edit it directly. This file is generated by grub v2's update-grub(8)... To configure grub "v2", you should ed

Adding a new boot disk while keeping old disk

2024-11-24 Thread Charlie Gibbs
I have a 20-year-old box which was nonetheless enough to run Debian Bookworm (12.5) - but the video card, equipped with an Nvidia GeForce 610 GPU, was too old. I was getting messages on boot saying that it was only supported by drivers up to version 390, while Bookworm doesn't support drivers tha

Re: Fwd: Re:how to make a boot disk and ...

2008-08-10 Thread Andrei Popescu
On Wed,06.Aug.08, 00:46:18, darren naidoo wrote: > ...Which important directories to tar/gzip. Want to make a custom system > image on dvd for me. Thanks Your question is not very clear [1], but I think you need Debian Live [2]. [1] http://www.catb.org/~esr/faqs/smart-questions.html [2] http:

Re: Fwd: Re:how to make a boot disk and ...

2008-08-06 Thread Mumia W..
On 08/06/2008 02:46 AM, darren naidoo wrote: Date: Mon Aug 04 03:30:19 PDT 2008 From: darren naidoo <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re:how to make a boot disk and ... --- ...Which important directories to tar/gzip. Want to make a custom system image on dvd

Fwd: Re:how to make a boot disk and ...

2008-08-06 Thread darren naidoo
_ Sent from my phone using flurry - Get free mobile email and news at: http://www.flurry.com --- Forwarded Message --- Date: Mon Aug 04 03:30:19 PDT 2008 From: darren naidoo <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re:how to make a boot di

Re:how to make a boot disk and ...

2008-08-04 Thread darren naidoo
...Which important directories to tar/gzip. Want to make a custom system image on dvd for me. Thanks _ Sent from my phone using flurry - Get free mobile email and news at: http://www.flurry.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: Boot disk vs. LILO

2007-02-05 Thread Kyle K. Chang
Hi Steve, Not sure if this is going to get to you or not. It's Kyle from the old core group. Just wanted to connect and touch base and see if I can reach folks from the old gang. Kyle K Chang, Broker, ABR C&C Realty Group, Inc. - LoftsNHomes.com Direct Line: 312-373-7120 E-mail: [EMAIL

Re: USB rescue/boot disk

2006-09-12 Thread T
On Mon, 11 Sep 2006 17:29:04 +0200, Joost Kraaijeveld wrote: > I want a bootable USB stick that will boot any machine that allows me to > boot from USB: a Debian Live USB (and not CD). ... > > Is it actually possible to create an USB rescue/boot disk that contains > a Debian Etch

Re: USB rescue/boot disk

2006-09-12 Thread John Hasler
Mike McCarty wrote: > The use of any *NIX type file system which keeps access dates/times will > cause wearout very quickly. celejar writes: > Can't it be mounted read-only? Or just noatime. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: USB rescue/boot disk

2006-09-12 Thread celejar
On 9/12/06, Mike McCarty <[EMAIL PROTECTED]> wrote: celejar wrote: > On 9/12/06, Ottavio Caruso <[EMAIL PROTECTED]> wrote: > >> Mark Coetser wrote@ >> >> >> http://www.debian-administration.org/articles/179 >> >> I have an objection to that article. >> Nothing should be "installed" onto a flash d

Re: USB rescue/boot disk

2006-09-12 Thread celejar
On 9/12/06, Ottavio Caruso <[EMAIL PROTECTED]> wrote: Mark Coetser wrote@ >> http://www.debian-administration.org/articles/179 I have an objection to that article. Nothing should be "installed" onto a flash drive. You'd wear out your memory stick in no time. The only elegant solution I have fo

RE: USB rescue/boot disk

2006-09-12 Thread Ottavio Caruso
Mark Coetser wrote@ >> http://www.debian-administration.org/articles/179 I have an objection to that article. Nothing should be "installed" onto a flash drive. You'd wear out your memory stick in no time. The only elegant solution I have found is Damn Small Linux, but unfortunately the authors

Re: USB rescue/boot disk

2006-09-12 Thread Thierry Chatelet
for me. Is it actually possible to create an USB rescue/boot disk that contains a Debian Etch AMD64 or i386 based installation? Is there an image available somewhere (as the Debian Live Project does not have such an image (yet?) )? From this location, you can make an installation:rescue

Re: USB rescue/boot disk

2006-09-12 Thread nor
it actually possible to create an USB rescue/boot disk that contains a Debian Etch AMD64 or i386 based installation? Is there an image available somewhere (as the Debian Live Project does not have such an image (yet?) )? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: USB rescue/boot disk

2006-09-12 Thread Helge Hafting
rescue/boot disk that contains a Debian Etch AMD64 or i386 based installation? Is there an image available somewhere (as the Debian Live Project does not have such an image (yet?) )? Just about any live/rescue CD/diskette with usb support should do the trick, I think. Knoppix, for example? Of

RE: USB rescue/boot disk

2006-09-11 Thread Joost Kraaijeveld
On Mon, 2006-09-11 at 20:44 +0200, Mark Coetser wrote: > http://www.debian-administration.org/articles/179 Which is from the same person with nmore or less the same content as the link I mentioned (http://feraga.com/). But but some unknown reason I could not get it working -- Groeten, Joost

Re: USB rescue/boot disk

2006-09-11 Thread Hans-J. Ullrich
eem to work for > me. > > Is it actually possible to create an USB rescue/boot disk that contains > a Debian Etch AMD64 or i386 based installation? Is there an image > available somewhere (as the Debian Live Project does not have such an > image (yet?) )? > Did you try DSL ? ht

RE: USB rescue/boot disk

2006-09-11 Thread Mark Coetser
> -Original Message- > From: Joost Kraaijeveld [mailto:[EMAIL PROTECTED] > Sent: 11 September 2006 05:29 PM > To: debian-amd64@lists.debian.org; debian-user@lists.debian.org > Subject: USB rescue/boot disk > > Hi , > > I want a bootable USB stick that will b

USB rescue/boot disk

2006-09-11 Thread Joost Kraaijeveld
Hi , I want a bootable USB stick that will boot any machine that allows me to boot from USB: a Debian Live USB (and not CD). I have found a howto on the internet (http://feraga.com/) but that one does not seem to work for me. Is it actually possible to create an USB rescue/boot disk that

Re: boot disk for grub; network config; printer pb

2006-05-01 Thread Andrew Sackville-West
On Sun, Apr 30, 2006 at 08:42:34AM -0700, belahcene abdelkader wrote: > > Hi, > > i am using sarge, I want to create a boot disk from > my distro, I tried mkboot, but it seems running with > lilo and not grub > > network: there is no network configuring program, like &g

boot disk for grub; network config; printer pb

2006-04-30 Thread belahcene abdelkader
Hi, i am using sarge, I want to create a boot disk from my distro, I tried mkboot, but it seems running with lilo and not grub network: there is no network configuring program, like netcardconfig, So I have to fill manually the /etc/network/interface file The configuration of printer seems

Re: Building a boot disk with initrd

2005-06-15 Thread Alvin Oga
On Wed, 15 Jun 2005, Diesis wrote: > I'm stuck with this... > I have a Debian Woody system with root on raid, and I wish to upgrade it. > First of all, I wish to build a set of boot floppies that could be used > for booting and restart the complete system without troubles. if it is truly a work

Building a boot disk with initrd

2005-06-15 Thread Diesis
I'm stuck with this... I have a Debian Woody system with root on raid, and I wish to upgrade it. First of all, I wish to build a set of boot floppies that could be used for booting and restart the complete system without troubles. I've tried # mkboot /dev/fd0 but this create a floppy with a v

Re: boot disk for sarge?

2004-12-23 Thread messmate
On Thu, 23 Dec 2004 11:33:19 -0500 Charles Read <[EMAIL PROTECTED]> wrote: >Hey everybody, > >Just installed sarge, GRUB is all messed up so I'm trying to make a >boot floppy to be able to boot for now. But I can't find any choices >for Make a Boot Floppy in the menu system on the netinstall di

boot disk for sarge?

2004-12-23 Thread Charles Read
Hey everybody, Just installed sarge, GRUB is all messed up so I'm trying to make a boot floppy to be able to boot for now. But I can't find any choices for Make a Boot Floppy in the menu system on the netinstall disc like there is on the woody disc. Can you please tell me how to do this with

Re: create GRUB boot disk (sarge)

2004-11-13 Thread Alvin Oga
On Sat, 13 Nov 2004, Wayne Topa wrote: > I have also had a problem making either a boot floppy or a boot CD > with menu.lst. If the grub documentation isn't wron, it is at least, > confusing. or incomplete or the assumptions is not obvious for the first time readers ... ( i've read that thi

Re: create GRUB boot disk (sarge)

2004-11-13 Thread Wayne Topa
; > > do I > > > > create a boot (rescue?) floppy for sarge which seems to use GRUB? (I > > > > tried > > > > mkboot as per LILO but it didn't seem a happy bunny.) Thanks, Michael > > > > > > gazillion ways to make a boot disk > &g

Re: create GRUB boot disk (sarge)

2004-11-13 Thread Wayne Topa
RUB? (I tried > > > mkboot as per LILO but it didn't seem a happy bunny.) Thanks, Michael > > > > gazillion ways to make a boot disk > > > > http://linux-boot.net/Loaders/Grub/ > > > > for grub boot floppy, the files you need on the floppy:

Re: create GRUB boot disk (sarge)

2004-11-13 Thread Antonio Rodriguez
appy bunny.) Thanks, Michael > > gazillion ways to make a boot disk > > http://linux-boot.net/Loaders/Grub/ > > for grub boot floppy, the files you need on the floppy: > - stage1, stage2, menu.lst, grub.conf, device.map I have made a ton of grub boot floopies, but ha

Re: create GRUB boot disk (sarge)

2004-11-12 Thread Alvin Oga
illion ways to make a boot disk http://linux-boot.net/Loaders/Grub/ for grub boot floppy, the files you need on the floppy: - stage1, stage2, menu.lst, grub.conf, device.map - the kernel stuff is on the hard disk c ya alvin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: create GRUB boot disk (sarge)

2004-11-12 Thread Don Jackson
On Friday 12 November 2004 08:32 am, [EMAIL PROTECTED] wrote: > A quick one (can't find answers by searching www.debian.org), but how do I > create a boot (rescue?) floppy for sarge which seems to use GRUB? (I tried > mkboot as per LILO but it didn't seem a happy bunny.) Thanks, Michael Michael,

Re: create GRUB boot disk (sarge)

2004-11-12 Thread Clive Menzies
On (12/11/04 14:32), [EMAIL PROTECTED] wrote: > A quick one (can't find answers by searching www.debian.org), but how do I > create a boot (rescue?) floppy for sarge which seems to use GRUB? (I tried > mkboot as per LILO but it didn't seem a happy bunny.) Thanks, Michael Googling for: grub debian h

create GRUB boot disk (sarge)

2004-11-12 Thread linux
A quick one (can't find answers by searching www.debian.org), but how do I create a boot (rescue?) floppy for sarge which seems to use GRUB? (I tried mkboot as per LILO but it didn't seem a happy bunny.) Thanks, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: How to make a boot disk?

2004-08-08 Thread Paul Johnson
"Juhani Vainio" <[EMAIL PROTECTED]> writes: > I installed Sarge from net. The installation program did not propose to make > starting diskette. I installed grub to mbr and everything is ok, but I want to > make also a starting disket. Mr Murphy, you know. Your sarge

Problems in make custom boot disk

2004-06-17 Thread cwinl
hi all, here is a good reference about make a custom boot cd for debian: http://wiki.osuosl.org/display/LNX/Making+a+Custom+Boot+CD+for+Debian my recompiled kernel package is 'kernel-image-2.4.26-1750-smp-gblink-no100m-9_rev.09_i386.deb' and it works fine. i wanna make a custom boot cd with th

Re: I`cant create boot disk on fd0

2003-11-27 Thread Hugo Vanwoerkom
Joxny wrote: I try to create floppy boot disk, but something is wrong. I study method in how-to-bootdisk, and I`d like create single bootdisk with lilo. But when start my system it only write: Uncompresing linux...ok, booting the kernel. and it`s all. Where is the problem ? (sorry

Re: I`cant create boot disk on fd0

2003-11-27 Thread Robin Gerard
On Wed, Nov 26, 2003 at 03:53:03PM +0100, Joxny wrote: > I try to create floppy boot disk, but something is wrong. > I study method in how-to-bootdisk, and I`d like create single bootdisk > with lilo. > But when start my system it only write: > > Uncompresing linux...ok,

I`cant create boot disk on fd0

2003-11-27 Thread Joxny
I try to create floppy boot disk, but something is wrong. I study method in how-to-bootdisk, and I`d like create single bootdisk with lilo. But when start my system it only write: Uncompresing linux...ok, booting the kernel. and it`s all. Where is the problem ? (sorry

boot disk error

2003-08-14 Thread john gennard
I run Woody (3.0 r1), and always boot from a floppy and normally clear out /usr/src after compiling kernels and producing a boot floppy. Have just compiled 2.4.21 so that I can compile an nvidia module. I've probably compiled my own kernel over 20 times (using make-kpkg) and never had any difficul

Re: Boot Disk

2003-03-25 Thread David Raeker-Jordan
--Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Didier Caamano wrote: > Greetings: >=20 > I was wondering how can I crete a book disk (in Woody) in a floopy for an= =20 > old 486 that do not boot from the CD. >=

Major problem with boot disk and reading HD partition

2003-01-16 Thread Kevin Smith
Hi All, I've kinda buggered up my install of Linux, anyhow, I booted my ram disk from my floppy disks. However, when I mount a Linux partition of my HD install I cannot read the contents of any of the directories what gives? Is there no way to read and manipulate the contents on the hard dri

Re: how to make a boot disk??

2002-11-29 Thread vanillicat
On Fri, Nov 29, 2002 at 05:52:39PM -0800, damar thapa wrote: > Hi, > > I am now trying to recompile kernel for the first time > in Debian. I do not have a floppy to boot the system > in case the kernel panics. How can I do that in > Debian? > > Looking at /etc/lilo.conf, it seems that I have to d

how to make a boot disk??

2002-11-29 Thread damar thapa
Hi, I am now trying to recompile kernel for the first time in Debian. I do not have a floppy to boot the system in case the kernel panics. How can I do that in Debian? Looking at /etc/lilo.conf, it seems that I have to do, "dd if=/vmlinuz of=/dev/fd0 bs=8192". But it asks for root disk, please ad

Re: How to make a boot disk in debian?

2002-11-29 Thread Levi Waldron
On November 29, 2002 11:11 am, Nicos Gollan wrote: > On Saturday 30 November 2002 01:39, damar thapa wrote: > > Hi, > > > > I am now trying to recompile kernel for the first time in Debian. I > > do not have a floppy to boot the system in case the kernel panics. > > How can I do that in Debian? mk

Re: How to make a boot disk in debian?

2002-11-29 Thread Nicos Gollan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 30 November 2002 01:39, damar thapa wrote: > Hi, > > I am now trying to recompile kernel for the first time in Debian. I > do not have a floppy to boot the system in case the kernel panics. > How can I do that in Debian? Normally, you don'

Re: How to make a boot disk in debian?

2002-11-29 Thread Matthias Hentges
Am Sam, 2002-11-30 um 01.39 schrieb damar thapa: > Hi, > > I am now trying to recompile kernel for the first time in Debian. I do > not have a floppy to boot the system in case the kernel panics. How can > I do that in Debian? > > Looking at /etc/lilo.conf, it seems that I have to do, "dd if=/v

How to make a boot disk in debian?

2002-11-29 Thread damar thapa
Hi, I am now trying to recompile kernel for the first time in Debian. I do not have a floppy to boot the system in case the kernel panics. How can I do that in Debian? Looking at /etc/lilo.conf, it seems that I have to do, "dd if=/vmlinuz of=/dev/fd0 bs=8192". But it asks for root disk, please

Re: Boot Disk Issues Newbie need Help

2002-09-06 Thread Romuald DELAVERGNE
Le 2002.09.06 04:12, [EMAIL PROTECTED] a écrit : > Hi: > > I made a boot floppy by #cp /vmlinuz /dev/fd0 > My current vmlinuz is a 2.4.18 kernel that boots fine from the HD. > Don't use 'cp' but 'cat' or 'dd'. The kernel must be writed at the begining of the disk. #cat /vmlinuz /dev/fd0 sho

Re: Boot Disk Issues Newbie need Help

2002-09-05 Thread Bob Nielsen
Try installing debian-utils and using mkboot. On Thu, Sep 05, 2002 at 10:12:34PM -0400, [EMAIL PROTECTED] wrote: > Hi: > > I made a boot floppy by #cp /vmlinuz /dev/fd0 > My current vmlinuz is a 2.4.18 kernel that boots fine from the HD. > > While the floppy is being read I begin seeing this e

Boot Disk Issues Newbie need Help

2002-09-05 Thread fbrian
Hi: I made a boot floppy by #cp /vmlinuz /dev/fd0 My current vmlinuz is a 2.4.18 kernel that boots fine from the HD. While the floppy is being read I begin seeing this error messages 0424 AX:0212 BX:7400 CX:5001 DX: these repeat until I I have used several different floppies thin

OT: Gateway ships boot disk on Secondary Chain

2002-06-21 Thread Kent West
Somewhat off-topic, but folks here might want to be aware. I just got a shipment of new Gateway brand computers. So far I've opened two boxes, and both boxes had the CD-ROM drive connected to the Primary IDE Master and the booting hard disk connected to the Secondary IDE Master. Of course, th

Re: Creating a boot disk?

2002-05-11 Thread Ted
Tom Massey wrote: On Sat, May 11, 2002 at 01:06:17PM +0100, Charlie Grosvenor wrote: How can I create a boot disk for my system? I am running woody with the 2.4.18-k7 kernel with initrd. I have one 20gb partition. Try 'mkboot'. cd /usr/src/linux then insert a floppy and m

Re: Creating a boot disk?

2002-05-11 Thread Tom Massey
On Sat, May 11, 2002 at 01:06:17PM +0100, Charlie Grosvenor wrote: > How can I create a boot disk for my system? I am running > woody with the 2.4.18-k7 kernel with initrd. I have one 20gb partition. Try 'mkboot'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Creating a boot disk?

2002-05-11 Thread Charlie Grosvenor
Hi     How can I create a boot disk for my system? I am running woody with the 2.4.18-k7 kernel with initrd. I have one 20gb partition.   Thank you   Charlie --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version

  1   2   3   >