GuntherDW
Legacy Member
dit is de eerste keer da ik dees doe dus don't shoot me ^^
zo ziet mijn /dev/hda er voor de moment uit (ja ik weet het ik heb nogal wa partities ^^)
ik heb dit gedaan omda als ik men partities dan men kernels etc ga kwijtzijn...
ik heb de kernels al op de boot partitie staan, maar nu is men vraag hoe laat ik lilo van de boot partitie booten en terwijl toch men hda7 als root nemen...
als ge meer info nodig hebt : ask me
(lilo.conf =
(zelf een beetje aangepast ^^))
zo ziet mijn /dev/hda er voor de moment uit (ja ik weet het ik heb nogal wa partities ^^)
Code:
root@GuntherDW - /home/guntherdw - 19:56
$ fdisk -l /dev/hda
Disk /dev/hda: 120.0 GB, 120060444672 bytes
255 heads, 63 sectors/track, 14596 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2085 16747731 c W95 FAT32 (LBA)
/dev/hda2 2086 14596 100494607+ f W95 Ext'd (LBA)
/dev/hda5 2086 6547 35840983+ b W95 FAT32
/dev/hda6 6548 6612 522081 83 Linux <---- boot partitie
/dev/hda7 6613 11984 43150558+ 83 Linux <---- /
/dev/hda8 11985 13294 10522543+ 83 Linux
/dev/hda9 13295 14449 9277506 83 Linux
/dev/hda10 14450 14596 1180746 82 Linux swap
ik heb dit gedaan omda als ik men partities dan men kernels etc ga kwijtzijn...
ik heb de kernels al op de boot partitie staan, maar nu is men vraag hoe laat ik lilo van de boot partitie booten en terwijl toch men hda7 als root nemen...
als ge meer info nodig hebt : ask me
(lilo.conf =
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdc=ide-scsi apm=power-off"
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
timeout = 50
# VESA framebuffer console @ 1024x768x256
vga = normal
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = windows
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/bare.i.2.6.7
root = /dev/hda7
label = slackware.2.6.7
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/bare.i.2.4.26
root = /dev/hda7
label = slackware
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends