LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-11-2019, 05:56 PM   #31
lucmove
Senior Member
 
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,432

Rep: Reputation: 110Reputation: 110

[QUOTE=hazel;6036747], so this is my current setup:
Code:
/dev/sda1       2048   2050047   2048000 1000M BIOS boot(just in case I ever want to use GRUB for booting)
/dev/sda2    2050048   2582527    532480  260M EFI System
/dev/sda3    2582528   3606527   1024000  500M Lenovo special boot
Did you reserve 1GB for BIOS boot? Is that right? Very wasteful!
 
Old 10-12-2019, 04:37 AM   #32
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,573

Original Poster
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
Quote:
Originally Posted by lucmove View Post
Did you reserve 1GB for BIOS boot? Is that right? Very wasteful!
Ha Ha! I didn't reserve it, I repurposed it. The first three partitions were already there, but I reassigned the one I knew I didn't need. It was the Windows restore partition (WINRES) originally. Yes, it's big, but I've never used most of the empty space on my hard drive in any recent computer I've used. Whatever do people put there?

I currently have 9 partitions in use and between them they cover half the disk. The other half is just empty space.
 
1 members found this post helpful.
Old 10-13-2019, 09:44 AM   #33
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
Did you reserve 1GB for BIOS boot? Is that right? Very wasteful!
If you worried about wasting space, you don't need a bios-boot partition if you use lilo or syslinux on a gpt disk.
 
Old 10-13-2019, 09:49 AM   #34
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,573

Original Poster
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
You don't need one if you use uefi either. But given that the partition existed, I made it a BIOS boot just in case I ever did need one. I probably never will, since I don't propose to go back to legacy boot and I hate GRUB anyway.
 
Old 10-13-2019, 09:55 AM   #35
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
I hate GRUB anyway
I know you do from some of your previous posts, didn't know if you was aware of not needing a bios-grub on gpt using lilo.
 
Old 10-13-2019, 09:58 AM   #36
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,573

Original Poster
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
LILO can fit entirely into the MBR of a DOS disk (or the dummy MBR of a GPT one) except for its map file. GRUB can't. And this is the point at issue for me: why did such a neat little bootloader get displaced by a big clumsy monster like GRUB?

Last edited by hazel; 10-13-2019 at 09:59 AM.
 
3 members found this post helpful.
Old 10-14-2019, 04:23 AM   #37
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,491

Rep: Reputation: Disabled
Quote:
.....but I've never used most of the empty space on my hard drive in any recent computer I've used. Whatever do people put there?
Same here, I just don't understand what people put on their disks these days - I'm using 64GB SSDs & 160GB HDDs in my computers presently - & I still have room after putting my music & videos on them....
 
Old 10-14-2019, 11:39 AM   #38
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Yeah, I agree. But we are all different is use cases.
Like me changing bios so I can run linux on this chromebook 16 gig ssd drive.
Or chrooting a linux install on the other chromebook. Because of broken write protect block.

1 gig used to be a lot in the old days. Not so much anymore.
Try running linux like I did once

https://forums.solydxk.com/viewtopic.php?t=1858

So imagine what one can do with 1 gig?
 
Old 10-15-2019, 04:50 AM   #39
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by hazel View Post
LILO can fit entirely into the MBR of a DOS disk (or the dummy MBR of a GPT one) except for its map file. GRUB can't. And this is the point at issue for me: why did such a neat little bootloader get displaced by a big clumsy monster like GRUB?
GRUB is a classic example of feature creep. Rather than trying to be an MBR bootloader, it evolved quickly into a complicated boot manager, which is almost like a miniature OS in itself and can read file systems (which lilo cannot). Many see this as some kind of progress - it really isn't, it's just wasteful, needless complexity in a bit of code which is really only supposed to bootstrap an OS (kernel). It grew out of the need of many migrants from Windows to Linux need to boot multiple OS on the same x86 PC, something which was always a secondary concern for projects like LILO or other operating systems such as Windows and the BSDs.

In other words, if you don't multi-boot, you don't need something as complex as GRUB.

Last edited by cynwulf; 10-15-2019 at 05:00 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to apply systems thinking in DevOps LXer Syndicated Linux News 0 03-16-2018 08:22 AM
Read only file systems, custom live CDs, and embedded systems coffeecoffee Linux - Newbie 2 02-24-2009 11:09 PM
setting the systems hosts ip address for the DTE systems in neural network samalaraj Linux - Newbie 1 09-24-2008 12:40 PM
Need some detail information on Hard Real-Time Systems and Soft real-Time Systems. LinuxInfo General 3 09-22-2008 03:25 AM
LXer: Metasploit 3.0 doesn't pwn systems, black hats pwn systems LXer Syndicated Linux News 0 05-04-2007 09:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration