hi cracks, heres one for you. or maybe it's simple and I am stupid: my board does not get along with lilo. how do I get rid of it? (not the board, because I've paid for it) I tried overinstalling nt, but it does not come up after the reboot, because lilo is still there. so how can i clean up the bootsector ? I formatted to kingdom-come already, but no avail of course. thanks for any hints dan -- ----------------------------------------------------------- ~ WEBDIREKT INTERNET SERVICE GMBH ~ ~ the e-business intelligence company ~ ----------------------------------------------------------- ~ Dieselstr. 5 Fon: (+49) 6173 / 9359-88 ~ ~ D-61476 Kronberg Fax: (+49) 6173 / 9359-59 ~ ~ http://www.webdirekt.de mailto:sysop@webdirekt.de ~ ----------------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Boot from a dos floppy with fdisk on it and run the command "fdisk /mbr" without quotes. That should do the trick. ----- Original Message ----- From: Webdirekt Sysop <sysop@webdirekt.de> To: <suse-linux-e@suse.com> Sent: Monday, February 28, 2000 1:15 PM Subject: [SLE] mess up with lilo
hi cracks, heres one for you. or maybe it's simple and I am stupid:
my board does not get along with lilo. how do I get rid of it? (not the board, because I've paid for it) I tried overinstalling nt, but it does not come up after the reboot, because lilo is still there. so how can i clean up the bootsector ? I formatted to kingdom-come already, but no avail of course.
thanks for any hints
dan
--
----------------------------------------------------------- ~ WEBDIREKT INTERNET SERVICE GMBH ~ ~ the e-business intelligence company ~ ----------------------------------------------------------- ~ Dieselstr. 5 Fon: (+49) 6173 / 9359-88 ~ ~ D-61476 Kronberg Fax: (+49) 6173 / 9359-59 ~ ~ http://www.webdirekt.de mailto:sysop@webdirekt.de ~ -----------------------------------------------------------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
There is a command that DOS users use, you might try it. C:\> fdisk /mbr replaces the Master Boot Record with a fresh copy. I am not sure if NT has fdisk so you might try to boot with a good DOS floppy with the necessary utilities (fdisk.exe, command.com, etc.). Webdirekt Sysop writes:
hi cracks, heres one for you. or maybe it's simple and I am stupid:
my board does not get along with lilo. how do I get rid of it? (not the board, because I've paid for it) I tried overinstalling nt, but it does not come up after the reboot, because lilo is still there. so how can i clean up the bootsector ? I formatted to kingdom-come already, but no avail of course.
thanks for any hints
dan
--
----------------------------------------------------------- ~ WEBDIREKT INTERNET SERVICE GMBH ~ ~ the e-business intelligence company ~ ----------------------------------------------------------- ~ Dieselstr. 5 Fon: (+49) 6173 / 9359-88 ~ ~ D-61476 Kronberg Fax: (+49) 6173 / 9359-59 ~ ~ http://www.webdirekt.de mailto:sysop@webdirekt.de ~ -----------------------------------------------------------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Mon, 28 Feb 2000, you wrote:
There is a command that DOS users use, you might try it.
C:\> fdisk /mbr
replaces the Master Boot Record with a fresh copy.
I am not sure if NT has fdisk so you might try to boot with a good DOS floppy with the necessary utilities (fdisk.exe, command.com, etc.).
Either that or if you can boot linux you could use this: dd if=/dev/zero of=/dev/hdx bs=512 count=1( replace the x in /dev/hdx with whatever letter the drive is or /dev/sdx for scsi drives) that command should overwrite the first 512 bytes of the hard drive which is where the master boot record sits, then you should be able to make it bootable with whatever system you like.
Webdirekt Sysop writes:
hi cracks, heres one for you. or maybe it's simple and I am stupid:
my board does not get along with lilo. how do I get rid of it? (not the board, because I've paid for it) I tried overinstalling nt, but it does not come up after the reboot, because lilo is still there. so how can i clean up the bootsector ? I formatted to kingdom-come already, but no avail of course.
-- Ray Schwamberger Linux Technician Atipa Linux Solutions -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
There must be a way of solving this problem without using DOS! Are there any GNU programs which will perform this function? Jesse Marlin wrote:
There is a command that DOS users use, you might try it.
C:\> fdisk /mbr
replaces the Master Boot Record with a fresh copy.
-- Terry Eck <eck@raytheon.com> Office: 972-575-6196_____Beeper: 972-598-0414_____Fax: 972-575-0556 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
/sbin/lilo -u Thank you Russell On Mon, 28 Feb 2000, Terry Eck wrote:
There must be a way of solving this problem without using DOS! Are there any GNU programs which will perform this function?
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (6)
-
damianks@netnet.net
-
eck@raytheon.com
-
jlm@compgen.com
-
revans@e-z.net
-
rschwamberger@atipa.com
-
sysop@webdirekt.de